Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 236ebf5f07 | |||
| c1eb986b23 | |||
| 7f6471a7b9 | |||
| 7a6a544b95 | |||
| 23b7330cbb | |||
| 4d3a6f0f84 | |||
| 28b07eb619 | |||
| fe58c91f81 | |||
| d72af78b69 | |||
| 722b971065 | |||
| 1228b000c4 |
@@ -43,8 +43,8 @@ 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" },
|
||||
@@ -96,8 +96,22 @@ export default function LandingPage() {
|
||||
title="Tisch-Preise"
|
||||
description="Unsere Standard-Preise für Reservierungen."
|
||||
plans={[
|
||||
{ id: "p1", price: "45 CHF", features: ["3-Gang-Menü", "Kaffee inkl."] },
|
||||
{ id: "p2", price: "75 CHF", features: ["4-Gang-Menü", "Digestif inkl."] }
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Beliebt",
|
||||
price: "45 CHF",
|
||||
subtitle: "Für den kleinen Hunger",
|
||||
buttons: [{ text: "Reservieren", href: "/visit" }],
|
||||
features: ["3-Gang-Menü", "Kaffee inkl."]
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Exklusiv",
|
||||
price: "75 CHF",
|
||||
subtitle: "Gourmet-Erlebnis",
|
||||
buttons: [{ text: "Reservieren", href: "/visit" }],
|
||||
features: ["4-Gang-Menü", "Digestif inkl."]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,4 +131,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user