Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
268
src/app/page.tsx
268
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { CalendarDays, Coffee, Croissant, Facebook, Heart, Instagram, Leaf, Sparkles, Sun, Twitter, Wheat, Wifi } from "lucide-react";
|
||||
import { CalendarDays, CandyOff, ChefHat, Coffee, Croissant, Facebook, Group, Heart, Instagram, Leaf, Sparkles, Sun, Twitter, Wheat, Wifi } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Über Uns", id: "#about"},
|
||||
{
|
||||
name: "Besonderheiten",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Besonderheiten", id: "#features"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menü", id: "#products"},
|
||||
{
|
||||
name: "Referenzen",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Referenzen", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Kontakt", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coffee-pastry-shop-logo-vector-set_53876-61332.jpg"
|
||||
logoAlt="Café cici logo"
|
||||
@@ -69,73 +55,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Willkommen im Café Cici"
|
||||
description="Ihr gemütlicher Ort für exzellenten Kaffee, feines Gebäck und herzliche Begegnungen im Herzen der Stadt."
|
||||
buttons={[
|
||||
{
|
||||
text: "Unsere Speisekarte",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Unsere Speisekarte", href: "#products"},
|
||||
{
|
||||
text: "Jetzt reservieren",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt reservieren", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg"
|
||||
imageAlt="Eine gemütliche Kaffeebar mit Barista bei der Zubereitung"
|
||||
mediaAnimation="opacity"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-great-smile-knitted-cap-coming-out-from-cafe-with-coffee-go-pretty-charming-lady-walking-around-city-sunny-warm-spring-day_291650-2261.jpg",
|
||||
alt: "Smiling customer enjoying coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/excited-lovely-girl-with-great-smile-knitted-cap-coming-out-from-cafe-with-coffee-go-pretty-charming-lady-walking-around-city-sunny-warm-spring-day_291650-2261.jpg", alt: "Smiling customer enjoying coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31774.jpg",
|
||||
alt: "Happy barista serving coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-barista-preparing-coffee-coffee-shop_1303-31774.jpg", alt: "Happy barista serving coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-with-food-tray_23-2147860427.jpg",
|
||||
alt: "Person relaxing with pastry",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-with-food-tray_23-2147860427.jpg", alt: "Person relaxing with pastry"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/moments-chilling-couple-love-sitting-terrace-drinking-morning-coffee-enjoying-breakfast_273443-3039.jpg",
|
||||
alt: "Young couple having coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/moments-chilling-couple-love-sitting-terrace-drinking-morning-coffee-enjoying-breakfast_273443-3039.jpg", alt: "Young couple having coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136869.jpg",
|
||||
alt: "Friendly staff member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136869.jpg", alt: "Friendly staff member"},
|
||||
]}
|
||||
avatarText="Mehr als 1000 glückliche Gäste"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Frisch geröstet",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Frisch geröstet", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Täglich geöffnet",
|
||||
icon: CalendarDays,
|
||||
type: "text-icon", text: "Täglich geöffnet", icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Kostenloses WLAN",
|
||||
icon: Wifi,
|
||||
type: "text-icon", text: "Kostenloses WLAN", icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nachhaltiger Kaffee",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Nachhaltiger Kaffee", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Lokale Zutaten",
|
||||
icon: Wheat,
|
||||
type: "text-icon", text: "Lokale Zutaten", icon: Wheat,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,14 +107,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Unsere Geschichte & Philosophie"
|
||||
description={[
|
||||
"Seit unserer Eröffnung ist Café cici mehr als nur ein Kaffeehaus – es ist ein Treffpunkt für Kaffeeliebhaber und Genießer. Wir glauben an die Kunst des Kaffeeröstens und die Freude am Teilen, und jede Tasse, die wir servieren, erzählt eine Geschichte von Leidenschaft und Handwerkskunst.",
|
||||
"Wir beziehen unsere Bohnen von nachhaltigen Farmen, die wir sorgfältig auswählen, und arbeiten eng mit lokalen Bäckereien zusammen, um Ihnen nur die frischesten und köstlichsten Produkte zu servieren. Bei uns finden Sie nicht nur außergewöhnlichen Kaffee und feines Gebäck, sondern auch eine herzliche Gemeinschaft und eine Atmosphäre zum Wohlfühlen.",
|
||||
]}
|
||||
"Seit unserer Eröffnung ist Café cici mehr als nur ein Kaffeehaus – es ist ein Treffpunkt für Kaffeeliebhaber und Genießer. Wir glauben an die Kunst des Kaffeeröstens und die Freude am Teilen, und jede Tasse, die wir servieren, erzählt eine Geschichte von Leidenschaft und Handwerkskunst.", "Wir beziehen unsere Bohnen von nachhaltigen Farmen, die wir sorgfältig auswählen, und arbeiten eng mit lokalen Bäckereien zusammen, um Ihnen nur die frischesten und köstlichsten Produkte zu servieren. Bei uns finden Sie nicht nur außergewöhnlichen Kaffee und feines Gebäck, sondern auch eine herzliche Gemeinschaft und eine Atmosphäre zum Wohlfühlen."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr erfahren",
|
||||
href: "#",
|
||||
},
|
||||
text: "Mehr erfahren", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,79 +122,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handgemachte Kaffeespezialitäten",
|
||||
description: "Jede Tasse wird mit Hingabe und Präzision zubereitet, um Ihnen das beste Aroma und den vollsten Geschmack zu garantieren.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-621.jpg",
|
||||
imageAlt: "Eine Tasse Kaffee mit Latte Art",
|
||||
},
|
||||
title: "Handgemachte Kaffeespezialitäten", description: "Jede Tasse wird mit Hingabe und Präzision zubereitet, um Ihnen das beste Aroma und den vollsten Geschmack zu garantieren.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-621.jpg", imageAlt: "Eine Tasse Kaffee mit Latte Art"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Ausgewählte Bohnen",
|
||||
},
|
||||
text: "Ausgewählte Bohnen"},
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Mit Liebe gemacht",
|
||||
},
|
||||
text: "Mit Liebe gemacht"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Einzigartige Kreationen",
|
||||
},
|
||||
text: "Einzigartige Kreationen"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/coffee-pastry-shop-logo-vector-set_53876-61332.jpg",
|
||||
imageAlt: "handcrafted coffee drink latte art",
|
||||
},
|
||||
{
|
||||
title: "Frisches Gebäck & Süßes",
|
||||
description: "Genießen Sie unsere täglich frisch gebackenen Köstlichkeiten, von knusprigen Croissants bis zu saftigen Kuchen.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-raspberries-wooden-platter_114579-18545.jpg",
|
||||
imageAlt: "Auswahl an frischem Gebäck",
|
||||
},
|
||||
title: "Frisches Gebäck & Süßes", description: "Genießen Sie unsere täglich frisch gebackenen Köstlichkeiten, von knusprigen Croissants bis zu saftigen Kuchen.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-raspberries-wooden-platter_114579-18545.jpg", imageAlt: "Auswahl an frischem Gebäck"},
|
||||
items: [
|
||||
{
|
||||
icon: Croissant,
|
||||
text: "Täglich frisch",
|
||||
},
|
||||
text: "Täglich frisch"},
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Handwerklich gebacken",
|
||||
},
|
||||
text: "Handwerklich gebacken"},
|
||||
{
|
||||
icon: CandyOff,
|
||||
text: "Saisonale Leckereien",
|
||||
},
|
||||
text: "Saisonale Leckereien"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg?_wi=2",
|
||||
imageAlt: "handcrafted coffee drink latte art",
|
||||
},
|
||||
{
|
||||
title: "Gemütliche Atmosphäre",
|
||||
description: "Ein Ort zum Entspannen, Arbeiten oder Treffen mit Freunden. Unsere einladende Einrichtung lädt zum Verweilen ein.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg",
|
||||
imageAlt: "Gemütliche Sitzecke im Café",
|
||||
},
|
||||
title: "Gemütliche Atmosphäre", description: "Ein Ort zum Entspannen, Arbeiten oder Treffen mit Freunden. Unsere einladende Einrichtung lädt zum Verweilen ein.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg", imageAlt: "Gemütliche Sitzecke im Café"},
|
||||
items: [
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Helle Räume",
|
||||
},
|
||||
text: "Helle Räume"},
|
||||
{
|
||||
icon: Wifi,
|
||||
text: "Kostenloses WLAN",
|
||||
},
|
||||
text: "Kostenloses WLAN"},
|
||||
{
|
||||
icon: Group,
|
||||
text: "Perfekt für Treffen",
|
||||
},
|
||||
text: "Perfekt für Treffen"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57349.jpg?_wi=1",
|
||||
imageAlt: "handcrafted coffee drink latte art",
|
||||
},
|
||||
]}
|
||||
title="Unsere Besonderheiten"
|
||||
@@ -254,47 +184,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p-espresso",
|
||||
name: "Espresso",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57349.jpg?_wi=2",
|
||||
imageAlt: "Ein frisch gebrühter Espresso",
|
||||
},
|
||||
id: "p-espresso", name: "Espresso", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57349.jpg", imageAlt: "Ein frisch gebrühter Espresso"},
|
||||
{
|
||||
id: "p-latte",
|
||||
name: "Latte Macchiato",
|
||||
price: "4.80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg",
|
||||
imageAlt: "Ein Latte Macchiato mit Herz-Latte Art",
|
||||
},
|
||||
id: "p-latte", name: "Latte Macchiato", price: "4.80€", imageSrc: "http://img.b2bpic.net/free-photo/hot-chocolate_74190-6907.jpg", imageAlt: "Ein Latte Macchiato mit Herz-Latte Art"},
|
||||
{
|
||||
id: "p-cappuccino",
|
||||
name: "Cappuccino",
|
||||
price: "4.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-cup-coffee-with-lavender-dried-citrus_23-2148720031.jpg",
|
||||
imageAlt: "Ein Cappuccino mit Milchschaum",
|
||||
},
|
||||
id: "p-cappuccino", name: "Cappuccino", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-holding-cup-coffee-with-lavender-dried-citrus_23-2148720031.jpg", imageAlt: "Ein Cappuccino mit Milchschaum"},
|
||||
{
|
||||
id: "p-croissant",
|
||||
name: "Butter Croissant",
|
||||
price: "2.80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts-avocado_23-2147717714.jpg",
|
||||
imageAlt: "Ein goldbraunes Butter Croissant",
|
||||
},
|
||||
id: "p-croissant", name: "Butter Croissant", price: "2.80€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-walnuts-avocado_23-2147717714.jpg", imageAlt: "Ein goldbraunes Butter Croissant"},
|
||||
{
|
||||
id: "p-cheesecake",
|
||||
name: "New York Cheesecake",
|
||||
price: "5.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookie-biscuit-sweet_140725-110249.jpg",
|
||||
imageAlt: "Ein Stück New York Cheesecake mit Beeren",
|
||||
},
|
||||
id: "p-cheesecake", name: "New York Cheesecake", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookie-biscuit-sweet_140725-110249.jpg", imageAlt: "Ein Stück New York Cheesecake mit Beeren"},
|
||||
{
|
||||
id: "p-sandwich",
|
||||
name: "Veganer Sandwich",
|
||||
price: "6.20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg",
|
||||
imageAlt: "Ein frischer veganer Sandwich",
|
||||
},
|
||||
id: "p-sandwich", name: "Veganer Sandwich", price: "6.20€", imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg", imageAlt: "Ein frischer veganer Sandwich"},
|
||||
]}
|
||||
title="Unsere Speisekarte"
|
||||
description="Eine sorgfältig ausgewählte Palette unserer beliebtesten Kaffees, Tees und hausgemachten Leckereien. Für jeden Geschmack etwas dabei."
|
||||
@@ -308,45 +208,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna Schmidt",
|
||||
handle: "@anna_kaffee",
|
||||
testimonial: "Das Café cici ist mein absoluter Lieblingsort in der Stadt. Der Kaffee ist immer perfekt und das Gebäck ein Traum!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg",
|
||||
imageAlt: "Porträt von Anna Schmidt",
|
||||
},
|
||||
id: "t1", name: "Anna Schmidt", handle: "@anna_kaffee", testimonial: "Das Café cici ist mein absoluter Lieblingsort in der Stadt. Der Kaffee ist immer perfekt und das Gebäck ein Traum!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-cellphone-happy-emoji-message-against-brick-wall_23-2147841183.jpg", imageAlt: "Porträt von Anna Schmidt"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Max Mustermann",
|
||||
handle: "@max_enjoy",
|
||||
testimonial: "Eine unglaublich gemütliche Atmosphäre und hervorragender Service. Ideal, um entspannt ein Buch zu lesen oder Freunde zu treffen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-holding-phone-lunch-roadside-cafe_613910-4893.jpg",
|
||||
imageAlt: "Porträt von Max Mustermann",
|
||||
},
|
||||
id: "t2", name: "Max Mustermann", handle: "@max_enjoy", testimonial: "Eine unglaublich gemütliche Atmosphäre und hervorragender Service. Ideal, um entspannt ein Buch zu lesen oder Freunde zu treffen.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-holding-phone-lunch-roadside-cafe_613910-4893.jpg", imageAlt: "Porträt von Max Mustermann"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lena Meier",
|
||||
handle: "@lena_chill",
|
||||
testimonial: "Ich liebe die saisonalen Angebote und die kreativen Kaffeekreationen. Immer wieder eine Freude, hierher zu kommen!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-response-suggestions-advice-evaluation_53876-127359.jpg",
|
||||
imageAlt: "Porträt von Lena Meier",
|
||||
},
|
||||
id: "t3", name: "Lena Meier", handle: "@lena_chill", testimonial: "Ich liebe die saisonalen Angebote und die kreativen Kaffeekreationen. Immer wieder eine Freude, hierher zu kommen!", imageSrc: "http://img.b2bpic.net/free-photo/feedback-response-suggestions-advice-evaluation_53876-127359.jpg", imageAlt: "Porträt von Lena Meier"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dr. Müller",
|
||||
handle: "@drm_gourmet",
|
||||
testimonial: "Als Kaffeeliebhaber schätze ich die hohe Qualität der Bohnen und die fachmännische Zubereitung. Absolut empfehlenswert!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064693.jpg",
|
||||
imageAlt: "Porträt von Dr. Müller",
|
||||
},
|
||||
id: "t4", name: "Dr. Müller", handle: "@drm_gourmet", testimonial: "Als Kaffeeliebhaber schätze ich die hohe Qualität der Bohnen und die fachmännische Zubereitung. Absolut empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064693.jpg", imageAlt: "Porträt von Dr. Müller"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophie Weber",
|
||||
handle: "@sophie_sweet",
|
||||
testimonial: "Die besten Kuchen und Torten weit und breit! Dazu ein köstlicher Latte – so startet mein Tag perfekt.",
|
||||
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",
|
||||
imageAlt: "Porträt von Sophie Weber",
|
||||
},
|
||||
id: "t5", name: "Sophie Weber", handle: "@sophie_sweet", testimonial: "Die besten Kuchen und Torten weit und breit! Dazu ein köstlicher Latte – so startet mein Tag perfekt.", 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", imageAlt: "Porträt von Sophie Weber"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Lesen Sie, warum unsere Kunden Café cici lieben. Ihre Zufriedenheit ist unser größtes Lob und unsere Motivation."
|
||||
@@ -361,20 +231,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Wie sind Ihre Öffnungszeiten?",
|
||||
content: "Wir sind von Montag bis Freitag von 8:00 bis 18:00 Uhr und am Wochenende von 9:00 bis 19:00 Uhr für Sie da.",
|
||||
},
|
||||
id: "faq1", title: "Wie sind Ihre Öffnungszeiten?", content: "Wir sind von Montag bis Freitag von 8:00 bis 18:00 Uhr und am Wochenende von 9:00 bis 19:00 Uhr für Sie da."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Kann ich einen Tisch reservieren?",
|
||||
content: "Ja, besonders an Wochenenden empfehlen wir eine Reservierung. Sie können uns telefonisch kontaktieren oder unser Online-Formular nutzen.",
|
||||
},
|
||||
id: "faq2", title: "Kann ich einen Tisch reservieren?", content: "Ja, besonders an Wochenenden empfehlen wir eine Reservierung. Sie können uns telefonisch kontaktieren oder unser Online-Formular nutzen."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Bieten Sie auch vegane Optionen an?",
|
||||
content: "Absolut! Wir haben eine vielfältige Auswahl an veganen Kaffeespezialitäten, pflanzlicher Milch und köstlichen veganen Gebäckstücken und Snacks.",
|
||||
},
|
||||
id: "faq3", title: "Bieten Sie auch vegane Optionen an?", content: "Absolut! Wir haben eine vielfältige Auswahl an veganen Kaffeespezialitäten, pflanzlicher Milch und köstlichen veganen Gebäckstücken und Snacks."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-asian-girl-barista-cafe-processing-contactless-payment-insert-credit-card-into-pos-terminal_1258-199469.jpg"
|
||||
imageAlt="Eine Barista beantwortet Fragen hinter dem Tresen"
|
||||
@@ -390,18 +251,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Besuchen Sie uns, rufen Sie uns an oder schreiben Sie uns. Wir freuen uns darauf, Sie kennenzulernen!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Standort anzeigen",
|
||||
href: "https://maps.google.com/?q=Ihr+Café+cici+Standort",
|
||||
},
|
||||
text: "Standort anzeigen", href: "https://maps.google.com/?q=Ihr+Café+cici+Standort"},
|
||||
{
|
||||
text: "Nachricht senden",
|
||||
href: "mailto:info@cafecici.com",
|
||||
},
|
||||
text: "Nachricht senden", href: "mailto:info@cafecici.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -415,19 +271,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/cafecici",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/cafecici", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/cafecici",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/cafecici", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/cafecici",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/cafecici", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user