diff --git a/src/app/page.tsx b/src/app/page.tsx index 1306fc6..f2f9ff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,6 +58,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", brand: "LuxeLeather", name: "Sac Iconique", price: "450€", rating: 5, reviewCount: "24 avis", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-chic-woman-posing_23-2149267441.jpg?_wi=1" }, { id: "p2", brand: "LuxeLeather", name: "Balghas Tradition", price: "120€", rating: 4, reviewCount: "18 avis", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916721.jpg" } @@ -71,6 +72,7 @@ export default function LandingPage() { description="Choisissez l'option qui correspond à vos besoins." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "std", badge: "Populaire", price: "0€", name: "Standard", features: ["Livraison standard", "Suivi inclus"], buttons: [{ text: "Choisir" }] }, { id: "exp", price: "15€", name: "Express", features: ["Livraison 24h", "Emballage cadeau"], buttons: [{ text: "Choisir" }] } @@ -84,6 +86,7 @@ export default function LandingPage() { description="Les mains expertes derrière nos créations." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} team={[ { id: "1", name: "Marie L.", role: "Artisane Maroquinière", imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg" }, { id: "2", name: "Jean D.", role: "Maître Artisan", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-chatting-classroom_23-2150331688.jpg" } @@ -98,6 +101,7 @@ export default function LandingPage() { showRating={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Amira S.", handle: "@amira_s", testimonial: "Une qualité exceptionnelle, mes balghas sont parfaits.", rating: 5 }, { id: "2", name: "Julien M.", handle: "@julien_m", testimonial: "Le sac est encore plus beau en vrai.", rating: 5 } @@ -109,6 +113,7 @@ export default function LandingPage() {