diff --git a/src/app/page.tsx b/src/app/page.tsx index 95b2e52..d80c9b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,37 +136,37 @@ export default function LandingPage() { id: "1", name: "Chocolate Croissant", price: "£3.50", - imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=1", }, { id: "2", name: "Artisan Sourdough", price: "£4.50", - imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=1", }, { id: "3", name: "Signature Coffee", price: "£2.80", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=1", }, { id: "4", name: "Fresh Fruit Tart", price: "£3.95", - imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=2", }, { id: "5", name: "Brioche Loaf", price: "£4.20", - imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=2", }, { id: "6", name: "Double Espresso", price: "£2.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=2", }, ]} title="Our Menu" @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "The best croissants in Hoddesdon! Absolutely artisanal.", name: "Emma L.", role: "Food Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=1", }, { id: "2", @@ -217,7 +217,7 @@ export default function LandingPage() { quote: "Great price point for the level of craftsmanship they put in.", name: "Sam T.", role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=2", }, ]} title="Sweet Words from Our Customers"