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" } ] }