Update src/app/page.tsx

This commit is contained in:
2026-03-23 00:25:19 +00:00
parent 104ab7d9ed
commit e761f05951

View File

@@ -79,6 +79,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
@@ -99,7 +100,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
animationType="smooth"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
@@ -119,7 +120,6 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
@@ -139,7 +139,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<FaqDouble
animationType="slide-up"
animationType="smooth"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"