From 491c704db043df096c3362d478f172336ea0e946 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 21:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c3887b..3801240 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", + imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=1", 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", + imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=1", 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", + imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=1", 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", + imageSrc: "http://img.b2bpic.net/free-photo/cutting-ciabatta-close-up-wooden-background_127675-2896.jpg?_wi=2", 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", + imageSrc: "http://img.b2bpic.net/free-photo/white-meringue-cookies-with-black-raisines-wooden-board_114579-84680.jpg?_wi=2", imageAlt: "Delicate pastry being sugared", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-juice-with-fruit-pieces-caucasian-gogals_114579-34935.jpg?_wi=2", imageAlt: "Cozy cafe with coffee", }, ]} -- 2.49.1