diff --git a/src/app/page.tsx b/src/app/page.tsx index f4f1080..6fb429a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-cooking-together_23-2148965353.jpg", imageAlt: "Delicious restaurant food" }, { imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm restaurant ambiance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Family dining experience" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=1", imageAlt: "Family dining experience" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -78,14 +78,14 @@ export default function LandingPage() { title: "Drive-Through", description: "Fast, convenient service without leaving your vehicle. Perfect for busy days when you want quality food quickly.", icon: Car, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/gray-van-rainy-highway-modern-delivery-motion_169016-69833.jpg", imageAlt: "Drive-through service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Quick service meals" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=2", imageAlt: "Quick service meals" } ] }, { title: "Food Delivery", description: "Order online and we'll deliver your favorite meals hot and fresh. Convenient dining at home with The Family Restro quality.", icon: Bike, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/safe-food-delivery-with-smartphone_23-2148562020.jpg", imageAlt: "Fast delivery service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg", imageAlt: "Fresh food delivery" } + { imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg?_wi=1", imageAlt: "Fresh food delivery" } ] } ]} @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "2", brand: "The Family Restro", name: "Lunch Special", price: "Rs 250-450", rating: 5, - reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg", imageAlt: "Complete lunch meal" + reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13041.jpg?_wi=3", imageAlt: "Complete lunch meal" }, { id: "3", brand: "The Family Restro", name: "Dinner Combo", price: "Rs 300-500", rating: 5, @@ -129,7 +129,7 @@ export default function LandingPage() { }, { id: "4", brand: "The Family Restro", name: "Snacks & Drinks", price: "Rs 50-150", rating: 5, - reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg", imageAlt: "Variety of snacks and beverages" + reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/dishes-with-golden-caviar-top-different-plates_181624-7047.jpg?_wi=2", imageAlt: "Variety of snacks and beverages" } ]} gridVariant="uniform-all-items-equal"