diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d857d4..0762b68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="Full-Stack Developer" description="Crafting elegant digital solutions through innovative software engineering. Specialized in building scalable systems and creating seamless user experiences." buttons={[ - { text: "View My Work", href: "projects" }, + { text: "See What I've Built", href: "projects" }, { text: "Let's Connect", href: "contact" }, ]} background={{ variant: "sparkles-gradient" }}