From 154fb43236fffd271f564a83637c90b4bd6ca6cc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:44:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.49.1