Merge version_3 into main #5
@@ -31,17 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard", id: "#hero"},
|
||||
name: "Dashboard", id: "hero"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing", id: "#pricing"},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="KosmosAI"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"}}
|
||||
text: "Get Started", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user