diff --git a/src/app/page.tsx b/src/app/page.tsx index 5264108..59bfc4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Die Kunst italienischer Gastfreundschaft" buttons={[{ text: "Reservierung anfragen", href: "/reservierung" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "luxury restaurant kitchen ambiance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=1", imageAlt: "luxury restaurant kitchen ambiance" }, { imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg", imageAlt: "luxury restaurant kitchen ambiance" }, { imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27025.jpg", imageAlt: "luxury restaurant kitchen ambiance" }, ]} @@ -63,7 +63,7 @@ export default function LandingPage() { { value: "100%", title: "Handarbeit" }, { value: "1994", title: "Tradition seit" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg?_wi=1" imageAlt="Chef preparing pasta" mediaAnimation="slide-up" metricsAnimation="opacity" @@ -76,8 +76,8 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" features={[ - { id: "pizza", title: "La Pizza", descriptions: ["Im Steinofen bei 480°C gebacken."], imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg" }, - { id: "pasta", title: "Pasta Fresca", descriptions: ["Hausgemacht und handgerollt."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-dark-background_23-2148296876.jpg" }, + { id: "pizza", title: "La Pizza", descriptions: ["Im Steinofen bei 480°C gebacken."], imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg?_wi=1" }, + { id: "pasta", title: "Pasta Fresca", descriptions: ["Hausgemacht und handgerollt."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-dark-background_23-2148296876.jpg?_wi=1" }, { id: "dolci", title: "I Dolci", descriptions: ["Die tägliche Harmonie."], imageSrc: "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165547.jpg" }, { id: "vini", title: "La Carta dei Vini", descriptions: ["Sorgfältig kuratiert."], imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-man-serving-champagne-his-girlfriend-while-having-dinner-dining-table_637285-3188.jpg" }, ]} @@ -93,10 +93,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Anna M.", handle: "Stammgast", testimonial: "Ein Stück Italien in Wien — einfach exzellent.", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" }, - { id: "t2", name: "Marco P.", handle: "Feinschmecker", testimonial: "Das beste Tiramisu, das ich je gegessen habe.", imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg" }, - { id: "t3", name: "Elena S.", handle: "Event-Gast", testimonial: "Perfekter Service für unseren Anlass.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg" }, - { id: "t4", name: "Lucas K.", handle: "Kritiker", testimonial: "Höchste italienische Gastfreundschaft.", imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg" }, - { id: "t5", name: "Sophie L.", handle: "Liebhaberin", testimonial: "Ein Erlebnis für alle Sinne.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-dark-background_23-2148296876.jpg" }, + { id: "t2", name: "Marco P.", handle: "Feinschmecker", testimonial: "Das beste Tiramisu, das ich je gegessen habe.", imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=2" }, + { id: "t3", name: "Elena S.", handle: "Event-Gast", testimonial: "Perfekter Service für unseren Anlass.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-work-kitchen_52683-92777.jpg?_wi=2" }, + { id: "t4", name: "Lucas K.", handle: "Kritiker", testimonial: "Höchste italienische Gastfreundschaft.", imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14667.jpg?_wi=2" }, + { id: "t5", name: "Sophie L.", handle: "Liebhaberin", testimonial: "Ein Erlebnis für alle Sinne.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-red-apron-dark-background_23-2148296876.jpg?_wi=2" }, ]} title="STIMMEN UNSERER GÄSTE" description="Was unsere Besucher über uns sagen."