Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-05-06 10:31:22 +00:00

View File

@@ -43,15 +43,15 @@ export default function LandingPage() {
title="Eine Beiz wie früher. Nur wärmer."
description="Dunkles Holz. Knisterndes Fondue. Eine Wirtin, die jedes Gesicht kennt. Im Rebstock sind Sie keine Gäste — Sie sind zuhause."
buttons={[
{ text: "Tisch reservieren", href: "/visit" },
{ text: "Karte ansehen", href: "/menu" },
{ text: "Jetzt Tisch reservieren", href: "/visit" },
{ text: "Menü entdecken", href: "/menu" },
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211471.jpg", imageAlt: "Gasthaus Rebstock" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/closeup-person-cooking-pancakes-campfire-outdoors_181624-28895.jpg", imageAlt: "Rebstock Fondue" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/toasts-with-fig-confiture-glass-tea_114579-4535.jpg", imageAlt: "Rebstock Interior" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Traditionelle Wirtin" },
{ id: "5", imageSrc: "http://img.b2bpic.net/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Stimmungsvolle Stube" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Stimmungsvolle Stube" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Fondue Genuss" },
]}
/>
@@ -63,7 +63,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Hausmannskost", description: "Saisonale Schätze und regionale Zutaten, mit handwerklicher Sorgfalt nach alten Rezepten zubereitet.", tag: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-vanilla-batter-into-cake-pan_140725-10290.jpg" },
{ id: "f1", title: "Hausmannskost", description: "Einfach. Ehrlich. Mit Liebe gekocht — wie es sein soll.", tag: "Tradition", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pouring-vanilla-batter-into-cake-pan_140725-10290.jpg" },
{ id: "f2", title: "Herzliche Wirtin", description: "Rosmarie führt das Haus seit 1968. Sie kennt jedes Gesicht.", tag: "Gastlichkeit", imageSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg" },
{ id: "f3", title: "Echte Stube", description: "Dunkles Holz, weiches Licht, vertraute Gesichter. Kein Konzept — Heimat.", tag: "Atmosphäre", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-fresh-cocktails-with-ice_141793-390.jpg" },
]}
@@ -77,7 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sascha L.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg" },
{ id: "2", name: "Werner H.", imageSrc: "http://img.b2bpic.net/crop-hands-breaking-eggs-pastry_23-2147749552.jpg" },
{ id: "2", name: "Werner H.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-breaking-eggs-pastry_23-2147749552.jpg" },
{ id: "3", name: "Jacqueline K.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220533.jpg" },
{ id: "4", name: "LkYact", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-salami-slice-served-breakfast_140725-7142.jpg" },
{ id: "5", name: "Stammgast", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-lighting-candle_23-2150168125.jpg" },
@@ -96,8 +96,8 @@ export default function LandingPage() {
title="Tisch-Preise"
description="Unsere Standard-Preise für Reservierungen."
plans={[
{ id: "p1", badge: "Basis", price: "45 CHF", subtitle: "Schnelle Mahlzeit", buttons: [{ text: "Buchen" }], features: ["3-Gang-Menü", "Kaffee inkl."] },
{ id: "p2", badge: "Premium", price: "75 CHF", subtitle: "Abend voller Genuss", buttons: [{ text: "Buchen" }], features: ["4-Gang-Menü", "Digestif inkl."] }
{ id: "p1", price: "45 CHF", features: ["3-Gang-Menü", "Kaffee inkl."] },
{ id: "p2", price: "75 CHF", features: ["4-Gang-Menü", "Digestif inkl."] }
]}
/>
</div>
@@ -117,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}