diff --git a/src/app/page.tsx b/src/app/page.tsx index 741ca9e..13f3658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-authentic-dining-room-interior-design_53876-128708.jpg", imageAlt: "Modern interior design showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg", imageAlt: "Luxury home decoration" + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg?_wi=1", imageAlt: "Luxury home decoration" } ]} rating={5} @@ -81,7 +81,7 @@ export default function LandingPage() { id: "2", name: "Designer Pendant Lighting", price: "$850", variant: "Brass · Dimmable LED", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lamps_1339-1739.jpg", imageAlt: "Modern brass pendant light", isFavorited: false }, { - id: "3", name: "Premium Home Accessories", price: "$450", variant: "Mixed Materials · Curated Set", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg", imageAlt: "Luxury home decorative items", isFavorited: false + id: "3", name: "Premium Home Accessories", price: "$450", variant: "Mixed Materials · Curated Set", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg?_wi=2", imageAlt: "Luxury home decorative items", isFavorited: false } ]} gridVariant="three-columns-all-equal-width"