From d41319b64292d097741e74fe258bea252dbfd986 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:23:38 +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 28dfb94..c642859 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg"}, { name: "Visitor", 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={[ { text: "See this week's menu →", 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={[ { @@ -103,7 +103,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" /> @@ -117,10 +117,10 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Pastry", name: "Laskiaispulla", 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"}, + 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?_wi=1"}, { id: "p2", brand: "Pastry", name: "Almond-marzipan croissant", price: "7€", rating: 5, - reviewCount: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg"}, + reviewCount: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=1"}, { id: "p3", brand: "Bread", name: "Sourdough loaf", price: "9€", rating: 5, reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-table_23-2149234900.jpg"}, @@ -172,16 +172,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011572.jpg", imageAlt: "Bakery "}, { id: "2", name: "Regular", 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", imageAlt: "Bakery "}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-towel_23-2148544723.jpg?_wi=3", imageAlt: "Bakery "}, { id: "3", name: "Regular", 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", imageAlt: "Bakery "}, + 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 "}, { id: "4", name: "Regular", 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", imageAlt: "Bakery "}, + 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 "}, { id: "5", name: "Regular", handle: "Customer", testimonial: "True artisan work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg", imageAlt: "Bakery "}, + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts_23-2147717717.jpg?_wi=2", imageAlt: "Bakery "}, ]} showRating={false} title="From Our Regulars" -- 2.49.1