diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c81054..b563653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=1", imageAlt: "Coffee and pastries", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2", imageAlt: "Cafe interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=3", imageAlt: "Espresso service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=4", imageAlt: "Fresh sandwiches", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=5", imageAlt: "Breakfast croissant", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { description="Located in a charming former firehouse, Broad Street Cafe is a laid-back local favorite known for great coffee, fresh food, and a welcoming atmosphere." subdescription="Perfect for breakfast or a casual lunch." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-cafe_1157-4339.jpg?_wi=1" mediaAnimation="slide-up" tagIcon={History} imageAlt="Cafe interior setting" @@ -121,37 +121,37 @@ export default function LandingPage() { id: "1", name: "Turkey Club Panini", price: "$12.95", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=1", }, { id: "2", name: "Croissant Breakfast Sandwich", price: "$9.95", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=2", }, { id: "3", name: "Tuna Croissant Sandwich", price: "$11.50", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=3", }, { id: "4", name: "Chicken Salad Sandwich", price: "$11.95", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=4", }, { id: "5", name: "Cranberry Muffin", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=5", }, { id: "6", name: "Premium Tea Collection", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=6", }, ]} title="Freshly Crafted" @@ -237,7 +237,7 @@ export default function LandingPage() {