From 961975a667a7b0134f9a8119da6f0d9d34c4f7ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:29:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f04caa..3997be4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,10 +77,10 @@ export default function LandingPage() { title: "Premium Cuisine", description: "Expertly crafted dishes using the finest ingredients and time-honored techniques", icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", imageAlt: "gourmet food plating professional chef" + imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg?_wi=1", imageAlt: "gourmet food plating professional chef" }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "restaurant ambiance candlelit evening dining" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "restaurant ambiance candlelit evening dining" } ] }, @@ -88,10 +88,10 @@ export default function LandingPage() { title: "Exceptional Ambiance", description: "An elegant setting designed for intimate gatherings and special celebrations", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "restaurant ambiance candlelit evening dining" + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "restaurant ambiance candlelit evening dining" }, { - imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", imageAlt: "gourmet food plating professional chef" + imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg?_wi=2", imageAlt: "gourmet food plating professional chef" } ] } -- 2.49.1