Update src/app/page.tsx

This commit is contained in:
2026-04-26 20:46:53 +00:00
parent e9e5ce8ed6
commit 247efbdb24

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
]}
brandName="KosmosAI"
button={{
text: "Get Started", href: "contact"}}
text: "Request Demo", href: "/demo-request"}}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}