From 4dc1bda0dca0b588da25afbf846e66644fbe7a6e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:22:37 +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 22ba065..40a9c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { @@ -85,19 +85,19 @@ export default function LandingPage() { id: "1", name: "Sourdough Boule", price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg?_wi=1", }, { id: "2", name: "Butter Croissant", price: "$4.25", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg?_wi=1", }, { id: "3", name: "Seasonal Fruit Tart", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-fruit-baskets-with-berries-exotic-fruits-greenery-nuts_8353-7316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-fruit-baskets-with-berries-exotic-fruits-greenery-nuts_8353-7316.jpg?_wi=1", }, { id: "4", @@ -136,7 +136,7 @@ export default function LandingPage() { quote: "The sourdough here is absolutely incredible. It reminds me of the bakeries in France!", tag: "Bread", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaf-homemade-bread-wooden-cutting-board_53876-98267.jpg?_wi=2", imageAlt: "artisanal sourdough bread bakery", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { quote: "I start every morning with a coffee and one of their blueberry muffins. Truly the highlight of my day.", tag: "Muffins", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-standing-smilling-charismatic-young-lady-making-selfie-kitchen-while-cooking-new-delicious-dish-posting-photos-videos-social-networking-sites-baking-cooking-concept_176532-8424.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg?_wi=2", imageAlt: "fresh crusty sourdough loaf", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "Their commitment to quality is evident in every bite. Exceptional customer service too.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-old-woman-holding-plate-with-croissants_23-2148341521.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg?_wi=2", imageAlt: "fresh buttery croissants pile", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { quote: "I cannot recommend this place enough! Everything is consistently fresh and delicious.", tag: "Pastry", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3944.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-fruit-baskets-with-berries-exotic-fruits-greenery-nuts_8353-7316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-fruit-baskets-with-berries-exotic-fruits-greenery-nuts_8353-7316.jpg?_wi=2", imageAlt: "freshly baked fruit tartlet", }, ]} -- 2.49.1