diff --git a/src/app/page.tsx b/src/app/page.tsx index 82b6c86..cc3c5ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,9 +52,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", imageAlt: "Minimalist white store display"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=1", imageAlt: "Minimalist white store display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", imageAlt: "Clean modern aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=1", imageAlt: "Clean modern aesthetic"}, ]} mediaAnimation="slide-up" rating={5} @@ -68,7 +68,7 @@ export default function LandingPage() { products={[ { id: "1", name: "Premium Goods A", price: "$99", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=1"}, { id: "2", name: "Minimalist Accessory", price: "$45", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg"}, @@ -88,15 +88,15 @@ export default function LandingPage() { { id: "f1", title: "Fast Shipping", tags: [ "Reliable", "Worldwide"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", imageAlt: "minimalist white e-commerce hero shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=2", imageAlt: "minimalist white e-commerce hero shot"}, { id: "f2", title: "Eco-Friendly", tags: [ "Sustainable", "Green"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", imageAlt: "white space shopping concept"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=2", imageAlt: "white space shopping concept"}, { id: "f3", title: "Premium Quality", tags: [ "Handcrafted", "Tested"], - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", imageAlt: "white product box high quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=2", imageAlt: "white product box high quality"}, ]} title="Why Choose Us" description="Quality meets simplicity in every piece."