diff --git a/src/app/page.tsx b/src/app/page.tsx index 85f560e..a6df1ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { ]} brandName="KosmosAI" button={{ - text: "Get Started", href: "contact"}} + text: "Request Demo", href: "/demo-request"}} /> @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Start Learning", href: "features"}, { - text: "View Dashboard", href: "contact"}, + text: "Request Demo", href: "/demo-request"}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-57448.jpg?_wi=1" imageAlt="KosmosAI Adaptive Dashboard" @@ -154,7 +154,7 @@ export default function LandingPage() { { text: "Register Now"}, { - text: "Request Demo"}, + text: "Request Demo", href: "/demo-request"}, ]} /> @@ -171,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}