Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 09:03:37 +00:00

View File

@@ -202,7 +202,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardTwo
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
plans={[
@@ -315,7 +315,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-delivery-robot-working_23-2151150157.jpg"
imageAlt="AI assistant answering questions on a holographic screen"
mediaAnimation="slide-up"
mediaAnimation="blur-reveal"
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about RoboFlow AI, its features, and how it can benefit your projects."
faqsAnimation="blur-reveal"
@@ -334,6 +334,7 @@ export default function LandingPage() {
{
text: "Request a Demo", href: "#"},
]}
animationType="reveal-blur"
/>
</div>
@@ -384,4 +385,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}