diff --git a/src/app/page.tsx b/src/app/page.tsx index 0530fe8..85f560e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,17 @@ export default function LandingPage() { @@ -54,9 +54,9 @@ export default function LandingPage() { tag="Next-Gen Intelligence" buttons={[ { - text: "Start Learning", href: "#features"}, + text: "Start Learning", href: "features"}, { - text: "View Dashboard", href: "#contact"}, + text: "View Dashboard", href: "contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg?_wi=1" imageAlt="KosmosAI Adaptive Dashboard" @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file