diff --git a/src/app/page.tsx b/src/app/page.tsx index ea82d57..0c9a1b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,22 +49,22 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Restaurant ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg", imageAlt: "Italian pasta dish" + imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg?_wi=1", imageAlt: "Italian pasta dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Fresh seafood" + imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=1", imageAlt: "Fresh seafood" }, { - imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Signature risotto" + imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1", imageAlt: "Signature risotto" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg", imageAlt: "Dessert selection" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg?_wi=1", imageAlt: "Dessert selection" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Chef preparing food" }, { - imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Premium beef dish" + imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=1", imageAlt: "Premium beef dish" } ]} buttons={[ @@ -95,16 +95,16 @@ export default function LandingPage() { tag="Menu" products={[ { - id: "1", name: "Pappardelle al Cinghiale", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg", imageAlt: "Pappardelle al Cinghiale" + id: "1", name: "Pappardelle al Cinghiale", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-bolognese-penne-pasta-garnished-with-herbs_140725-8738.jpg?_wi=2", imageAlt: "Pappardelle al Cinghiale" }, { - id: "2", name: "Branzino al Forno", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Branzino al Forno" + id: "2", name: "Branzino al Forno", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=2", imageAlt: "Branzino al Forno" }, { id: "3", name: "Insalata di Rucola", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1871.jpg", imageAlt: "Insalata di Rucola" }, { - id: "4", name: "Tiramisu Classico", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg", imageAlt: "Tiramisu Classico" + id: "4", name: "Tiramisu Classico", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg?_wi=2", imageAlt: "Tiramisu Classico" } ]} gridVariant="four-items-2x2-equal-grid" @@ -121,10 +121,10 @@ export default function LandingPage() { tag="Specials" products={[ { - id: "1", name: "Risotto al Tartufo Nero", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Risotto al Tartufo Nero" + id: "1", name: "Risotto al Tartufo Nero", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=2", imageAlt: "Risotto al Tartufo Nero" }, { - id: "2", name: "Ribeye Steak 32oz", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Ribeye Steak" + id: "2", name: "Ribeye Steak 32oz", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=2", imageAlt: "Ribeye Steak" }, { id: "3", name: "Salmon en Croûte", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-4707.jpg", imageAlt: "Salmon en Croûte"