diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2049afe..0bfb070 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -68,6 +68,7 @@ export default function ProductListingPage() { textboxLayout="default" title="" description="" + useInvertedBackground={false} products={[ { id: "p1", brand: "VOXE", name: "Signature Blazer", price: "$185", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445026.jpg" }, { id: "p2", brand: "VOXE", name: "Essential Loafer", price: "$140", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-window-elegant-waistcoat-new-feminity-concept_23-2148951061.jpg" },