diff --git a/src/app/page.tsx b/src/app/page.tsx index f42e28b..c43910c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,21 +118,21 @@ export default function LandingPage() { { title: "Lounge & Drinks", description: "Cocktails in entspannter Atmosphäre.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg?_wi=1", titleIconSrc: "Wine", buttonText: "Lounge entdecken", }, { title: "Events", description: "Ihre Feier in mediterranem Stil.", - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg?_wi=1", titleIconSrc: "Calendar", buttonText: "Anfragen", }, { title: "Catering", description: "Genuss zu Ihnen nach Hause.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-making-toast-with-their-friends_53876-25265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-making-toast-with-their-friends_53876-25265.jpg?_wi=1", titleIconSrc: "Truck", buttonText: "Service prüfen", }, @@ -153,37 +153,37 @@ export default function LandingPage() { id: "1", name: "Pizza Margherita", price: "ab 9,50€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=1", }, { id: "2", name: "Pasta Carbonara", price: "ab 12,00€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=2", }, { id: "3", name: "Antipasti Misti", price: "ab 14,00€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=3", }, { id: "4", name: "Hausgemachtes Tiramisu", price: "ab 6,50€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=4", }, { id: "5", name: "Gelato Artigianale", price: "ab 2,50€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=5", }, { id: "6", name: "Bruschetta Classica", price: "ab 7,50€", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=6", }, ]} title="Unsere Speisekarte" @@ -204,7 +204,7 @@ export default function LandingPage() { role: "Restaurant", company: "Gangkofen", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg?_wi=2", }, { id: "2", @@ -212,7 +212,7 @@ export default function LandingPage() { role: "Terrasse", company: "Genuss", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-making-toast-with-their-friends_53876-25265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-making-toast-with-their-friends_53876-25265.jpg?_wi=2", }, { id: "3", @@ -228,7 +228,7 @@ export default function LandingPage() { role: "Drinks", company: "Abend", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg?_wi=2", }, { id: "5", @@ -236,7 +236,7 @@ export default function LandingPage() { role: "Steinofen", company: "Tradition", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-pizza_1339-1002.jpg?_wi=7", }, ]} title="Impressionen"