diff --git a/src/app/page.tsx b/src/app/page.tsx index 5232441..44c1e25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,27 +91,27 @@ export default function LandingPage() { products={[ { id: "1", brand: "African Heritage", name: "Vintage Tribal Mask", price: "$285.00", rating: 5, - reviewCount: "12.4k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Authentic African tribal mask" + reviewCount: "12.4k", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Authentic African tribal mask" }, { id: "2", brand: "Asian Antiquities", name: "Ming Dynasty Ceramic Vase", price: "$450.00", rating: 5, - reviewCount: "8.9k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Ming Dynasty ceramic vase" + reviewCount: "8.9k", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Ming Dynasty ceramic vase" }, { id: "3", brand: "Vinyl Classics", name: "Beatles Original Pressing LP", price: "$325.00", rating: 5, - reviewCount: "15.2k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Beatles original vinyl record" + reviewCount: "15.2k", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Beatles original vinyl record" }, { id: "4", brand: "European Antiques", name: "Ornate Wooden Chest", price: "$550.00", rating: 5, - reviewCount: "9.7k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "European ornate wooden chest" + reviewCount: "9.7k", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "European ornate wooden chest" }, { id: "5", brand: "Southeast Asian", name: "Hand-Woven Textile Tapestry", price: "$195.00", rating: 5, - reviewCount: "11.3k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Hand-woven Southeast Asian textile" + reviewCount: "11.3k", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Hand-woven Southeast Asian textile" }, { id: "6", brand: "Indian Heritage", name: "Carved Stone Sculpture", price: "$380.00", rating: 5, - reviewCount: "7.8k", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Indian carved stone sculpture" + reviewCount: "7.8k", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Indian carved stone sculpture" } ]} />