diff --git a/src/app/page.tsx b/src/app/page.tsx index cdba961..0cebdd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-falling-from-above_23-2148766155.jpg", imageAlt: "Coffee beans falling" }, { imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-latte-art-wood-table_144627-24855.jpg", imageAlt: "Cappuccino with latte art" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg", imageAlt: "Fresh coffee beans" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg?_wi=1", imageAlt: "Fresh coffee beans" }, ]} mediaAnimation="slide-up" /> @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", brand: "Roast", name: "Signature Espresso", price: "$18", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_1203-2410.jpg" }, - { id: "p2", brand: "Roast", name: "Single Origin Ethiopia", price: "$22", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg" }, + { id: "p2", brand: "Roast", name: "Single Origin Ethiopia", price: "$22", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-coffee-beans-wooden-table_23-2148419619.jpg?_wi=2" }, { id: "p3", brand: "Roast", name: "Cold Brew Blend", price: "$15", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2396.jpg" }, ]} title="Shop Our Menu"