Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf55a5c0cc | |||
| 2f42f4f796 | |||
| ed4a856f8e |
@@ -31,12 +31,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[]}
|
||||||
{ name: "Features", id: "features" },
|
|
||||||
{ name: "Pricing", id: "pricing" },
|
|
||||||
{ name: "FAQ", id: "faq" },
|
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
]}
|
|
||||||
brandName="Usta.ai"
|
brandName="Usta.ai"
|
||||||
button={{ text: "Get Started", href: "#contact" }}
|
button={{ text: "Get Started", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
@@ -47,8 +42,8 @@ export default function LandingPage() {
|
|||||||
title="Build Smarter AI, Faster."
|
title="Build Smarter AI, Faster."
|
||||||
description="Usta.ai empowers teams to rapidly build, deploy, and scale custom AI solutions without the complexity. Your platform for innovation."
|
description="Usta.ai empowers teams to rapidly build, deploy, and scale custom AI solutions without the complexity. Your platform for innovation."
|
||||||
buttons={[{ text: "Start Building", href: "#contact" }]}
|
buttons={[{ text: "Start Building", href: "#contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/abstract-dark-orange-geometric-background-with-modern-lighting_1150-42415.jpg"
|
||||||
imageAlt="Usta.ai Platform Dashboard"
|
imageAlt="Modern abstract design in black and orange"
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "User avatar" },
|
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "User avatar" },
|
||||||
@@ -162,4 +157,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user