diff --git a/packages/nextjs/app/builders/0x7d971C39bb700AcEc20879D46f092dC0DB1dbF9E/page.tsx b/packages/nextjs/app/builders/0x7d971C39bb700AcEc20879D46f092dC0DB1dbF9E/page.tsx new file mode 100644 index 0000000..60030ae --- /dev/null +++ b/packages/nextjs/app/builders/0x7d971C39bb700AcEc20879D46f092dC0DB1dbF9E/page.tsx @@ -0,0 +1,144 @@ +import Image from "next/image"; +import { type NextPage } from "next"; +import { BuidlGuidlLogo } from "~~/components/assets/BuidlGuidlLogo"; +import { Address } from "~~/components/scaffold-eth"; + +const BUILDER_INFO = { + name: "Jason Suárez", + role: "Smart Contract | Frontend Developer", + address: "0x7d971C39bb700AcEc20879D46f092dC0DB1dbF9E", + avatar: "https://ik.imagekit.io/montresor/9.png?updatedAt=1730742966131", + tagline: "Securing the blockchain, one contract at a time", + languages: ["🇫🇷", "🇩🇴", "🇬🇧"], + links: { + bg: "https://app.buidlguidl.com/builders/0x7d971C39bb700AcEc20879D46f092dC0DB1dbF9E", + github: "https://github.com/All-Khwarizmi", + twitter: "https://twitter.com/swarecito", + telegram: "https://t.me/swarecito", + }, + focus: { + building: "Smart Contracts", + learning: "DeFi security and cross-chain mechanics", + contributing: "BuildGuild batch12 and open source", + }, + journey: [ + { + year: "2023", + milestone: "Frontend Developer", + detail: "Building modern web applications", + }, + { + year: "2024", + milestone: "Blockchain Development", + detail: "Smart contract development & security", + }, + { + year: "2025", + milestone: "BuildGuild #12", + detail: "Contributing to Web3 ecosystem", + }, + ], +} as const; +const JasonBuilderProfile: NextPage = () => { + return ( +
{BUILDER_INFO.tagline}
+ + {/* Social Links */} + +{BUILDER_INFO.languages.join(" ")}
+{BUILDER_INFO.focus.building}
+{BUILDER_INFO.focus.learning}
+{BUILDER_INFO.focus.contributing}
+