From 1d2975918e3a297eb7f41363dd37ce4e17306449 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:20:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4029147..784c72a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function MadoSushiPage() { { imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195567.jpg", imageAlt: "Premium sushi platter with fresh ingredients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Warm and inviting restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Warm and inviting restaurant interior"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -92,7 +92,7 @@ export default function MadoSushiPage() { { value: "500+", title: "Happy Customers Weekly" }, { value: "10+", title: "Years of Excellence" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=1" imageAlt="Professional sushi chef preparing fresh ingredients" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -139,7 +139,7 @@ export default function MadoSushiPage() { features={[ { id: "1", title: "Fresh Ingredients", description: "Premium sushi made daily with the freshest fish and ingredients sourced directly from trusted suppliers. Every ingredient is selected for quality and flavor.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg", imageAlt: "Fresh sushi ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=2", imageAlt: "Fresh sushi ingredients"}, items: [ { icon: CheckCircle, text: "Daily fresh deliveries" }, { icon: CheckCircle, text: "Premium quality ingredients" }, @@ -149,7 +149,7 @@ export default function MadoSushiPage() { }, { id: "2", title: "Exceptional Service", description: "Our team is trained to provide warm, attentive service that makes every visit memorable. We treat each guest like family.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Restaurant service"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "Restaurant service"}, items: [ { icon: Smile, text: "Friendly and welcoming staff" }, { icon: Clock, text: "Quick and efficient service" }, @@ -159,7 +159,7 @@ export default function MadoSushiPage() { }, { id: "3", title: "Cozy Atmosphere", description: "Perfect for intimate dinners, date nights, or celebrating with friends and family. Our space is designed for comfort and connection.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Cozy restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=3", imageAlt: "Cozy restaurant interior"}, items: [ { icon: Home, text: "Warm and inviting ambiance" }, { icon: Music, text: "Curated background music" }, -- 2.49.1