diff --git a/src/app/page.tsx b/src/app/page.tsx index 42251f2..e0ab876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional makeup foundation" + id: "product-1", name: "Professional Makeup Foundation", price: "₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=1", imageAlt: "Professional makeup foundation" }, { id: "product-2", name: "Luxury Skincare Set", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-products-arrangement_23-2149249587.jpg", imageAlt: "Luxury skincare cosmetics" @@ -146,7 +146,7 @@ export default function LandingPage() { id: "product-3", name: "Makeup Artist Brush Kit", price: "₹1,899", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-image-make-up-brushes-roses-wooden-background_482257-10028.jpg", imageAlt: "Professional makeup brushes" }, { - id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg", imageAlt: "Professional lipstick collection" + id: "product-4", name: "Professional Lipstick Palette", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-make-up-products_23-2148620090.jpg?_wi=2", imageAlt: "Professional lipstick collection" } ]} gridVariant="four-items-2x2-equal-grid"