Update src/app/page.tsx
This commit is contained in:
254
src/app/page.tsx
254
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Speisekarte", id: "menu"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="У Аделі"
|
||||
/>
|
||||
@@ -56,97 +48,54 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Willkommen bei У Аделі"
|
||||
description="Erleben Sie die herzlichste Kaffeekultur in einer Atmosphäre, die Ihre Sinne verwöhnt."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Olena S.",
|
||||
handle: "@olena",
|
||||
testimonial: "Der beste Kuchen der Stadt!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-girl-drinks-coffee-holds-cup-tea-smiles-camera-sits_1258-187221.jpg",
|
||||
},
|
||||
name: "Olena S.", handle: "@olena", testimonial: "Der beste Kuchen der Stadt!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-girl-drinks-coffee-holds-cup-tea-smiles-camera-sits_1258-187221.jpg"},
|
||||
{
|
||||
name: "Viktor M.",
|
||||
handle: "@viktor",
|
||||
testimonial: "Ein wunderbarer Ort zum Entspannen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe_171337-18068.jpg",
|
||||
},
|
||||
name: "Viktor M.", handle: "@viktor", testimonial: "Ein wunderbarer Ort zum Entspannen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-man-cafe_171337-18068.jpg"},
|
||||
{
|
||||
name: "Anna P.",
|
||||
handle: "@anna",
|
||||
testimonial: "Einfach nur köstlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-pretty-dark-skinned-female-being-satisfied-with-tarrifs-mobile-calls-laughs-joyfully-while-talks-about-something-pleasant_273609-3720.jpg",
|
||||
},
|
||||
name: "Anna P.", handle: "@anna", testimonial: "Einfach nur köstlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-pretty-dark-skinned-female-being-satisfied-with-tarrifs-mobile-calls-laughs-joyfully-while-talks-about-something-pleasant_273609-3720.jpg"},
|
||||
{
|
||||
name: "Petro K.",
|
||||
handle: "@petro",
|
||||
testimonial: "Sehr gemütlich und herzlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-woman-enjoying-good-coffee-balcony_329181-15447.jpg",
|
||||
},
|
||||
name: "Petro K.", handle: "@petro", testimonial: "Sehr gemütlich und herzlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-woman-enjoying-good-coffee-balcony_329181-15447.jpg"},
|
||||
{
|
||||
name: "Julia D.",
|
||||
handle: "@julia",
|
||||
testimonial: "Top Service und Atmosphäre.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toned-picture-ladies-looking-cup-latte-smiling-spending-their-weekends-cafe-restaurant_549566-250.jpg",
|
||||
},
|
||||
name: "Julia D.", handle: "@julia", testimonial: "Top Service und Atmosphäre.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toned-picture-ladies-looking-cup-latte-smiling-spending-their-weekends-cafe-restaurant_549566-250.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Zur Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Zur Speisekarte", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312221.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-reading-drinking-coffee_23-2148875080.jpg",
|
||||
alt: "happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-reading-drinking-coffee_23-2148875080.jpg", alt: "happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-indoor-photo-smiling-happy-woman-with-dark-hair-looking-window-while-drinking-coffee_291650-134.jpg",
|
||||
alt: "happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-indoor-photo-smiling-happy-woman-with-dark-hair-looking-window-while-drinking-coffee_291650-134.jpg", alt: "happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18356.jpg",
|
||||
alt: "happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18356.jpg", alt: "happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-portrait-awesome-smiling-woman-with-wavy-dark-hair-lovely-smile-is-holding-morning-coffee-looking-camera-morning-sunlight-happy-girl-is-site-near-window-sunny-light_291650-1944.jpg",
|
||||
alt: "happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-portrait-awesome-smiling-woman-with-wavy-dark-hair-lovely-smile-is-holding-morning-coffee-looking-camera-morning-sunlight-happy-girl-is-site-near-window-sunny-light_291650-1944.jpg", alt: "happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman_1303-3880.jpg",
|
||||
alt: "happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman_1303-3880.jpg", alt: "happy customer"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Frisch gebacken",
|
||||
},
|
||||
type: "text", text: "Frisch gebacken"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ukrainische Gastfreundschaft",
|
||||
},
|
||||
type: "text", text: "Ukrainische Gastfreundschaft"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Kaffee",
|
||||
},
|
||||
type: "text", text: "Premium Kaffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gemütliche Atmosphäre",
|
||||
},
|
||||
type: "text", text: "Gemütliche Atmosphäre"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hausgemachte Torten",
|
||||
},
|
||||
type: "text", text: "Hausgemachte Torten"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,47 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Süßgebäck",
|
||||
price: "ab 2 Hrivni",
|
||||
variant: "Klassisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cake-slice-delicious-with-raspberries-tea-dark-surface_140725-43803.jpg",
|
||||
},
|
||||
id: "p1", name: "Süßgebäck", price: "ab 2 Hrivni", variant: "Klassisch", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cake-slice-delicious-with-raspberries-tea-dark-surface_140725-43803.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hausgemachter Kuchen",
|
||||
price: "ab 4 Hrivni",
|
||||
variant: "Saisonale Auswahl",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cookies-tea-pink-desk_140725-115460.jpg",
|
||||
},
|
||||
id: "p2", name: "Hausgemachter Kuchen", price: "ab 4 Hrivni", variant: "Saisonale Auswahl", imageSrc: "http://img.b2bpic.net/free-photo/top-view-strawberry-chocolate-cake-with-cookies-tea-pink-desk_140725-115460.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Kaffeespezialitäten",
|
||||
price: "ab 1 Hrivni",
|
||||
variant: "Premium Röstung",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/four-glasses-with-liqueur-put-line_181624-8994.jpg",
|
||||
},
|
||||
id: "p3", name: "Kaffeespezialitäten", price: "ab 1 Hrivni", variant: "Premium Röstung", imageSrc: "http://img.b2bpic.net/free-photo/four-glasses-with-liqueur-put-line_181624-8994.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Croissant",
|
||||
price: "ab 3 Hrivni",
|
||||
variant: "Butter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-raisin-roll_1339-6695.jpg",
|
||||
},
|
||||
id: "p4", name: "Croissant", price: "ab 3 Hrivni", variant: "Butter", imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-raisin-roll_1339-6695.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Torte",
|
||||
price: "ab 5 Hrivni",
|
||||
variant: "Schokolade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sieve-coffee-powder-cacao-cake-with-vanilla-coffee-cream_140725-5315.jpg",
|
||||
},
|
||||
id: "p5", name: "Torte", price: "ab 5 Hrivni", variant: "Schokolade", imageSrc: "http://img.b2bpic.net/free-photo/woman-sieve-coffee-powder-cacao-cake-with-vanilla-coffee-cream_140725-5315.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tee Auswahl",
|
||||
price: "ab 1 Hrivni",
|
||||
variant: "Biologisch",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg",
|
||||
},
|
||||
id: "p6", name: "Tee Auswahl", price: "ab 1 Hrivni", variant: "Biologisch", imageSrc: "http://img.b2bpic.net/free-photo/bartender-preparing-refreshing-cocktail_23-2148176842.jpg"},
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Handgemachte Köstlichkeiten, täglich frisch serviert."
|
||||
@@ -221,26 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Regional",
|
||||
title: "Lokale Zutaten",
|
||||
subtitle: "Frisch von hier",
|
||||
description: "Wir nutzen ausschließlich regionale Zutaten für unseren Kuchen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cookies-treats-coffee-shop-counter-with-defocused-male-barista_23-2148824380.jpg",
|
||||
},
|
||||
tag: "Regional", title: "Lokale Zutaten", subtitle: "Frisch von hier", description: "Wir nutzen ausschließlich regionale Zutaten für unseren Kuchen.", imageSrc: "http://img.b2bpic.net/free-photo/cookies-treats-coffee-shop-counter-with-defocused-male-barista_23-2148824380.jpg"},
|
||||
{
|
||||
tag: "Tradition",
|
||||
title: "Alte Rezepte",
|
||||
subtitle: "Wie bei Oma",
|
||||
description: "Traditionell gebacken nach überlieferten Familienrezepten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-plate-with-flower-marble-surface_114579-21194.jpg",
|
||||
},
|
||||
tag: "Tradition", title: "Alte Rezepte", subtitle: "Wie bei Oma", description: "Traditionell gebacken nach überlieferten Familienrezepten.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-plate-with-flower-marble-surface_114579-21194.jpg"},
|
||||
{
|
||||
tag: "Atmosphäre",
|
||||
title: "Wohlfühlort",
|
||||
subtitle: "Einfach entspannen",
|
||||
description: "Ein Ort, an dem man den Alltag für einen Moment vergisst.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458139.jpg",
|
||||
},
|
||||
tag: "Atmosphäre", title: "Wohlfühlort", subtitle: "Einfach entspannen", description: "Ein Ort, an dem man den Alltag für einen Moment vergisst.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-owner-drinking-coffee_23-2149458139.jpg"},
|
||||
]}
|
||||
title="Warum Sie uns lieben werden"
|
||||
description="Erleben Sie Qualität, die man schmeckt und eine Atmosphäre, die man spürt."
|
||||
@@ -255,23 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Adelia",
|
||||
role: "Gründerin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg",
|
||||
},
|
||||
id: "m1", name: "Adelia", role: "Gründerin", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3908.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Maxim",
|
||||
role: "Head Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-drinking-coffee-outdoor-cafe_1262-7317.jpg",
|
||||
},
|
||||
id: "m2", name: "Maxim", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-drinking-coffee-outdoor-cafe_1262-7317.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Elena",
|
||||
role: "Chef-Bäckerin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-black-skinned-female-freelancer-with-wavy-dark-hair-fashionable-blue-shirt-cmiling-brightfully-looking-camera-with-relaxed-expression-sitting-coffee-sh_176420-12416.jpg",
|
||||
},
|
||||
id: "m3", name: "Elena", role: "Chef-Bäckerin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-black-skinned-female-freelancer-with-wavy-dark-hair-fashionable-blue-shirt-cmiling-brightfully-looking-camera-with-relaxed-expression-sitting-coffee-sh_176420-12416.jpg"},
|
||||
]}
|
||||
title="Unser Herzschlag"
|
||||
description="Die Menschen hinter dem perfekten Genuss."
|
||||
@@ -284,20 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Bieten Sie Take-away an?",
|
||||
content: "Ja, Sie können alle unsere Speisen und Getränke mitnehmen.",
|
||||
},
|
||||
id: "f1", title: "Bieten Sie Take-away an?", content: "Ja, Sie können alle unsere Speisen und Getränke mitnehmen."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Haben Sie WLAN?",
|
||||
content: "Selbstverständlich, für unsere Gäste ist das WLAN kostenlos.",
|
||||
},
|
||||
id: "f2", title: "Haben Sie WLAN?", content: "Selbstverständlich, für unsere Gäste ist das WLAN kostenlos."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sind Haustiere erlaubt?",
|
||||
content: "Ja, brave Vierbeiner sind bei uns herzlich willkommen.",
|
||||
},
|
||||
id: "f3", title: "Sind Haustiere erlaubt?", content: "Ja, brave Vierbeiner sind bei uns herzlich willkommen."},
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Alles was Sie über uns wissen müssen."
|
||||
@@ -308,32 +191,18 @@ export default function LandingPage() {
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardTag="Gäste"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187299.jpg",
|
||||
},
|
||||
id: "t1", name: "Anna", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187299.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marko",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-working-computer-cafe-drinking-coffee_1303-14509.jpg",
|
||||
},
|
||||
id: "t2", name: "Marko", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-working-computer-cafe-drinking-coffee_1303-14509.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5921.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5921.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Oleh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fun-by-dessert_1098-13627.jpg",
|
||||
},
|
||||
id: "t4", name: "Oleh", imageSrc: "http://img.b2bpic.net/free-photo/fun-by-dessert_1098-13627.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg",
|
||||
},
|
||||
id: "t5", name: "Marta", imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg"},
|
||||
]}
|
||||
cardTitle="Unsere zufriedenen Gäste"
|
||||
cardAnimation="slide-up"
|
||||
@@ -344,8 +213,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Schreiben Sie uns"
|
||||
description="Wir freuen uns auf Ihre Nachricht oder Reservierung."
|
||||
@@ -358,33 +226,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user