diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f1bfc61..ea1aa24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { title: "Fresh Baked", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="opacity" /> @@ -84,14 +84,14 @@ export default function LandingPage() { value: "12", title: "Years Open", description: "Serving Eton Wick.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=2", }, { id: "m2", value: "2k+", title: "Cups Served", description: "Monthly.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg?_wi=2", }, ]} /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 69e4be6..2fb12f8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { id: "p2", name: "Turkish Scramble", price: "£10.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-with-eggs-mexican-food_23-2148224151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-with-eggs-mexican-food_23-2148224151.jpg?_wi=2", }, { id: "p3", name: "Full Breakfast", price: "£12.00", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12149.jpg?_wi=2", }, { id: "p4", diff --git a/src/app/page.tsx b/src/app/page.tsx index c120a6f..7df97fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { imageAlt: "Breakfast platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg?_wi=1", imageAlt: "Pouring coffee", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { id: "f2", title: "Proper Coffee", description: "Smooth Americanos and rich espresso, brewed to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg?_wi=1", }, { id: "f3", @@ -163,7 +163,7 @@ export default function LandingPage() { button: { text: "Order Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg?_wi=2", }, { id: "pl2", @@ -178,7 +178,7 @@ export default function LandingPage() { button: { text: "Book Table", }, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-fried-egg-sausages-fresh-vegetables-cheese-ham_140725-12149.jpg?_wi=1", }, ]} /> @@ -197,7 +197,7 @@ export default function LandingPage() { category: "News", title: "Spring Menu Arrivals", excerpt: "Discover new seasonal ingredients in our latest dishes.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-with-eggs-mexican-food_23-2148224151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pan-with-eggs-mexican-food_23-2148224151.jpg?_wi=1", authorName: "The Team", authorAvatar: "http://img.b2bpic.net/free-photo/boy-holding-we-re-open-sign-after-end-quarantine_23-2148639769.jpg", date: "March 2025", @@ -207,7 +207,7 @@ export default function LandingPage() { category: "Community", title: "Local Coffee Roots", excerpt: "Why we source our beans from local roasters.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg?_wi=3", authorName: "The Team", authorAvatar: "http://img.b2bpic.net/free-photo/boy-holding-we-re-open-sign-after-end-quarantine_23-2148639769.jpg", date: "February 2025",