From acf534112d0eb04396d025b0a3bbba2567d1920f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a8f551..a5a8df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,32 +72,32 @@ export default function LandingPage() { slides={[ { videoSrc: "http://img.b2bpic.net/free-photo/baker-holding-bread-loaf-table_23-2147761363.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg", imageAlt: "Bread coming out of oven", videoAriaLabel: "Slow motion video of bread being removed from an oven", }, { videoSrc: "http://img.b2bpic.net/free-photo/hands-pouring-sugar-muffins_23-2148297430.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg", imageAlt: "Powdered sugar falling on pastry", videoAriaLabel: "Slow motion video of powdered sugar falling onto a pastry", }, { videoSrc: "http://img.b2bpic.net/free-photo/hot-coffee-mug_1323-172.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg", imageAlt: "Coffee pouring into a cup", videoAriaLabel: "Slow motion video of coffee being poured into a cup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg", imageAlt: "Fresh bread in a warm bakery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg", imageAlt: "Delicate pastry being sugared", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg", imageAlt: "Cozy cafe with coffee", }, ]} @@ -148,7 +148,8 @@ export default function LandingPage() { { id: "bienenstich", brand: "Vosen's", - name: "Authentic Bienen", + name: "Authentic Bienenstich", price: "$4.75", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sliced-pie-with-red-berries-dark-table-pie-sweet-cake_140725-72896.jpg", imageAlt: "traditional German Bienenstich cake slice", }, ]} title="Our Bestsellers" -- 2.49.1