From 29c6db19fba0c19eab99bc1814a79aa55837dfaf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 22:01:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9474da4..d74dc90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg?_wi=1", imageAlt: "Artisan sourdough bread" }, { - imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg?_wi=1", imageAlt: "Fresh croissants display" }, { - imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-1422.jpg?_wi=2", imageAlt: "Seasonal pastry collection" }, { - imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg?_wi=2", imageAlt: "Custom cake designs" } ]}