From ba8e0fb506057b4d88d129f79664e255ce3f0ec4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:25:27 +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 e0f974d..9a77cf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,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" @@ -82,7 +82,7 @@ export default function LandingPage() { }, { 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, @@ -98,11 +98,11 @@ 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"], @@ -110,7 +110,7 @@ export default function LandingPage() { }, { 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" @@ -142,22 +142,22 @@ export default function LandingPage() {