From 61b2102403047b3bec61216113e6b75f9652ec27 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:56:04 +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 1b982c1..5e86565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg", imageAlt: "Premium halal meal plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=1", imageAlt: "Premium halal meal plating"}, { imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Professional kitchen preparation"}, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Excellence" }, { value: "50k+", title: "Happy Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-garnished-with-vegetables-spices-sauce-plate-with-glass-white-wine-table_140725-11498.jpg?_wi=2" imageAlt="Restaurant ambiance" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1