Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-23 21:23:10 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Über uns",
id: "about",
},
name: "Über uns", id: "about"},
{
name: "Speisen",
id: "products",
},
name: "Speisen", id: "products"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Gasthaus Schöndorf"
/>
@@ -56,11 +48,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Willkommen im Gasthaus Schöndorf"
description="Genießen Sie traditionelle Gastlichkeit und regionale Spezialitäten im Herzen von Greifenstein."
imageSrc="http://img.b2bpic.net/free-photo/vertical-high-angle-shot-breakfast-table_181624-4385.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/vertical-high-angle-shot-breakfast-table_181624-4385.jpg"
/>
</div>
@@ -69,14 +60,9 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Tradition trifft auf Moderne",
},
type: "text", content: "Tradition trifft auf Moderne"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/vase-with-spring-flowers-outdoor_23-2148443978.jpg",
alt: "Über uns",
},
type: "image", src: "http://img.b2bpic.net/free-photo/vase-with-spring-flowers-outdoor_23-2148443978.jpg", alt: "Über uns"},
]}
/>
</div>
@@ -88,46 +74,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Regionale Zutaten",
description: "Frische Produkte von unseren Partnern aus der Region.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629587.jpg",
imageAlt: "Regionale Küche",
},
title: "Regionale Zutaten", description: "Frische Produkte von unseren Partnern aus der Region.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629587.jpg", imageAlt: "Regionale Küche"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-roulets-with-rice-tomatoes_140725-8429.jpg",
imageAlt: "Zutaten",
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-breakfast-table_181624-4385.jpg?_wi=2",
imageAlt: "friendly restaurant staff serving guests",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-roulets-with-rice-tomatoes_140725-8429.jpg", imageAlt: "Zutaten"},
},
{
title: "Gemütliches Ambiente",
description: "Lassen Sie den Alltag hinter sich.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-feast-beer-sausages-pretzels_23-2152011869.jpg",
imageAlt: "Ambiente",
},
title: "Gemütliches Ambiente", description: "Lassen Sie den Alltag hinter sich.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-feast-beer-sausages-pretzels_23-2152011869.jpg", imageAlt: "Ambiente"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/distressed-white-painted-wooden-planks-texture_84443-72896.jpg",
imageAlt: "Innenraum",
},
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-spring-flowers-outdoor_23-2148443978.jpg",
imageAlt: "friendly restaurant staff serving guests",
imageSrc: "http://img.b2bpic.net/free-photo/distressed-white-painted-wooden-planks-texture_84443-72896.jpg", imageAlt: "Innenraum"},
},
{
title: "Traditionelle Rezepte",
description: "Hausgemachte Speisen nach überlieferter Art.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg",
imageAlt: "Rezept",
},
title: "Traditionelle Rezepte", description: "Hausgemachte Speisen nach überlieferter Art.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/mixed-tomatoes-meat-blue-plate_140725-3479.jpg", imageAlt: "Rezept"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-parsley-top-view_23-2148452863.jpg",
imageAlt: "Tradition",
},
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-ingredients_141793-16657.jpg?_wi=1",
imageAlt: "friendly restaurant staff serving guests",
imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-parsley-top-view_23-2148452863.jpg", imageAlt: "Tradition"},
},
]}
showStepNumbers={false}
@@ -144,47 +106,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Schöndorfer Schnitzel",
price: "18,50 €",
variant: "Hauptgang",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg",
},
id: "1", name: "Schöndorfer Schnitzel", price: "18,50 €", variant: "Hauptgang", imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg"},
{
id: "2",
name: "Gartenfrischer Salat",
price: "9,90 €",
variant: "Vorspeise",
imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-ingredients_141793-16657.jpg?_wi=2",
},
id: "2", name: "Gartenfrischer Salat", price: "9,90 €", variant: "Vorspeise", imageSrc: "http://img.b2bpic.net/free-photo/beef-salad-with-ingredients_141793-16657.jpg"},
{
id: "3",
name: "Gulasch nach Art des Hauses",
price: "16,20 €",
variant: "Hauptgang",
imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg",
},
id: "3", name: "Gulasch nach Art des Hauses", price: "16,20 €", variant: "Hauptgang", imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg"},
{
id: "4",
name: "Hausgemachter Apfelstrudel",
price: "6,50 €",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cupcakes-four-cupcakes-cake-cup-tea-cinnamon-lemon-knife-fork_140725-123549.jpg",
},
id: "4", name: "Hausgemachter Apfelstrudel", price: "6,50 €", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cupcakes-four-cupcakes-cake-cup-tea-cinnamon-lemon-knife-fork_140725-123549.jpg"},
{
id: "5",
name: "Tagessuppe",
price: "7,20 €",
variant: "Vorspeise",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-soup-with-condiments_23-2148338334.jpg",
},
id: "5", name: "Tagessuppe", price: "7,20 €", variant: "Vorspeise", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-soup-with-condiments_23-2148338334.jpg"},
{
id: "6",
name: "Regionaler Apfelwein",
price: "4,50 €",
variant: "Getränk",
imageSrc: "http://img.b2bpic.net/free-photo/water-glass-table_23-2148000093.jpg",
},
id: "6", name: "Regionaler Apfelwein", price: "4,50 €", variant: "Getränk", imageSrc: "http://img.b2bpic.net/free-photo/water-glass-table_23-2148000093.jpg"},
]}
title="Unsere Speisekarte"
description="Kulinarische Highlights für jeden Geschmack."
@@ -197,45 +129,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Fantastisches Essen",
quote: "Die beste Küche in Greifenstein!",
name: "Max Müller",
role: "Stammgast",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg",
},
id: "1", title: "Fantastisches Essen", quote: "Die beste Küche in Greifenstein!", name: "Max Müller", role: "Stammgast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-celebrating-engagement_23-2149212184.jpg"},
{
id: "2",
title: "Super Ambiente",
quote: "Man fühlt sich direkt zu Hause.",
name: "Sabine Schmidt",
role: "Besucherin",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "2", title: "Super Ambiente", quote: "Man fühlt sich direkt zu Hause.", name: "Sabine Schmidt", role: "Besucherin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "3",
title: "Sehr zu empfehlen",
quote: "Qualität und Service sind top.",
name: "Hans Weber",
role: "Genießer",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148172688.jpg",
},
id: "3", title: "Sehr zu empfehlen", quote: "Qualität und Service sind top.", name: "Hans Weber", role: "Genießer", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148172688.jpg"},
{
id: "4",
title: "Immer wieder gerne",
quote: "Ein tolles Erlebnis bei jedem Besuch.",
name: "Lisa Fischer",
role: "Gästin",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg",
},
id: "4", title: "Immer wieder gerne", quote: "Ein tolles Erlebnis bei jedem Besuch.", name: "Lisa Fischer", role: "Gästin", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg"},
{
id: "5",
title: "Perfekt für Familien",
quote: "Sehr freundliches Personal und tolles Essen.",
name: "Markus K.",
role: "Familie",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-having-fun-with-drinks_23-2149410414.jpg",
},
id: "5", title: "Perfekt für Familien", quote: "Sehr freundliches Personal und tolles Essen.", name: "Markus K.", role: "Familie", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-having-fun-with-drinks_23-2149410414.jpg"},
]}
title="Stimmen unserer Gäste"
description="Erfahren Sie, was unsere Besucher über uns sagen."
@@ -249,23 +151,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Utensils,
title: "Gerichte serviert",
value: "10.000+",
},
id: "m1", icon: Utensils,
title: "Gerichte serviert", value: "10.000+"},
{
id: "m2",
icon: Star,
title: "Gästebewertungen",
value: "500+",
},
id: "m2", icon: Star,
title: "Gästebewertungen", value: "500+"},
{
id: "m3",
icon: Calendar,
title: "Jahre Tradition",
value: "25",
},
id: "m3", icon: Calendar,
title: "Jahre Tradition", value: "25"},
]}
title="Unsere Zahlen"
description="Ein kurzer Überblick über unser Gasthaus."
@@ -278,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Kann man reservieren?",
content: "Ja, wir empfehlen eine Reservierung.",
},
id: "f1", title: "Kann man reservieren?", content: "Ja, wir empfehlen eine Reservierung."},
{
id: "f2",
title: "Gibt es vegetarische Optionen?",
content: "Selbstverständlich finden Sie auch vegetarische Gerichte bei uns.",
},
id: "f2", title: "Gibt es vegetarische Optionen?", content: "Selbstverständlich finden Sie auch vegetarische Gerichte bei uns."},
{
id: "f3",
title: "Haben Sie Parkplätze?",
content: "Parkplätze finden Sie direkt vor dem Haus.",
},
id: "f3", title: "Haben Sie Parkplätze?", content: "Parkplätze finden Sie direkt vor dem Haus."},
]}
title="Häufige Fragen"
description="Alles, was Sie für Ihren Besuch wissen müssen."
@@ -306,22 +190,14 @@ export default function LandingPage() {
description="Reservieren Sie Ihren Tisch direkt über unsere Website."
inputs={[
{
name: "name",
type: "text",
placeholder: "Ihr Name",
required: true,
name: "name", type: "text", placeholder: "Ihr Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Ihre E-Mail",
required: true,
name: "email", type: "email", placeholder: "Ihre E-Mail", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Ihre Nachricht oder Reservierungswunsch",
}}
name: "message", placeholder: "Ihre Nachricht oder Reservierungswunsch"}}
imageSrc="http://img.b2bpic.net/free-photo/church-entrance_1385-543.jpg"
/>
</div>
@@ -332,33 +208,21 @@ export default function LandingPage() {
logoText="Gasthaus Schöndorf"
columns={[
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{
label: "Erwin-Piscator-Straße 2",
href: "#",
},
label: "Erwin-Piscator-Straße 2", href: "#"},
{
label: "35753 Greifenstein",
href: "#",
},
label: "35753 Greifenstein", href: "#"},
],
},
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Über uns",
href: "#about",
},
label: "Über uns", href: "#about"},
{
label: "Speisen",
href: "#products",
},
label: "Speisen", href: "#products"},
{
label: "Kontakt",
href: "#contact",
},
label: "Kontakt", href: "#contact"},
],
},
]}