diff --git a/src/app/page.tsx b/src/app/page.tsx index 96d4f49..72077e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-italian-garden_628469-330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-italian-garden_628469-330.jpg?_wi=1", imageAlt: "Candlelight courtyard dinner", }, { - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg?_wi=1", imageAlt: "Handcrafted italian dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg?_wi=1", imageAlt: "Fresh italian appetizer", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { imageAlt: "Beautiful table arrangement", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chrysanthemums-illuminated-with-orange-light-hang-threads-hall_1304-3341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chrysanthemums-illuminated-with-orange-light-hang-threads-hall_1304-3341.jpg?_wi=1", imageAlt: "Atmospheric courtyard night", }, ]} @@ -116,37 +116,37 @@ export default function LandingPage() { id: "1", name: "Wood-fired Margherita", price: "₹695", - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg?_wi=2", }, { id: "2", name: "Truffle Risotto", price: "₹895", - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg?_wi=2", }, { id: "3", name: "Spaghetti Carbonara", price: "₹750", - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg?_wi=3", }, { id: "4", name: "Artisan Pizza", price: "₹850", - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg?_wi=3", }, { id: "5", name: "Classic Tiramisu", price: "₹450", - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg?_wi=4", }, { id: "6", name: "Signature Sangria", price: "₹550", - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg?_wi=4", }, ]} title="Signature Dishes" @@ -167,7 +167,7 @@ export default function LandingPage() { quote: "Beautiful ambiance, great service—perfect for a relaxed Italian meal.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-hugging-man-table_23-2148014530.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-italian-garden_628469-330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-italian-garden_628469-330.jpg?_wi=2", imageAlt: "romantic courtyard dining restaurant", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { quote: "Romantic place with great lighting, worth the price.", tag: "Anniversary", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-valentines-day_23-2148383189.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-from-wood-fired-oven_23-2151950778.jpg?_wi=5", imageAlt: "authentic italian pasta dish", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { quote: "Authentic Italian cuisine with stunning courtyard vibes.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/green-herbs-salad-with-glass-red-wine_114579-3171.jpg?_wi=5", imageAlt: "fresh italian salad appetizer", }, { @@ -262,7 +262,7 @@ export default function LandingPage() {