Update src/app/page.tsx

This commit is contained in:
2026-05-25 00:37:04 +00:00
parent c946da652e
commit a7771ccc86

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "dishes",
},
name: "Menu", id: "dishes"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reservation",
id: "contact",
},
name: "Reservation", id: "contact"},
]}
brandName="PYRAMIDS"
/>
@@ -55,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Erlebe authentische ägyptische Küche in Hannover"
description="Frisch. Authentisch. Mit Liebe zubereitet. Eine kulinarische Reise in das Herz Ägyptens."
buttons={[
{
text: "Speisekarte ansehen",
href: "#dishes",
},
text: "Speisekarte ansehen", href: "#dishes"},
{
text: "Jetzt reservieren",
href: "#contact",
},
text: "Jetzt reservieren", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/traditional-house-interior-design_23-2151051004.jpg"
/>
@@ -94,41 +81,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Koshary Cairo Style",
price: "€12.50",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg",
},
id: "1", name: "Koshary Cairo Style", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-steak-with-berries-cherry-tomatoes-dark-plate_84443-82593.jpg"},
{
id: "2",
name: "Ägyptische Crêpes",
price: "€9.90",
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-seeds_23-2148425591.jpg",
},
id: "2", name: "Ägyptische Crêpes", price: "€9.90", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-with-clams-seeds_23-2148425591.jpg"},
{
id: "3",
name: "Signature Tajiin",
price: "€16.00",
imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmas-traditional-caucasian-dolma-white-plate_114579-2032.jpg",
},
id: "3", name: "Signature Tajiin", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/yarpaq-dolmas-traditional-caucasian-dolma-white-plate_114579-2032.jpg"},
{
id: "4",
name: "Falafel-Teller",
price: "€10.50",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg",
},
id: "4", name: "Falafel-Teller", price: "€10.50", imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-vanilla-ice-cream-golden-chocolate_114579-1928.jpg"},
{
id: "5",
name: "Halloumi Spezial",
price: "€11.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-plate_209303-58.jpg",
},
id: "5", name: "Halloumi Spezial", price: "€11.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-bread-plate_209303-58.jpg"},
{
id: "6",
name: "Grill-Mix Platte",
price: "€18.50",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538272.jpg",
},
id: "6", name: "Grill-Mix Platte", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538272.jpg"},
]}
title="Unsere Signature Dishes"
description="Entdecke unsere handverlesenen ägyptischen Spezialitäten."
@@ -139,23 +102,15 @@ export default function LandingPage() {
<MetricCardTwo
textboxLayout="split"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "4.9★",
description: "Google Durchschnittsbewertung",
},
id: "m1", value: "4.9★", description: "Google Durchschnittsbewertung"},
{
id: "m2",
value: "165+",
description: "Authentische Kundenrezensionen",
},
id: "m2", value: "165+", description: "Authentische Kundenrezensionen"},
{
id: "m3",
value: "100%",
description: "Frische Zutaten",
},
id: "m3", value: "100%", description: "Frische Zutaten"},
]}
title="Qualität, die überzeugt"
description="Die Zahlen hinter unserer Leidenschaft für authentische Küche."
@@ -169,35 +124,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Warme Atmosphäre",
author: "Ambiente",
description: "Gemütliches Licht und orientalisches Flair.",
tags: [
"Kairo-Vibe",
],
imageSrc: "http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg",
},
id: "f1", title: "Warme Atmosphäre", author: "Ambiente", description: "Gemütliches Licht und orientalisches Flair.", tags: [
"Kairo-Vibe"],
imageSrc: "http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg"},
{
id: "f2",
title: "Kulturelle Reise",
author: "Erlebnis",
description: "Kultur pur mitten in Hannover.",
tags: [
"Authentisch",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259635.jpg",
},
id: "f2", title: "Kulturelle Reise", author: "Erlebnis", description: "Kultur pur mitten in Hannover.", tags: [
"Authentisch"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259635.jpg"},
{
id: "f3",
title: "Kulinarische Kunst",
author: "Küche",
description: "Handgefertigte Gerichte vom Profi.",
tags: [
"Gourmet",
],
imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-9560.jpg",
},
id: "f3", title: "Kulinarische Kunst", author: "Küche", description: "Handgefertigte Gerichte vom Profi.", tags: [
"Gourmet"],
imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-9560.jpg"},
]}
title="Ein Ambiente wie in Kairo"
description="Tauche ein in unser modernes ägyptisches Ambiente perfekt für besondere Momente, romantische Abende oder gesellige Treffen."
@@ -211,40 +148,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah M.",
handle: "@sarah_h",
testimonial: "Authentisch wie in Kairo! Wahnsinnig lecker.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
},
id: "1", name: "Sarah M.", handle: "@sarah_h", testimonial: "Authentisch wie in Kairo! Wahnsinnig lecker.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
{
id: "2",
name: "Thomas K.",
handle: "@thomas_k",
testimonial: "Das beste Dönerfleisch in Hannover, absolut empfehlenswert.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg",
},
id: "2", name: "Thomas K.", handle: "@thomas_k", testimonial: "Das beste Dönerfleisch in Hannover, absolut empfehlenswert.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16382.jpg"},
{
id: "3",
name: "Lina B.",
handle: "@lina_hannover",
testimonial: "Riesige Portionen und unglaublicher Geschmack. Komme wieder!",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-clinking-with-glasses-having-dinner_23-2147736705.jpg",
},
id: "3", name: "Lina B.", handle: "@lina_hannover", testimonial: "Riesige Portionen und unglaublicher Geschmack. Komme wieder!", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-clinking-with-glasses-having-dinner_23-2147736705.jpg"},
{
id: "4",
name: "Markus S.",
handle: "@m_s_99",
testimonial: "Ein echtes verstecktes Juwel. Sehr authentisch.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg",
},
id: "4", name: "Markus S.", handle: "@m_s_99", testimonial: "Ein echtes verstecktes Juwel. Sehr authentisch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg"},
{
id: "5",
name: "Elisa F.",
handle: "@elisa_foodie",
testimonial: "Der Falafel-Teller war ein absoluter Traum.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461484.jpg",
},
id: "5", name: "Elisa F.", handle: "@elisa_foodie", testimonial: "Der Falafel-Teller war ein absoluter Traum.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-salmon-dish-bowl-restaurant_23-2150461484.jpg"},
]}
title="Was unsere Gäste sagen"
description="Authentische Erfahrungen aus Hannover."
@@ -255,8 +167,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Dein Tisch wartet"
description="Limmerstraße 1, 30451 Hannover. Reserviere jetzt oder bestelle online für den Genuss zu Hause."
buttonText="Jetzt reservieren"
@@ -270,42 +181,27 @@ export default function LandingPage() {
logoText="PYRAMIDS"
columns={[
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{
label: "Tisch reservieren",
href: "#contact",
},
label: "Tisch reservieren", href: "#contact"},
{
label: "Speisekarte",
href: "#dishes",
},
label: "Speisekarte", href: "#dishes"},
],
},
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Impressum",
href: "#",
},
label: "Impressum", href: "#"},
{
label: "Datenschutz",
href: "#",
},
label: "Datenschutz", href: "#"},
],
},
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{
label: "+49 178 8224434",
href: "tel:+491788224434",
},
label: "+49 178 8224434", href: "tel:+491788224434"},
{
label: "Hannover, Deutschland",
href: "https://maps.app.goo.gl/vXhveUxr5opZZJpUA",
},
label: "Hannover, Deutschland", href: "https://maps.app.goo.gl/vXhveUxr5opZZJpUA"},
],
},
]}