Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-05-11 14:39:24 +00:00

View File

@@ -92,7 +92,8 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
textboxLayout="split-actions"
buttons={[{ text: "Voir la galerie" }]}
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
title="Collections Limitées"
@@ -173,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}