From 0c0e0d78236cc259f07f3c2ba65278e3c6d9d4ed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:55:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 213c5fc..05fbb80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "See What's Baking →", href: "#offer"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-autumn-food-with-copy-space_23-2148234245.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-autumn-food-with-copy-space_23-2148234245.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/baker-adding-flour-pile-by-hand-preparing-bread-dough-close-up-retired-elderly-chef-with-bonete-uniform-sprinkling-sieving-spreading-rew-ingredients-baking-homemade-pizza-cackes_482257-14464.jpg", alt: "Customer profile picture 1"}, @@ -117,7 +117,7 @@ export default function LandingPage() { title: "The Bakes", description: "From Bakewell blondies to lemon drizzle, crumble slices to fresh pastries — the menu changes with what Chloe's creating. Seasonal, fresh, made with love.", icon: Cake, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg?_wi=1"}, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-banana-bread-loaf-pan-with-chocolate-chunks-walnut-table_181624-30481.jpg"}, ], @@ -126,7 +126,7 @@ export default function LandingPage() { title: "The Coffee", description: "Rich, smooth, perfectly brewed specialty coffee. Oat milk, dairy-free and vegan drink options always available. Large cups, proper coffee.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg?_wi=1"}, { imageSrc: "http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg"}, ], @@ -135,7 +135,7 @@ export default function LandingPage() { title: "The Setting", description: "Stone driveway. Conservatory. Outdoor terrace suntrap. Log burner inside. A beautifully designed space that feels like it was made for long afternoons.", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=1"}, { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg"}, ], @@ -157,16 +157,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-person-food-young-people_1303-611.jpg"}, { id: "2", name: "Matt G.", handle: "@local", testimonial: "Chloe's Bakehouse is an absolute gem! The coffee is consistently excellent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-autumn-food-with-copy-space_23-2148234245.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-autumn-food-with-copy-space_23-2148234245.jpg?_wi=2"}, { id: "3", name: "Katharine W.", handle: "@local", testimonial: "Such a lovely coffee shop. I bring my family whenever they visit and they always ask to come back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-barista-with-apron-holding-decorated-coffee-glass_23-2148824459.jpg?_wi=2"}, { id: "4", name: "Ron M.", handle: "@local", testimonial: "Wow! This place just gets better and better. Delicious cakes and great coffee.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-gift-boxes-table_23-2147957896.jpg?_wi=2"}, { id: "5", name: "Annie", handle: "@local", testimonial: "Best coffee shop ever. Gorgeous cakes all baked by the amazing Chloe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=2"}, ]} showRating={true} title="Kind Words From Our Visitors" -- 2.49.1