diff --git a/src/app/page.tsx b/src/app/page.tsx index 9438fac..fa720a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "r1", brand: "Standard", name: "Deluxe Queen", price: "3,310 MAD", rating: 4.8, reviewCount: "452 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2064.jpg" }, { id: "r2", brand: "Premium", name: "Executive View", price: "4,200 MAD", rating: 4.9, reviewCount: "812 reviews", imageSrc: "http://img.b2bpic.net/free-photo/apartment-comfortable-pillow-hotel-suite_1203-5168.jpg" },