diff --git a/src/app/page.tsx b/src/app/page.tsx index 005e517..866ba4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { href: "https://wa.me/placeholder", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -180,7 +180,7 @@ export default function LandingPage() { price: "₹150", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=1", }, { id: "p2", @@ -189,7 +189,7 @@ export default function LandingPage() { price: "₹350", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=2", }, { id: "p3", @@ -198,7 +198,7 @@ export default function LandingPage() { price: "₹280", rating: 4, reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=3", }, { id: "p4", @@ -207,7 +207,7 @@ export default function LandingPage() { price: "₹90", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=1", }, { id: "p5", @@ -216,7 +216,7 @@ export default function LandingPage() { price: "₹60", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=2", }, { id: "p6", @@ -225,7 +225,7 @@ export default function LandingPage() { price: "₹120", rating: 5, reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=3", }, ]} title="Our Menu" @@ -244,13 +244,13 @@ export default function LandingPage() { icon: Camera, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ancient-tower-dusk_1127-3007.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=2", imageAlt: "rooftop cafe view fort sunset", }, { @@ -259,13 +259,13 @@ export default function LandingPage() { icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=4", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=5", imageAlt: "vegetarian gourmet main course", }, { @@ -274,13 +274,13 @@ export default function LandingPage() { icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/summer-tomato-cheese-salad_23-2151942383.jpg?_wi=6", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=5", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pastry-beverages-amidst-leaves_23-2147869657.jpg?_wi=6", imageAlt: "cafe beverages coffee refreshment", }, ]} @@ -299,7 +299,7 @@ export default function LandingPage() { title="Bundi, Rajasthan" description="Plot No.1, Rooftop Ujjivan Bank, Near Circuit House, New Colony, Bundi, Rajasthan – 323001. Phone: +91-9876543210" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=3" />