From 31b930e96a790402a234442e24392c403d7fe639 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 16:37:19 +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 9e9fb38..c08a3ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg?_wi=1", imageAlt: "fresh croissant close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg?_wi=1", imageAlt: "european cafe pastry display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8226.jpg?_wi=1", imageAlt: "delicious cheesecake slice", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-ready-pour-milk-into-bowl_23-2148361980.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cool-breakfast-composition_23-2147658656.jpg?_wi=2", imageAlt: "pastry chef working dough", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bread-oven_140725-4139.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-served-with-glass-tea_114579-13870.jpg?_wi=2", imageAlt: "pastry chef working dough", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17123.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8226.jpg?_wi=2", imageAlt: "pastry chef working dough", }, ]}