Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf55a5c0cc | |||
| 2f42f4f796 | |||
| ed4a856f8e |
@@ -31,12 +31,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
navItems={[]}
|
||||
brandName="Usta.ai"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
@@ -47,8 +42,8 @@ export default function LandingPage() {
|
||||
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."
|
||||
buttons={[{ text: "Start Building", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
|
||||
imageAlt="Usta.ai Platform Dashboard"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-dark-orange-geometric-background-with-modern-lighting_1150-42415.jpg"
|
||||
imageAlt="Modern abstract design in black and orange"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user