diff --git a/packages/nextjs/app/builders/0x8eE31084d2914fA84Baae3460093564934837898/page.tsx b/packages/nextjs/app/builders/0x8eE31084d2914fA84Baae3460093564934837898/page.tsx index 84932dd..9ca04df 100644 --- a/packages/nextjs/app/builders/0x8eE31084d2914fA84Baae3460093564934837898/page.tsx +++ b/packages/nextjs/app/builders/0x8eE31084d2914fA84Baae3460093564934837898/page.tsx @@ -1,28 +1,23 @@ import Image from "next/image"; import { NextPage } from "next"; -import type { Metadata } from "next"; import { AcademicCapIcon, CodeBracketIcon, RocketLaunchIcon, - StarIcon, - TrophyIcon, - XMarkIcon, } from "@heroicons/react/24/outline"; import { BuidlGuidlLogo } from "~~/components/assets/BuidlGuidlLogo"; import { Address } from "~~/components/scaffold-eth"; -import { getMetadata } from "~~/utils/scaffold-eth/getMetadata"; -const page: NextPage = () => { +const Page: NextPage = () => { return ( <> -
+
{/* image column */} -
+
Cleaner Avatar {
{/* content column */} -
+
@@ -79,7 +71,6 @@ const page: NextPage = () => { Full-stack + Smart Contract Developer

-

Learning Solidity @@ -91,4 +82,4 @@ const page: NextPage = () => { ); }; -export default page; \ No newline at end of file +export default Page;