Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-08 21:58:50 +00:00

View File

@@ -46,17 +46,17 @@ export default function LandingPage() {
title="Ein Stück Griechenland in Wolmirstedt"
description="Authentische griechische Küche, großzügige Portionen und herzliche Gastfreundschaft. Erleben Sie mediterranen Genuss in entspannter Atmosphäre."
testimonials={[
{ name: "Maria K.", handle: "@mariak", testimonial: "Sehr leckeres Essen und große Portionen.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Thomas L.", handle: "@thomasl", testimonial: "Freundliche und schnelle Bedienung. Top!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Familie Schmidt", handle: "@fam-schmidt", testimonial: "Absolute Empfehlung für Familienessen.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wol7ug", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Jens W.", handle: "@jensw", testimonial: "Gemütliche Atmosphäre und super Service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slva0y", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Maria K.", handle: "@mariak", testimonial: "Sehr leckeres Essen und große Portionen.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf&_wi=1", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Thomas L.", handle: "@thomasl", testimonial: "Freundliche und schnelle Bedienung. Top!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az&_wi=1", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Familie Schmidt", handle: "@fam-schmidt", testimonial: "Absolute Empfehlung für Familienessen.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wol7ug&_wi=1", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Jens W.", handle: "@jensw", testimonial: "Gemütliche Atmosphäre und super Service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slva0y&_wi=1", imageAlt: "greek restaurant platter food mediterranean" },
{ name: "Sabine R.", handle: "@sabiner", testimonial: "Immer wieder gerne hier zu Gast.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tbkayb", imageAlt: "greek restaurant platter food mediterranean" }
]}
buttons={[
{ text: "Tisch reservieren", href: "#contact" },
{ text: "Speisekarte", href: "#menu" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf&_wi=2"
mediaAnimation="blur-reveal"
imageAlt="greek restaurant platter food mediterranean"
/>
@@ -70,7 +70,7 @@ export default function LandingPage() {
description="Als Familienrestaurant ist es unser Anliegen, Ihnen ein Stück griechische Lebensfreude nach Wolmirstedt zu bringen. Unsere Küche ist authentisch, traditionell und wird mit viel Liebe zubereitet."
subdescription="Gäste schätzen bei uns besonders die großzügigen Portionen und unsere herzliche Gastfreundschaft. Ob Geburtstage, Familienfeiern oder ein gemütliches Abendessen bei uns sind Sie genau richtig."
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az&_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -82,7 +82,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Grillteller Lamm", price: "24,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wol7ug" },
{ id: "1", name: "Grillteller Lamm", price: "24,50 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wol7ug&_wi=2" },
{ id: "2", name: "Gyros mit Metaxa-Soße", price: "21,00 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5n8hwk" },
{ id: "3", name: "Hellas Teller", price: "22,00 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=teispi" }
]}
@@ -112,9 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Maria", role: "Stammgast", testimonial: "Super leckeres Essen und kurze Wartezeiten.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slva0y" },
{ id: "2", name: "Uwe", role: "Besucher", testimonial: "Sehr hübsche Gaststätte geworden, wir kommen wieder.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf" },
{ id: "3", name: "Claudia", role: "Gast", testimonial: "Top Preis-Leistungs-Verhältnis und tolles Gyros.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az" }
{ id: "1", name: "Maria", role: "Stammgast", testimonial: "Super leckeres Essen und kurze Wartezeiten.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slva0y&_wi=2" },
{ id: "2", name: "Uwe", role: "Besucher", testimonial: "Sehr hübsche Gaststätte geworden, wir kommen wieder.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p0awpf&_wi=3" },
{ id: "3", name: "Claudia", role: "Gast", testimonial: "Top Preis-Leistungs-Verhältnis und tolles Gyros.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o7j1az&_wi=3" }
]}
title="Bewertungen"
description="Über 350 Gäste bewerten uns mit 4,3 von 5 Sternen."