4 Commits

Author SHA1 Message Date
95ee517f8c Update src/app/page.tsx 2026-04-07 17:34:28 +00:00
5ed026e622 Merge version_1 into main
Merge version_1 into main
2026-04-07 17:29:24 +00:00
117ed9c7cb Merge version_1 into main
Merge version_1 into main
2026-04-07 17:28:57 +00:00
4a0e4a8b92 Merge version_1 into main
Merge version_1 into main
2026-04-07 17:28:25 +00:00

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
@@ -112,7 +112,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}