Update src/app/page.tsx

This commit is contained in:
2026-03-26 16:20:24 +00:00
parent 79f702ff82
commit fa7858afb7

View File

@@ -123,6 +123,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
@@ -209,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}