diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e86440..bf0bc4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { tag="Specialty Coffee" tagIcon={Coffee} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg?_wi=1" imageAlt="Premium coffee beans and brewing" mediaAnimation="slide-up" buttons={[ @@ -118,15 +118,15 @@ export default function HomePage() { { id: "1", brand: "Bealariq", name: "Ethiopian Yirgacheffe", price: "$22.99", rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", imageAlt: "Ethiopian Yirgacheffe Coffee"}, + "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe Coffee"}, { id: "2", brand: "Bealariq", name: "Colombian Geisha", price: "$28.50", rating: 5, reviewCount: "289", imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg", imageAlt: "Colombian Geisha Coffee"}, + "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg?_wi=1", imageAlt: "Colombian Geisha Coffee"}, { id: "3", brand: "Bealariq", name: "Kenyan AA Reserve", price: "$24.99", rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg", imageAlt: "Kenyan AA Reserve Coffee"}, + "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg?_wi=1", imageAlt: "Kenyan AA Reserve Coffee"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index fed5e8d..7ddefe0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -92,7 +92,7 @@ export default function ShopPage() { tag="Specialty Coffee" tagIcon={Coffee} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699627.jpg?_wi=2" imageAlt="Premium coffee beans and brewing" mediaAnimation="slide-up" buttons={[ @@ -134,13 +134,13 @@ export default function ShopPage() { products={[ { id: "1", brand: "Bealariq", name: "Ethiopian Yirgacheffe", price: "$22.99", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", imageAlt: "Ethiopian Yirgacheffe Coffee"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe Coffee"}, { id: "2", brand: "Bealariq", name: "Colombian Geisha", price: "$28.50", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg", imageAlt: "Colombian Geisha Coffee"}, + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-coffee-plantation-sale-banner_23-2149408528.jpg?_wi=2", imageAlt: "Colombian Geisha Coffee"}, { id: "3", brand: "Bealariq", name: "Kenyan AA Reserve", price: "$24.99", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg", imageAlt: "Kenyan AA Reserve Coffee"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-cardboard-box-book_114579-6399.jpg?_wi=2", imageAlt: "Kenyan AA Reserve Coffee"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"