From d148ec5a399c5bc1b9a2b5d88d5786d085279d5a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:26:34 +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 2717d13..a0f4562 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,27 +66,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/different-types-bread-bakery-shelves_116380-61.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-types-bread-bakery-shelves_116380-61.jpg?_wi=1", imageAlt: "Artisan Bread", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg?_wi=1", imageAlt: "Fresh Croissants", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dough_1170-2270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dough_1170-2270.jpg?_wi=1", imageAlt: "Baking Process", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/french-onion-soup-crusty-bread-bowl_140725-1656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-onion-soup-crusty-bread-bowl_140725-1656.jpg?_wi=1", imageAlt: "Pastries", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg?_wi=1", imageAlt: "Bakery Facade", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { quote: "The sourdough here is simply unmatched. It's the highlight of my weekend.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-lady-with-dark-curly-hair-white-costume-sitting-table-joyfully-looking-camera-while-spending-time-cafe-street_574295-81.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/different-types-bread-bakery-shelves_116380-61.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-types-bread-bakery-shelves_116380-61.jpg?_wi=2", imageAlt: "elegant woman smiling portrait", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { quote: "Their croissants are perfectly flaky. Every visit feels like a quick trip to Paris.", tag: "Pastries", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056054.jpg?_wi=2", imageAlt: "elegant woman smiling portrait", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "I love the seasonal tarts—they always use fresh, local ingredients.", tag: "Dessert", avatarSrc: "http://img.b2bpic.net/free-photo/cute-model-leaning-hand_23-2148323691.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dough_1170-2270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-dough_1170-2270.jpg?_wi=2", imageAlt: "elegant woman smiling portrait", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Best muffins in the city, hands down. Friendly staff too!", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/french-onion-soup-crusty-bread-bowl_140725-1656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-onion-soup-crusty-bread-bowl_140725-1656.jpg?_wi=2", imageAlt: "elegant woman smiling portrait", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "So glad I found this place. The cinnamon rolls are a morning staple now.", tag: "Bakery", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone-outdoors_23-2148770444.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-taking-macaroons-from-display-case_23-2147787062.jpg?_wi=2", imageAlt: "elegant woman smiling portrait", }, ]} -- 2.49.1