From 2e2c54fb4b423a30be871ad66343693c4704c929 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:32:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c42e0b..ccaf40a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8025.jpg", imageAlt: "Yukee's Restaurant Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg?_wi=1", imageAlt: "Signature Main Course"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg", imageAlt: "Signature Main Course"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg?_wi=1", imageAlt: "Happy Diners"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg", imageAlt: "Happy Diners"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -64,13 +64,13 @@ export default function LandingPage() {