From bd9d7e13cdcb22ba88c96bee134b338fc6478cab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:04:05 +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 2d0233a..5f7e0c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "Fatima", 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", imageAlt: "freshly baked sourdough bread loaf"}, + 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"}, { name: "Ahmed", 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", imageAlt: "bakery interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=1", imageAlt: "bakery interior warm lighting"}, { name: "Sara", 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", imageAlt: "croissant fresh pastry breakfast"}, + 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"}, { name: "Khalid", 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", imageAlt: "fresh sourdough loaf sliced"}, + imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=1", imageAlt: "fresh sourdough loaf sliced"}, { name: "Mariam", 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", imageAlt: "chocolate muffin sweet pastry"}, + imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=1", imageAlt: "chocolate muffin sweet pastry"}, ]} buttons={[ { text: "Explore Our Menu", 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", alt: "Customer 1"}, @@ -102,7 +102,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" /> @@ -115,13 +115,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bakery", name: "Classic Croissant", 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"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=2"}, { id: "2", brand: "Bakery", name: "Sourdough Loaf", price: "$6.00", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg"}, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=2"}, { id: "3", brand: "Bakery", name: "Chocolate Muffin", price: "$4.00", rating: 4, - reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg"}, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=2"}, { id: "4", brand: "Bakery", name: "French Baguette", price: "$2.50", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg"},