diff --git a/src/app/page.tsx b/src/app/page.tsx index 73dd321..c606a0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { description="Sabri Darbar delivers exceptional food and service for weddings, corporate events, and special occasions. Trusted by Mumbai's finest celebrations with 5-star reviews and custom menu planning." slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510884.jpg", imageAlt: "Luxury wedding catering food display" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510884.jpg?_wi=1", imageAlt: "Luxury wedding catering food display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg", imageAlt: "Premium Indian wedding catering" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg?_wi=1", imageAlt: "Premium Indian wedding catering" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-sliced-fruits-desserts-festive-event-party-wedding-reception_613910-4237.jpg", imageAlt: "Corporate event catering professional service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-sliced-fruits-desserts-festive-event-party-wedding-reception_613910-4237.jpg?_wi=1", imageAlt: "Corporate event catering professional service" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cookies-served-plate_1304-5627.jpg", imageAlt: "Luxury dessert catering display" @@ -104,13 +104,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Traditional North Indian", description: "Authentic recipes passed down through generations. Featuring biryanis, kebabs, tandoori specialties, and rich curries prepared in our state-of-the-art kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg", imageAlt: "Traditional North Indian cuisine" + title: "Traditional North Indian", description: "Authentic recipes passed down through generations. Featuring biryanis, kebabs, tandoori specialties, and rich curries prepared in our state-of-the-art kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg?_wi=2", imageAlt: "Traditional North Indian cuisine" }, { - title: "South Indian Delicacies", description: "Delicate dosas, idlis, sambar, and rasam. Our south Indian expertise brings authentic coastal and inland flavors to your celebration.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510884.jpg", imageAlt: "South Indian delicacies" + title: "South Indian Delicacies", description: "Delicate dosas, idlis, sambar, and rasam. Our south Indian expertise brings authentic coastal and inland flavors to your celebration.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510884.jpg?_wi=2", imageAlt: "South Indian delicacies" }, { - title: "Modern Fusion Creations", description: "Contemporary dishes that blend culinary traditions with innovative techniques. Perfect for discerning guests seeking something extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-sliced-fruits-desserts-festive-event-party-wedding-reception_613910-4237.jpg", imageAlt: "Modern fusion cuisine" + title: "Modern Fusion Creations", description: "Contemporary dishes that blend culinary traditions with innovative techniques. Perfect for discerning guests seeking something extraordinary.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-festive-table-with-sliced-fruits-desserts-festive-event-party-wedding-reception_613910-4237.jpg?_wi=2", imageAlt: "Modern fusion cuisine" } ]} ariaLabel="Menu excellence section" @@ -264,7 +264,7 @@ export default function LandingPage() {