Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user