diff --git a/src/app/page.tsx b/src/app/page.tsx index b01d44c..3f36e75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,11 @@ export default function LandingPage() { tag="Limited Time" products={[ { - id: "1", name: "Seasonal Sale Event", price: "Up to 50% Off", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Seasonal sale promotion"}, + id: "1", name: "Seasonal Sale Event", price: "Up to 50% Off", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=1", imageAlt: "Seasonal sale promotion"}, { - id: "2", name: "Weekend Flash Sale", price: "Exclusive Discounts", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Weekend flash sale event"}, + id: "2", name: "Weekend Flash Sale", price: "Exclusive Discounts", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=2", imageAlt: "Weekend flash sale event"}, { - id: "3", name: "Member Rewards", price: "Extra Savings", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Member rewards program"}, + id: "3", name: "Member Rewards", price: "Extra Savings", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=3", imageAlt: "Member rewards program"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"