From 95fd86e35bc5de31523d73f1aba0aa877cc58e8d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 01:07:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c4b9e3..ac5daf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,10 +36,10 @@ export default function LandingPage() { { name: "Portfolio", id: "metrics" }, { name: "About", id: "about" }, { name: "Projects", id: "/projects" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", href: "#contact" + text: "Get Started", href: "/contact" }} /> @@ -59,7 +59,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Start Your Project", href: "#contact" }, + { text: "Start Your Project", href: "/contact" }, { text: "View Our Work", href: "#metrics" } ]} buttonAnimation="slide-up" @@ -97,7 +97,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="We transform ideas into impactful digital experiences that connect businesses with their audiences and drive measurable results" buttons={[ - { text: "Learn Our Story", href: "#contact" }, + { text: "Learn Our Story", href: "#about" }, { text: "Explore Services", href: "#services" } ]} buttonAnimation="opacity" @@ -326,4 +326,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file