From f0d25ae2c58dcd99be1aa36e20d3dd97a189813e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:11:16 +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 ba1caa0..4075a84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=1", imageAlt: "Cozy cafe atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=2", imageAlt: "Fresh pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=3", imageAlt: "Creamy milkshake", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=4", imageAlt: "Chocolate torte", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=5", imageAlt: "Cafe interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-winter-hygge-elements_23-2148715902.jpg?_wi=6", imageAlt: "Friendly staff", }, ]} -- 2.49.1