3 Commits

Author SHA1 Message Date
bf55a5c0cc Update src/app/page.tsx 2026-05-14 05:47:11 +00:00
2f42f4f796 Merge version_2 into main
Merge version_2 into main
2026-05-14 05:42:11 +00:00
ed4a856f8e Merge version_2 into main
Merge version_2 into main
2026-05-14 05:41:38 +00:00

View File

@@ -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>
);
}
}