From 8cfc6933f7401e9de88a1a368e766bd204823138 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:15:42 +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 5276192..3e88cec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg", imageAlt: "Delicious restaurant food with elegant plating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg", imageAlt: "Omika Restaurant warm and inviting interior" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg?_wi=1", imageAlt: "Omika Restaurant warm and inviting interior" } ]} ariaLabel="Omika Restaurant - Hero Section" @@ -70,7 +70,7 @@ export default function LandingPage() { tag="Our Values" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg?_wi=2" imageAlt="Omika Restaurant welcoming interior ambiance" mediaAnimation="slide-up" metrics={[ -- 2.49.1