diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f337f0..bae2112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { description="Bridging the gap between the deaf and hearing worlds with advanced 3D avatar rendering, syntax transformation, and real-time gesture recognition." buttons={[ { - text: "Start Translation", href: "#contact"}, + text: "Start Translation", href: "contact"}, { - text: "See Architecture", href: "#system"}, + text: "See Architecture", href: "about"}, ]} imageSrc="http://img.b2bpic.net/free-photo/view-futuristic-person-listening-music-headphones_23-2151072902.jpg?_wi=1" imageAlt="OmniSign Platform Dashboard" @@ -252,17 +252,17 @@ export default function LandingPage() { { title: "Platform", items: [ { - label: "Architecture", href: "#system"}, + label: "Architecture", href: "about"}, { - label: "Features", href: "#features"}, + label: "Features", href: "features"}, ], }, { title: "Company", items: [ { - label: "About", href: "#about"}, + label: "About", href: "about"}, { - label: "Blog", href: "#blog"}, + label: "Blog", href: "blog"}, ], }, { @@ -280,4 +280,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file