diff --git a/packages/nextjs/app/builders/0x357bc010520575Ea5720aC3F7cb48fcedfc711Ed/page.tsx b/packages/nextjs/app/builders/0x357bc010520575Ea5720aC3F7cb48fcedfc711Ed/page.tsx new file mode 100644 index 0000000..a868093 --- /dev/null +++ b/packages/nextjs/app/builders/0x357bc010520575Ea5720aC3F7cb48fcedfc711Ed/page.tsx @@ -0,0 +1,62 @@ +"use client"; + +import React from "react"; +import { NextPage } from "next"; +import { BriefcaseIcon, CodeBracketIcon } from "@heroicons/react/20/solid"; + +const Page: NextPage = () => { + return ( + <> +
+ + + + + +
+
+
+

+ Hello, This is Selpak! +

+

Blockchain Enthusiast

+
+ +
+

About Me

+
+

+ I'm new to the blockchain space and have been diving into various resources to build my knowledge. + I'm excited to continue growing and contributing to this field. +

+
+
+ +
+
+ + + Github + + + + Buidl Guidl + +
+
+
+ + ); +}; + +export default Page;