diff --git a/src/app/page.tsx b/src/app/page.tsx index 49478e1..e9dba88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-bathrobe-is-holding-small-mug-coffee_1153-3748.jpg", imageAlt: "Espresso pour with latte art" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg", imageAlt: "Specialty coffee drink" }, - { imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4096.jpg", imageAlt: "Fresh bakery pastry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg?_wi=1", imageAlt: "Specialty coffee drink" }, + { imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4096.jpg?_wi=1", imageAlt: "Fresh bakery pastry" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-with-food_23-2149409337.jpg", imageAlt: "Café interior welcoming space" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520104.jpg", imageAlt: "Community gathering at café" }, - { imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg", imageAlt: "Fresh lunch sandwich" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg?_wi=1", imageAlt: "Fresh lunch sandwich" }, ]} ariaLabel="S3 Coffee Bar hero section with carousel" /> @@ -93,13 +93,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "S3 Signature", name: "Single Origin Cappuccino", price: "$5.50", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg", imageAlt: "Cappuccino with latte art"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648686.jpg?_wi=2", imageAlt: "Cappuccino with latte art"}, { id: "2", brand: "S3 Signature", name: "Butter Croissant", price: "$4.25", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4096.jpg", imageAlt: "Fresh butter croissant"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/croissant-brownies_1339-4096.jpg?_wi=2", imageAlt: "Fresh butter croissant"}, { id: "3", brand: "S3 Signature", name: "Garden Fresh Sandwich", price: "$9.95", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg", imageAlt: "Artisan garden sandwich"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/fully-loaded-hot-dogs-chopping-board-with-fig-slices-almonds-white-marble-backdrop_23-2147956751.jpg?_wi=2", imageAlt: "Artisan garden sandwich"}, ]} />