From fbc8ddc785830247d779bfbed2c7323c12805307 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:02:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe3ab86..c893eec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Handmade with love. Eaten with joy. Welcome to the new face of artisan baking." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/squirrel-cake-few-cinnamon-sticks-board-marble-surface_114579-75296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/squirrel-cake-few-cinnamon-sticks-board-marble-surface_114579-75296.jpg?_wi=1", imageAlt: "Hero image 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg?_wi=1", imageAlt: "Hero image 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg?_wi=1", imageAlt: "Hero image 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg?_wi=1", imageAlt: "Hero image 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg?_wi=1", imageAlt: "Hero image 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pastry-apples-wooden-background_23-2147742760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-apples-wooden-background_23-2147742760.jpg?_wi=1", imageAlt: "Hero image 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bagel-with-rosemary_23-2148368239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bagel-with-rosemary_23-2148368239.jpg?_wi=1", imageAlt: "Hero image 7", }, { - imageSrc: "http://img.b2bpic.net/free-photo/squirrel-cake-few-cinnamon-sticks-board-marble-surface_114579-75296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/squirrel-cake-few-cinnamon-sticks-board-marble-surface_114579-75296.jpg?_wi=2", imageAlt: "Hero image 8", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg?_wi=2", imageAlt: "Hero image 9", }, { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg?_wi=2", imageAlt: "Hero image 10", }, { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg?_wi=2", imageAlt: "Hero image 11", }, { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg?_wi=2", imageAlt: "Hero image 12", }, ]} @@ -203,37 +203,37 @@ export default function LandingPage() { id: "1", name: "Cinnamon Roll", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-cinnamon-rolls_23-2148779694.jpg?_wi=3", }, { id: "2", name: "Signature Cookie", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-male-eating-delicious-chocolate-cookies_181624-7418.jpg?_wi=3", }, { id: "3", name: "Fudgy Brownie", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-shot-freshly-baked-brownies-wooden-board_181624-23397.jpg?_wi=3", }, { id: "4", name: "NY Cheesecake", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake_74190-4745.jpg?_wi=3", }, { id: "5", name: "Apple Pie", price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-apples-wooden-background_23-2147742760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-apples-wooden-background_23-2147742760.jpg?_wi=2", }, { id: "6", name: "Chocolate Babka", price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bagel-with-rosemary_23-2148368239.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bagel-with-rosemary_23-2148368239.jpg?_wi=2", }, ]} title="Our Signature Bakes" -- 2.49.1