Merge version_2 into main #2
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037254.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +83,7 @@ export default function LandingPage() {
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/programmer-colleague-office-training-machine-learning-algorithms_482257-116901.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,6 +92,8 @@ export default function LandingPage() {
|
||||
names={["InnovateLab", "DataCore", "NexTech", "CloudScale", "VisionaryAI"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Driving innovation across global enterprises."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,6 +101,7 @@ export default function LandingPage() {
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Starter", price: "$99", subtitle: "For early-stage startups", features: ["5 AI Models", "Standard Support"] },
|
||||
{ id: "p2", badge: "Professional", price: "$299", subtitle: "For growing teams", features: ["20 AI Models", "Priority Support"] },
|
||||
@@ -115,12 +120,16 @@ export default function LandingPage() {
|
||||
{ id: "t2", name: "Mark Miller", date: "Sept 2024", title: "Incredible", quote: "Most intuitive platform I've ever used.", tag: "Engineering", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Questions? Answers."
|
||||
description="Everything you need to know about Usta.ai."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "Is coding required?", content: "No, our visual builder allows you to create complex AI workflows entirely without code." },
|
||||
{ id: "q2", title: "Can I export my models?", content: "Yes, you can export your models and deploy them to your own infrastructure easily." },
|
||||
@@ -137,6 +146,7 @@ export default function LandingPage() {
|
||||
title="Ready to Start?"
|
||||
description="Reach out to our team to schedule a demo."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user