diff --git a/src/app/page.tsx b/src/app/page.tsx index 97cebf7..e280944 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" title="Our Premium Categories" description="Explore our curated collections of high-quality building and energy materials." + useInvertedBackground={false} products={[ { id: "p1", brand: "Luxury Bath", name: "Bathroom Fixtures", price: "Contact Us", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-faucet_1012-923.jpg" }, { id: "p2", brand: "Kitchen Elite", name: "Kitchen Supplies", price: "Contact Us", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-sink_3042-451.jpg" },