From 17971c5fd4a8b932beab89bde95ebe8d3cafb268 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:23:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c04518e..e8158ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { value: "15+", label: "Years Service" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1" imageAlt="Patne Restaurant Interior" mediaAnimation="slide-up" imagePosition="right" @@ -79,7 +79,7 @@ export default function LandingPage() { reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cucumber-lemon-seasoning-bread-table_141793-4757.jpg", imageAlt: "Chicken Tandoori - Grilled to perfection"}, { id: "3", brand: "Vegetarian Delight", name: "Veg Thali", price: "₹200", rating: 5, - reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Veg Thali - Complete vegetarian meal"}, + reviewCount: "178", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=1", imageAlt: "Veg Thali - Complete vegetarian meal"}, { id: "4", brand: "Aromatic Rice", name: "Biryani", price: "₹240", rating: 5, reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-psd/authentic-chicken-biryani-served-traditional-earthenware-bowl_84443-64517.jpg", imageAlt: "Biryani - Fragrant rice specialty"}, @@ -93,16 +93,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Authentic Indian Food", tags: ["Traditional Recipes", "Fresh Ingredients"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg", imageAlt: "Authentic Indian Food"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-indian-tasty-food-called-marwari-veg-thali-wooden-table_181624-58043.jpg?_wi=2", imageAlt: "Authentic Indian Food"}, { id: "2", title: "Family-Friendly Dining", tags: ["Comfortable Ambience", "Kids Welcome"], - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Family-Friendly Dining"}, + imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2", imageAlt: "Family-Friendly Dining"}, { id: "3", title: "Event Lawn Services", tags: ["Weddings", "Celebrations"], imageSrc: "http://img.b2bpic.net/free-photo/wedding-venue_1157-733.jpg", imageAlt: "Event Lawn Services"}, { id: "4", title: "Easy Parking Available", tags: ["Spacious Lot", "Convenient Access"], - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Easy Parking Available"}, + imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=3", imageAlt: "Easy Parking Available"}, ]} animationType="slide-up" title="Why Choose Patne Restaurant" @@ -132,17 +132,17 @@ export default function LandingPage() {