From de206bca4493b6daaf60c3e316bf54a0bef9c6e8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:22:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d646562..94b9ba8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "Tourist", testimonial: "Worth the flight from London for this sourdough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg?_wi=1", }, ]} buttons={[ @@ -100,7 +100,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg?_wi=2" mediaAnimation="opacity" avatars={[ { @@ -154,7 +154,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Bakery" description="Way Bakery was born from a simple belief: that good bread takes time. We bake in small batches, with seasonal ingredients, in the neighbourhood we love. Kallio keeps us honest. \n\nOur kitchen runs on instinct and tradition, focusing on the crumb, the crust, and the quiet joy of a perfectly baked loaf. \n\nOpen Tuesday–Sunday, morning until sold out." - imageSrc="http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg?_wi=1" /> @@ -172,7 +172,7 @@ export default function LandingPage() { price: "6€", rating: 5, reviewCount: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg?_wi=1", }, { id: "p2", @@ -181,7 +181,7 @@ export default function LandingPage() { price: "7€", rating: 5, reviewCount: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=1", }, { id: "p3", @@ -269,7 +269,7 @@ export default function LandingPage() { handle: "Customer", testimonial: "A little piece of southern Europe in Kallio.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg?_wi=3", imageAlt: "Bakery ", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { handle: "Customer", testimonial: "The bread is always perfect. Worth the trip.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-focus-two-freshly-baked-diet-healthy-breads-charcoal-rye-with-figs-isolated-black-presented-rustic-wooden-table_346278-808.jpg?_wi=2", imageAlt: "Bakery ", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { handle: "Customer", testimonial: "The quality here is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pie-with-red-berries-dark-table-cake-sweets-pie_140725-73354.jpg?_wi=2", imageAlt: "Bakery ", }, { @@ -296,7 +296,7 @@ export default function LandingPage() { handle: "Customer", testimonial: "True artisan work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=2", imageAlt: "Bakery ", }, ]} -- 2.49.1