Update src/app/page.tsx
This commit is contained in:
198
src/app/page.tsx
198
src/app/page.tsx
@@ -30,24 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Genuss",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Küche",
|
||||
id: "food",
|
||||
},
|
||||
{
|
||||
name: "Ambiente",
|
||||
id: "ambience",
|
||||
},
|
||||
{
|
||||
name: "Reservieren",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Genuss", id: "experience" },
|
||||
{ name: "Küche", id: "food" },
|
||||
{ name: "Ambiente", id: "ambience" },
|
||||
{ name: "Reservieren", id: "contact" },
|
||||
]}
|
||||
brandName="Brandiskeller"
|
||||
button={{ text: "Reservieren", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,12 +45,9 @@ export default function LandingPage() {
|
||||
logoText="Brandiskeller"
|
||||
description="Ein Abend, den du schmeckst – und nie vergisst. Authentische Südtiroler Küche, herzlicher Service und eine Atmosphäre, die dich bleiben lässt."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Tisch reservieren",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Jetzt Tisch reservieren", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,21 +57,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Mehr als ein Restaurant – ein Erlebnis"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Gastfreundschaft",
|
||||
value: "seit Jahren",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Gerichte",
|
||||
value: "Authentisch",
|
||||
},
|
||||
{
|
||||
icon: Wine,
|
||||
label: "Wein",
|
||||
value: "Ausgewählt",
|
||||
},
|
||||
{ icon: Users, label: "Gastfreundschaft", value: "seit Jahren" },
|
||||
{ icon: Utensils, label: "Gerichte", value: "Authentisch" },
|
||||
{ icon: Wine, label: "Wein", value: "Ausgewählt" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,42 +72,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Südtiroler Gulasch",
|
||||
price: "Traditionell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hausgemachte Schlutzkrapfen",
|
||||
price: "Regional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Erlesene Weinauswahl",
|
||||
price: "Aus der Region",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Frisches Tagesgericht",
|
||||
price: "Saisonal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hauswein",
|
||||
price: "Exklusiv",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lokale Spezialitäten",
|
||||
price: "Authentisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg?_wi=4",
|
||||
},
|
||||
{ id: "p1", name: "Südtiroler Gulasch", price: "Traditionell", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg" },
|
||||
{ id: "p2", name: "Hausgemachte Schlutzkrapfen", price: "Regional", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg" },
|
||||
{ id: "p3", name: "Erlesene Weinauswahl", price: "Aus der Region", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg" },
|
||||
{ id: "p4", name: "Frisches Tagesgericht", price: "Saisonal", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg" },
|
||||
{ id: "p5", name: "Hauswein", price: "Exklusiv", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg" },
|
||||
{ id: "p6", name: "Lokale Spezialitäten", price: "Authentisch", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg" },
|
||||
]}
|
||||
title="Jeder Teller eine Geschichte"
|
||||
description="Jeder Schluck ein Stück Südtirol. Entdecke unsere kulinarischen Highlights."
|
||||
@@ -146,23 +90,11 @@ export default function LandingPage() {
|
||||
title="Atmosphäre zum Wohlfühlen"
|
||||
description="Ob Sommerabend unter Weinreben oder gemütlicher Abend am Kamin – hier findet jeder seinen perfekten Moment."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Weinreben",
|
||||
content: "Genieße sonnige Abende auf unserer Terrasse unter historischen Reben.",
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Kamin",
|
||||
content: "Im Winter wird es am Kaminfeuer besonders gemütlich.",
|
||||
},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Innenbereich",
|
||||
content: "Traditionelles Holzambiente sorgt für intime Wärme.",
|
||||
},
|
||||
{ id: "a1", title: "Weinreben", content: "Genieße sonnige Abende auf unserer Terrasse unter historischen Reben." },
|
||||
{ id: "a2", title: "Kamin", content: "Im Winter wird es am Kaminfeuer besonders gemütlich." },
|
||||
{ id: "a3", title: "Innenbereich", content: "Traditionelles Holzambiente sorgt für intime Wärme." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -173,60 +105,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah M.",
|
||||
date: "12.05.2024",
|
||||
title: "Sehr empfehlenswert",
|
||||
quote: "Super freundliche Bedienung & unglaublich gutes Essen.",
|
||||
tag: "4.6 Sterne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-female-has-broad-smile-wears-stylish-clothing-has-satisfied-look-as-poses-cafe-tropical-country-with-fresh-pink-cocktail-likes-summer-rest-lovely-woman-with-drink_273609-2732.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg?_wi=2",
|
||||
imageAlt: "luxurious restaurant interior warm lighting",
|
||||
},
|
||||
id: "1", name: "Sarah M.", date: "12.05.2024", title: "Sehr empfehlenswert", quote: "Super freundliche Bedienung & unglaublich gutes Essen.", tag: "4.6 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-female-has-broad-smile-wears-stylish-clothing-has-satisfied-look-as-poses-cafe-tropical-country-with-fresh-pink-cocktail-likes-summer-rest-lovely-woman-with-drink_273609-2732.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg", imageAlt: "luxurious restaurant interior warm lighting"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Markus K.",
|
||||
date: "10.04.2024",
|
||||
title: "Wundervoll",
|
||||
quote: "Liebevoll angerichtet und perfekt serviert.",
|
||||
tag: "4.6 Sterne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg?_wi=5",
|
||||
imageAlt: "gourmet south tyrol traditional dish",
|
||||
},
|
||||
id: "2", name: "Markus K.", date: "10.04.2024", title: "Wundervoll", quote: "Liebevoll angerichtet und perfekt serviert.", tag: "4.6 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-restaurant_23-2148395359.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371746.jpg", imageAlt: "gourmet south tyrol traditional dish"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
date: "05.03.2024",
|
||||
title: "Perfekt für Dates",
|
||||
quote: "Einfach ein Ort zum Wohlfühlen.",
|
||||
tag: "4.6 Sterne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/baker-wearing-bonete-recording-podcast-traditional-food-recipe-using-flour-cracked-eggs-influencer-chef-using-internet-technology-communicating-shooting-social-media-with-digital-equipment_482257-14425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg?_wi=3",
|
||||
imageAlt: "gourmet south tyrol wine",
|
||||
},
|
||||
id: "3", name: "Elena R.", date: "05.03.2024", title: "Perfekt für Dates", quote: "Einfach ein Ort zum Wohlfühlen.", tag: "4.6 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/baker-wearing-bonete-recording-podcast-traditional-food-recipe-using-flour-cracked-eggs-influencer-chef-using-internet-technology-communicating-shooting-social-media-with-digital-equipment_482257-14425.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg", imageAlt: "gourmet south tyrol wine"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
date: "20.02.2024",
|
||||
title: "Authentisch",
|
||||
quote: "Südtiroler Küche auf höchstem Niveau.",
|
||||
tag: "4.6 Sterne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg?_wi=2",
|
||||
imageAlt: "wine cellar ambiance warm lighting",
|
||||
},
|
||||
id: "4", name: "David W.", date: "20.02.2024", title: "Authentisch", quote: "Südtiroler Küche auf höchstem Niveau.", tag: "4.6 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232824.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg", imageAlt: "wine cellar ambiance warm lighting"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia H.",
|
||||
date: "15.01.2024",
|
||||
title: "Tolle Atmosphäre",
|
||||
quote: "Wir kommen definitiv wieder.",
|
||||
tag: "4.6 Sterne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-berry-necklace_23-2150539810.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-female-has-broad-smile-wears-stylish-clothing-has-satisfied-look-as-poses-cafe-tropical-country-with-fresh-pink-cocktail-likes-summer-rest-lovely-woman-with-drink_273609-2732.jpg",
|
||||
imageAlt: "happy guest portrait smiling",
|
||||
},
|
||||
id: "5", name: "Julia H.", date: "15.01.2024", title: "Tolle Atmosphäre", quote: "Wir kommen definitiv wieder.", tag: "4.6 Sterne", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-berry-necklace_23-2150539810.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-female-has-broad-smile-wears-stylish-clothing-has-satisfied-look-as-poses-cafe-tropical-country-with-fresh-pink-cocktail-likes-summer-rest-lovely-woman-with-drink_273609-2732.jpg", imageAlt: "happy guest portrait smiling"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Erfahre, warum Besucher den Brandiskeller lieben."
|
||||
@@ -237,49 +124,32 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservierung"
|
||||
title="Sichere dir deinen Platz"
|
||||
description="Beliebt und oft ausgebucht – reserviere jetzt in wenigen Sekunden und freue dich auf einen unvergesslichen Abend."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt reservieren",
|
||||
href: "tel:+390473000000",
|
||||
},
|
||||
text: "Jetzt reservieren", href: "tel:+390473000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-table_23-2147985309.jpg"
|
||||
logoText="Brandiskeller"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "Lana, Südtirol",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+39 0473 000000",
|
||||
href: "tel:+390473000000",
|
||||
},
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Lana, Südtirol", href: "#" },
|
||||
{ label: "+39 0473 000000", href: "tel:+390473000000" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Öffnungszeiten",
|
||||
items: [
|
||||
{
|
||||
label: "Di-So: 12:00-22:00",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Montag: Ruhetag",
|
||||
href: "#",
|
||||
},
|
||||
title: "Öffnungszeiten", items: [
|
||||
{ label: "Di-So: 12:00-22:00", href: "#" },
|
||||
{ label: "Montag: Ruhetag", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user