Update src/app/page.tsx

This commit is contained in:
2026-02-11 23:00:21 +00:00
parent 1ba31cf092
commit b77c99ede6

View File

@@ -91,6 +91,7 @@ export default function LandingPage() {
}
]}
useInvertedBackground={true}
stepsAnimation="none"
/>
</div>
@@ -112,6 +113,7 @@ export default function LandingPage() {
}
]}
useInvertedBackground={false}
stepsAnimation="none"
/>
</div>
@@ -194,6 +196,7 @@ export default function LandingPage() {
]}
useInvertedBackground={true}
animationType="smooth"
faqsAnimation="none"
/>
</div>