From 6a620fbff92887d5617b0e50f26cde9e700ca824 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:03:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95745fc..95023a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@fatimafoodie", testimonial: "The best sourdough in town, hands down!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg?_wi=1", imageAlt: "freshly baked sourdough bread loaf", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@ahmedeats", testimonial: "Fresh, authentic, and always delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=1", imageAlt: "bakery interior warm lighting", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@saratravels", testimonial: "The croissants are divine, feels like Paris.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=1", imageAlt: "croissant fresh pastry breakfast", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@khalidbaked", testimonial: "Always friendly service and fresh bread.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=1", imageAlt: "fresh sourdough loaf sliced", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@mariamcooks", testimonial: "My go-to bakery for every special occasion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=1", imageAlt: "chocolate muffin sweet pastry", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", @@ -158,7 +158,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Rooted in Passion" description="Badar Bakery started in a small home kitchen with a simple dream: to share authentic, handcrafted baked goods with our neighbors. Today, we continue to use only the finest natural ingredients to honor our traditional methods." - imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=2" /> @@ -176,7 +176,7 @@ export default function LandingPage() { price: "$3.50", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=2", }, { id: "2", @@ -185,7 +185,7 @@ export default function LandingPage() { price: "$6.00", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=2", }, { id: "3", @@ -194,7 +194,7 @@ export default function LandingPage() { price: "$4.00", rating: 4, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=2", }, { id: "4", -- 2.49.1