diff --git a/src/app/page.tsx b/src/app/page.tsx index f3304fc..ea82d57 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?_wi=1", imageAlt: "Italian pasta dish" + 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/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=1", imageAlt: "Fresh seafood" + 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/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1", imageAlt: "Signature risotto" + 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/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/chocolate-cake-slice-with-cacao-cream-topped-with-chocolate-sauce_140725-8277.jpg", 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?_wi=1", imageAlt: "Premium beef dish" + imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", imageAlt: "Premium beef dish" } ]} buttons={[ @@ -78,6 +78,7 @@ export default function LandingPage() {