Update src/app/page.tsx

This commit is contained in:
2026-06-07 10:25:55 +00:00
parent 2c94894ee8
commit 6d42906346

View File

@@ -29,55 +29,36 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Startseite",
id: "/",
},
name: "Startseite", id: "/"},
{
name: "Über uns",
id: "/ueber-uns",
},
name: "Über uns", id: "/ueber-uns"},
{
name: "Speisekarte",
id: "/speisekarte",
},
name: "Speisekarte", id: "/speisekarte"},
{
name: "Bewertungen",
id: "/bewertungen",
},
name: "Bewertungen", id: "/bewertungen"},
{
name: "Galerie",
id: "/galerie",
},
name: "Galerie", id: "/galerie"},
{
name: "Kontakt",
id: "/kontakt",
},
name: "Kontakt", id: "/kontakt"},
]}
brandName="Vietnam Quan"
button={{
text: "Jetzt reservieren",
href: "/kontakt#reservierung",
}}
text: "Jetzt reservieren", href: "/kontakt#reservierung"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Vietnam Quan"
description="Authentische vietnamesische Küche in Wismar"
tag="Willkommen"
buttons={[
{
text: "Speisekarte ansehen",
href: "/speisekarte",
},
text: "Speisekarte ansehen", href: "/speisekarte"},
{
text: "Tisch reservieren",
href: "/kontakt#reservierung",
},
text: "Tisch reservieren", href: "/kontakt#reservierung"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-bowl-with-noodle-soup-wooden-plate_23-2148320839.jpg"
imageAlt="Appetitliches vietnamesisches Nudelgericht"
@@ -103,47 +84,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Phở Bò",
price: "€12.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-mushrooms-onions-carrots-leek_181624-44579.jpg",
imageAlt: "Traditionelle vietnamesische Phở Bò",
},
id: "p1", name: "Phở Bò", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegan-meal-with-mushrooms-onions-carrots-leek_181624-44579.jpg", imageAlt: "Traditionelle vietnamesische Phở Bò"},
{
id: "p2",
name: "Sushi Mix Platte",
price: "€18.00",
imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg",
imageAlt: "Auswahl an frischem Sushi",
},
id: "p2", name: "Sushi Mix Platte", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/boiled-eggs-with-orange-caviar_140725-922.jpg", imageAlt: "Auswahl an frischem Sushi"},
{
id: "p3",
name: "Gỏi Cuốn",
price: "€6.90",
imageSrc: "http://img.b2bpic.net/free-photo/imitation-crab-stick-fresh-vegetable-salad-rolls_1150-27269.jpg",
imageAlt: "Frische vietnamesische Sommerrollen",
},
id: "p3", name: "Gỏi Cuốn", price: "€6.90", imageSrc: "http://img.b2bpic.net/free-photo/imitation-crab-stick-fresh-vegetable-salad-rolls_1150-27269.jpg", imageAlt: "Frische vietnamesische Sommerrollen"},
{
id: "p4",
name: "Bún Chả",
price: "€13.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pumpkin-soup-with-seasonings-dark-table-smooth-thanksgiving-dine_140725-73012.jpg",
imageAlt: "Vietnamesische Nudelsuppe Bún Chả",
},
id: "p4", name: "Bún Chả", price: "€13.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pumpkin-soup-with-seasonings-dark-table-smooth-thanksgiving-dine_140725-73012.jpg", imageAlt: "Vietnamesische Nudelsuppe Bún Chả"},
{
id: "p5",
name: "Cà Ri Gà",
price: "€14.50",
imageSrc: "http://img.b2bpic.net/free-photo/egg-noodle-with-red-roasted-pork-wonton-table_1150-13420.jpg",
imageAlt: "Vietnamesisches Hühnercurry",
},
id: "p5", name: "Cà Ri Gà", price: "€14.50", imageSrc: "http://img.b2bpic.net/free-photo/egg-noodle-with-red-roasted-pork-wonton-table_1150-13420.jpg", imageAlt: "Vietnamesisches Hühnercurry"},
{
id: "p6",
name: "Vegetarisches Tofu",
price: "€11.90",
imageSrc: "http://img.b2bpic.net/free-photo/chopped-spring-onion-black-plate-with-chili-tomatoes-garlic_1150-25627.jpg",
imageAlt: "Vegetarisches Gericht mit Tofu",
},
id: "p6", name: "Vegetarisches Tofu", price: "€11.90", imageSrc: "http://img.b2bpic.net/free-photo/chopped-spring-onion-black-plate-with-chili-tomatoes-garlic_1150-25627.jpg", imageAlt: "Vegetarisches Gericht mit Tofu"},
]}
title="Unsere Spezialitäten"
description="Entdecken Sie eine Auswahl unserer beliebtesten Gerichte, sorgfältig zubereitet mit authentischen Rezepten und den frischesten Zutaten."
@@ -157,40 +108,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sophie Müller",
role: "Stammkundin",
testimonial: "Exzellente Bedienung, guter Service und leckeres Essen. Ein absolutes Muss in Wismar!",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-piti-with-crackers-vinegar-human-clay-jug-wooden-table_176474-3180.jpg",
},
id: "t1", name: "Sophie Müller", role: "Stammkundin", testimonial: "Exzellente Bedienung, guter Service und leckeres Essen. Ein absolutes Muss in Wismar!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-piti-with-crackers-vinegar-human-clay-jug-wooden-table_176474-3180.jpg"},
{
id: "t2",
name: "Max Schmidt",
role: "Feinschmecker",
testimonial: "Man schmeckt die frische Zubereitung der Speisen und Getränke. Immer wieder ein Genuss.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-sushi_23-2149870719.jpg",
},
id: "t2", name: "Max Schmidt", role: "Feinschmecker", testimonial: "Man schmeckt die frische Zubereitung der Speisen und Getränke. Immer wieder ein Genuss.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-sushi_23-2149870719.jpg"},
{
id: "t3",
name: "Lena Fischer",
role: "Besucherin",
testimonial: "Sehr freundliches Personal, sehr leckeres Essen aus frischen Zutaten. Wir kommen gerne wieder!",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187258.jpg",
},
id: "t3", name: "Lena Fischer", role: "Besucherin", testimonial: "Sehr freundliches Personal, sehr leckeres Essen aus frischen Zutaten. Wir kommen gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187258.jpg"},
{
id: "t4",
name: "Jonas Weber",
role: "Reisender",
testimonial: "Ein echtes Highlight in Wismar. Die vietnamesische Küche ist authentisch und hervorragend.",
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg",
},
id: "t4", name: "Jonas Weber", role: "Reisender", testimonial: "Ein echtes Highlight in Wismar. Die vietnamesische Küche ist authentisch und hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg"},
{
id: "t5",
name: "Anna Meier",
role: "Familie",
testimonial: "Unser Lieblingsrestaurant für die ganze Familie. Die Atmosphäre ist gemütlich und das Essen top.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg",
},
id: "t5", name: "Anna Meier", role: "Familie", testimonial: "Unser Lieblingsrestaurant für die ganze Familie. Die Atmosphäre ist gemütlich und das Essen top.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg"},
]}
title="Was unsere Gäste sagen"
description="Unsere Kunden lieben die frische Zubereitung und den freundlichen Service."
@@ -202,6 +128,13 @@ export default function LandingPage() {
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371198.jpg"
imageAlt="google reviews widget screenshot restaurant"
title="Kontaktieren Sie uns"
description="Hinterlassen Sie uns eine Nachricht und wir melden uns schnellstmöglich bei Ihnen."
inputs={[
{ label: "Name", type: "text", placeholder: "Ihr Name" },
{ label: "E-Mail", type: "email", placeholder: "Ihre E-Mail" },
{ label: "Nachricht", type: "textarea", placeholder: "Ihre Nachricht" }
]}
/>
</div>
@@ -210,50 +143,31 @@ export default function LandingPage() {
logoText="Vietnam Quan"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Startseite",
href: "/",
},
label: "Startseite", href: "/"},
{
label: "Speisekarte",
href: "/speisekarte",
},
label: "Speisekarte", href: "/speisekarte"},
{
label: "Galerie",
href: "/galerie",
},
label: "Galerie", href: "/galerie"},
{
label: "Kontakt",
href: "/kontakt",
},
label: "Kontakt", href: "/kontakt"},
],
},
{
title: "Rechtliches",
items: [
title: "Rechtliches", items: [
{
label: "Impressum",
href: "#impressum",
},
label: "Impressum", href: "#impressum"},
{
label: "Datenschutz",
href: "#datenschutz",
},
label: "Datenschutz", href: "#datenschutz"},
],
},
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{
label: "Rostocker Straße 2, 23970 Wismar",
href: "https://maps.app.goo.gl/example",
},
label: "Rostocker Straße 2, 23970 Wismar", href: "https://maps.app.goo.gl/example"},
{
label: "03841 3038698",
href: "tel:038413038698",
},
label: "03841 3038698", href: "tel:038413038698"},
],
},
]}