From 1e5567bb5cb5124b814ac2cfa901d6285f0cfe16 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:13:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2dbd19..0f435ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", imageAlt: "Crispy Chicken"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=1", imageAlt: "Crispy Chicken"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291739.jpg", imageAlt: "Juicy Chicken"}, { @@ -145,7 +145,7 @@ export default function LandingPage() { "12 Pieces", "Large Fries", "Drinks"], button: { text: "Select"}, - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", imageAlt: "chicken nuggets with french fries and human hand in fly"}, + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=2", imageAlt: "chicken nuggets with french fries and human hand in fly"}, ]} /> -- 2.49.1