Update src/app/booking/page.tsx

This commit is contained in:
2026-03-11 17:46:33 +00:00
parent 2688856a25
commit a4d50f273d

View File

@@ -48,7 +48,7 @@ export default function BookingPage() {
tag="Buchungsformular"
tagIcon={Calendar}
tagAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42533.jpg"
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42533.jpg?_wi=4"
imageAlt="Reservierungsformular Interface"
mediaAnimation="slide-up"
testimonials={[
@@ -59,7 +59,7 @@ export default function BookingPage() {
"Sehr benutzerfreundlich! In weniger als 2 Minuten war meine Reservierung bestätigt.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-95100.jpg",
"http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-95100.jpg?_wi=2",
imageAlt: "Max Müller",
},
{
@@ -69,7 +69,7 @@ export default function BookingPage() {
"Perfekt für größere Gruppen. Die automatische Tischkombination hat uns viel Planungszeit gespart.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/mid-adult-barista-cleaning-drinking-glass-after-working-hours-pub_637285-3394.jpg",
"http://img.b2bpic.net/free-photo/mid-adult-barista-cleaning-drinking-glass-after-working-hours-pub_637285-3394.jpg?_wi=2",
imageAlt: "Julia Schmidt",
},
{
@@ -79,7 +79,7 @@ export default function BookingPage() {
"Ich schätze die SMS-Bestätigung und die Erinnerung vor meinem Besuch. Nie wieder vergessen!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg",
"http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg?_wi=2",
imageAlt: "Andreas Weber",
},
{
@@ -89,7 +89,7 @@ export default function BookingPage() {
"Ideal für spontane Geschäftsessen. Die Verfügbarkeit wird in Echtzeit angezeigt.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-volunteer-smiling_23-2149134458.jpg",
"http://img.b2bpic.net/free-photo/close-up-volunteer-smiling_23-2149134458.jpg?_wi=2",
imageAlt: "Patricia Hoffmann",
},
]}