Merge version_1 into main #1
263
src/app/page.tsx
263
src/app/page.tsx
@@ -32,23 +32,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "products",
|
||||
},
|
||||
name: "Speisekarte", id: "products"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="MeetGreek"
|
||||
button={{ text: "Reservieren", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,98 +49,55 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Griechischer Kaffee. Echte Wärme. Mitten in Haar."
|
||||
description="Café · Backwaren · Tiropita · Münchener Str. 26a, Haar"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna S.",
|
||||
handle: "@google",
|
||||
testimonial: "Der beste griechische Kaffee in Haar! Absolut authentisch.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-waiting-lunch-while-sitting-restaurant_58466-16034.jpg",
|
||||
},
|
||||
name: "Anna S.", handle: "@google", testimonial: "Der beste griechische Kaffee in Haar! Absolut authentisch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-waiting-lunch-while-sitting-restaurant_58466-16034.jpg"},
|
||||
{
|
||||
name: "Markus K.",
|
||||
handle: "@google",
|
||||
testimonial: "Wunderbare Atmosphäre und super leckere Tiropita.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg",
|
||||
},
|
||||
name: "Markus K.", handle: "@google", testimonial: "Wunderbare Atmosphäre und super leckere Tiropita.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg"},
|
||||
{
|
||||
name: "Julia M.",
|
||||
handle: "@google",
|
||||
testimonial: "Ein wunderbarer Ort zum Verweilen und Genießen.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
|
||||
},
|
||||
name: "Julia M.", handle: "@google", testimonial: "Ein wunderbarer Ort zum Verweilen und Genießen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg"},
|
||||
{
|
||||
name: "Stefan R.",
|
||||
handle: "@google",
|
||||
testimonial: "Immer freundlich und sehr köstliche Backwaren.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg",
|
||||
},
|
||||
name: "Stefan R.", handle: "@google", testimonial: "Immer freundlich und sehr köstliche Backwaren.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-curly-hair-drinking-coffee-writing-notes_7502-9175.jpg"},
|
||||
{
|
||||
name: "Lena T.",
|
||||
handle: "@google",
|
||||
testimonial: "Sehr empfehlenswert, tolle Qualität!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg",
|
||||
},
|
||||
name: "Lena T.", handle: "@google", testimonial: "Sehr empfehlenswert, tolle Qualität!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt besuchen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt besuchen", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-cup-coffee-with-muffins_23-2148337171.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/anime-style-cozy-home-interior-with-furnishings_23-2151176388.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/anime-style-cozy-home-interior-with-furnishings_23-2151176388.jpg", alt: "Kunde 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3984.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3984.jpg", alt: "Kunde 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", alt: "Kunde 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-sunset-tekirova-kemer_146671-18758.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-sunset-tekirova-kemer_146671-18758.jpg", alt: "Kunde 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", alt: "Kunde 5"},
|
||||
]}
|
||||
avatarText="Mehr als 500+ zufriedene Gäste"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditionell",
|
||||
},
|
||||
type: "text", text: "Traditionell"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentisch",
|
||||
},
|
||||
type: "text", text: "Authentisch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hausgemacht",
|
||||
},
|
||||
type: "text", text: "Hausgemacht"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inklusiv",
|
||||
},
|
||||
type: "text", text: "Inklusiv"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gemütlich",
|
||||
},
|
||||
type: "text", text: "Gemütlich"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,41 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Griechischer Frappé",
|
||||
price: "ab €3,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1613.jpg",
|
||||
},
|
||||
id: "p1", name: "Griechischer Frappé", price: "ab €3,50", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1613.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tiropita (Käse)",
|
||||
price: "ab €4,00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pie-dish_176420-4590.jpg",
|
||||
},
|
||||
id: "p2", name: "Tiropita (Käse)", price: "ab €4,00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-pie-dish_176420-4590.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Butter Croissant",
|
||||
price: "ab €2,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129150.jpg",
|
||||
},
|
||||
id: "p3", name: "Butter Croissant", price: "ab €2,50", imageSrc: "http://img.b2bpic.net/free-photo/3d-challah-dish-hanukkah_23-2151129150.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Griechische Cookies",
|
||||
price: "ab €1,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-dried-pineapple-rings-bagels-coffee-blue-background-cookies-biscuit-sweet-sugar-color_140725-55997.jpg",
|
||||
},
|
||||
id: "p4", name: "Griechische Cookies", price: "ab €1,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cookies-with-dried-pineapple-rings-bagels-coffee-blue-background-cookies-biscuit-sweet-sugar-color_140725-55997.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cappuccino",
|
||||
price: "ab €3,20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lipstick_1232-2527.jpg",
|
||||
},
|
||||
id: "p5", name: "Cappuccino", price: "ab €3,20", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lipstick_1232-2527.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Heiße Schokolade",
|
||||
price: "ab €3,50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg",
|
||||
},
|
||||
id: "p6", name: "Heiße Schokolade", price: "ab €3,50", imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg"},
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Genieße handverlesene Köstlichkeiten, inspiriert von traditionellen Rezepten."
|
||||
@@ -216,63 +142,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Lisa B.",
|
||||
role: "Stammgast",
|
||||
company: "Haar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "1", name: "Lisa B.", role: "Stammgast", company: "Haar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas M.",
|
||||
role: "Besucher",
|
||||
company: "München",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg",
|
||||
},
|
||||
id: "2", name: "Thomas M.", role: "Besucher", company: "München", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-669.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
role: "Genießerin",
|
||||
company: "Haar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-together-coffee-shop_23-2148263261.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah P.", role: "Genießerin", company: "Haar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-together-coffee-shop_23-2148263261.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena D.",
|
||||
role: "Stammgast",
|
||||
company: "München",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-asian-woman-sitting-cafe-smartphone-coffee-table-businesswoman-smili_1258-126156.jpg",
|
||||
},
|
||||
id: "4", name: "Elena D.", role: "Stammgast", company: "München", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-asian-woman-sitting-cafe-smartphone-coffee-table-businesswoman-smili_1258-126156.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julian O.",
|
||||
role: "Gast",
|
||||
company: "Haar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-two-women-laugh-happily-while-share-opininos-about-planning-project-communicate-coffee-break-write-records-organizer-eat-delicious-dessert-wear-casual-clothes-spectacles_273609-29065.jpg",
|
||||
},
|
||||
id: "5", name: "Julian O.", role: "Gast", company: "Haar", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-two-women-laugh-happily-while-share-opininos-about-planning-project-communicate-coffee-break-write-records-organizer-eat-delicious-dessert-wear-casual-clothes-spectacles_273609-29065.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "5.0", label: "Google Rating"},
|
||||
{
|
||||
value: "45+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "45+", label: "Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Gastfreundschaft",
|
||||
},
|
||||
value: "100%", label: "Gastfreundschaft"},
|
||||
]}
|
||||
title="Stimmen unserer Gäste"
|
||||
description="Wir sind stolz auf unsere 5-Sterne-Bewertungen bei Google."
|
||||
@@ -287,25 +183,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "18:00",
|
||||
title: "Feierabend",
|
||||
description: "Täglich bis 18 Uhr geöffnet",
|
||||
icon: Clock,
|
||||
id: "m1", value: "18:00", title: "Feierabend", description: "Täglich bis 18 Uhr geöffnet", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "089",
|
||||
title: "Kontakt",
|
||||
description: "089 43746414",
|
||||
icon: Phone,
|
||||
id: "m2", value: "089", title: "Kontakt", description: "089 43746414", icon: Phone,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "26a",
|
||||
title: "Adresse",
|
||||
description: "Münchener Str. 26a, Haar",
|
||||
icon: MapPin,
|
||||
id: "m3", value: "26a", title: "Adresse", description: "Münchener Str. 26a, Haar", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Café Fakten"
|
||||
@@ -319,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Bieten Sie auch Lieferung an?",
|
||||
content: "Ja, wir bieten ausgewählte Spezialitäten auch zur Lieferung an.",
|
||||
},
|
||||
id: "f1", title: "Bieten Sie auch Lieferung an?", content: "Ja, wir bieten ausgewählte Spezialitäten auch zur Lieferung an."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ist das Café LGBTQ+ freundlich?",
|
||||
content: "Absolut! Wir sind stolz darauf, ein sicherer und inklusiver Ort für alle zu sein.",
|
||||
},
|
||||
id: "f2", title: "Ist das Café LGBTQ+ freundlich?", content: "Absolut! Wir sind stolz darauf, ein sicherer und inklusiver Ort für alle zu sein."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Kann man die Speisen abholen?",
|
||||
content: "Selbstverständlich, du kannst alles bequem bei uns abholen.",
|
||||
},
|
||||
id: "f3", title: "Kann man die Speisen abholen?", content: "Selbstverständlich, du kannst alles bequem bei uns abholen."},
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Hier findest du Antworten auf die wichtigsten Fragen."
|
||||
@@ -344,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Besuch planen"
|
||||
description="Komm vorbei, wir freuen uns auf dich! Münchener Str. 26a, 85540 Haar."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-four-south-asian-men-s-posed-business-meeting-cafe-indians-work-together-using-various-gadgets-having-conversation_627829-5231.jpg"
|
||||
@@ -360,38 +234,25 @@ export default function LandingPage() {
|
||||
logoText="MeetGreek Haar"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "089 43746414",
|
||||
href: "tel:08943746414",
|
||||
},
|
||||
label: "089 43746414", href: "tel:08943746414"},
|
||||
{
|
||||
label: "Münchener Str. 26a, Haar",
|
||||
href: "#",
|
||||
},
|
||||
label: "Münchener Str. 26a, Haar", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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