5 Commits

Author SHA1 Message Date
681e6ecb82 Merge version_2 into main
Merge version_2 into main
2026-03-28 11:36:29 +00:00
0501d43149 Update src/app/page.tsx 2026-03-28 11:36:22 +00:00
5ad6c7e71b Merge version_2 into main
Merge version_2 into main
2026-03-28 11:35:56 +00:00
de0cb82366 Update src/app/page.tsx 2026-03-28 11:35:52 +00:00
ecd49af7cc Merge version_1 into main
Merge version_1 into main
2026-03-28 11:35:32 +00:00

View File

@@ -28,22 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Über uns",
id: "about",
},
{
name: "Menü",
id: "menu",
},
{
name: "Kontakt",
id: "contact",
},
{ name: "Startseite", id: "home" },
{ name: "Über uns", id: "about" },
{ name: "Menü", id: "menu" },
{ name: "Gästestimmen", id: "testimonials" },
{ name: "Kontakt", id: "contact" },
]}
brandName="Dejavu"
/>
@@ -51,24 +40,13 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitKpi
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Willkommen im Dejavu"
description="Erleben Sie den besonderen Moment in unserer gemütlichen Cafebar. Handverlesene Kaffeespezialitäten und eine Atmosphäre, die zum Verweilen einlädt."
kpis={[
{
value: "12+",
label: "Kaffeesorten",
},
{
value: "8:00",
label: "Täglich geöffnet",
},
{
value: "5*",
label: "Qualität & Liebe",
},
{ value: "12+", label: "Kaffeesorten" },
{ value: "8:00", label: "Täglich geöffnet" },
{ value: "5*", label: "Qualität & Liebe" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/coffee-with-frothing-pouring-from-espresso-machine_23-2147834514.jpg"
@@ -82,18 +60,9 @@ export default function LandingPage() {
title="Unsere Philosophie"
description="Im Dejavu dreht sich alles um Qualität, Genuss und ein bisschen Zeit für sich selbst. Von der sorgfältigen Auswahl unserer Kaffeebohnen bis zur perfekten Röstung - jedes Detail zählt."
metrics={[
{
value: "100%",
title: "Arabica Bohnen",
},
{
value: "50+",
title: "Stammgäste",
},
{
value: "365",
title: "Tage Genuss",
},
{ value: "100%", title: "Arabica Bohnen" },
{ value: "50+", title: "Stammgäste" },
{ value: "365", title: "Tage Genuss" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-view-cup-coffee-with-wooden-background_23-2148251677.jpg"
mediaAnimation="slide-up"
@@ -108,24 +77,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Cappuccino",
price: "3.80 €",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-drinking-coffee-restaurant_23-2147775827.jpg",
},
{
id: "2",
name: "Frisches Croissant",
price: "2.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-croissant-backed-cookies-milk-muesli-citrus-fruit-with-cloth-wooden-container_23-2147956828.jpg",
},
{
id: "3",
name: "Eiskaffee Variation",
price: "4.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-bar_23-2148111251.jpg",
},
{ id: "1", name: "Signature Cappuccino", price: "3.80 €", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-drinking-coffee-restaurant_23-2147775827.jpg" },
{ id: "2", name: "Frisches Croissant", price: "2.50 €", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-croissant-backed-cookies-milk-muesli-citrus-fruit-with-cloth-wooden-container_23-2147956828.jpg" },
{ id: "3", name: "Eiskaffee Variation", price: "4.50 €", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-craft-beer-bar_23-2148111251.jpg" },
]}
title="Unsere Highlights"
description="Entdecken Sie eine Auswahl unserer beliebtesten Kaffeespezialitäten und kleinen Snacks."
@@ -139,46 +93,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah M.",
role: "Gast",
company: "Kaffeeliebhaberin",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg?_wi=1",
},
{
id: "2",
name: "Thomas K.",
role: "Stammgast",
company: "Frühaufsteher",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-view-smiling-woman-looking-camera-holding-white-cup_197531-32297.jpg",
},
{
id: "3",
name: "Lena R.",
role: "Gast",
company: "Bücherwurm",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-outdoors-cafe-drinking-beverage-holding-hand-smartphone_1153-9858.jpg",
},
{
id: "4",
name: "Markus S.",
role: "Gast",
company: "Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423998.jpg",
},
{
id: "5",
name: "Julia B.",
role: "Stammgast",
company: "Freelancerin",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg?_wi=2",
},
{ id: "1", name: "Sarah M.", role: "Gast", company: "Kaffeeliebhaberin", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg?_wi=1" },
{ id: "2", name: "Thomas K.", role: "Stammgast", company: "Frühaufsteher", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-view-smiling-woman-looking-camera-holding-white-cup_197531-32297.jpg" },
]}
title="Was unsere Gäste sagen"
description="Das Herzstück des Dejavu sind unsere zufriedenen Kunden."
@@ -187,19 +103,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Besuchen Sie uns"
title="Haben Sie Fragen?"
description="Wir freuen uns darauf, Sie im Dejavu begrüßen zu dürfen. Reservierungen oder Anfragen gerne über unser Kontaktformular oder telefonisch."
buttons={[
{
text: "Jetzt kontaktieren",
href: "#",
},
]}
title="Kontakt & Öffnungszeiten"
description="Dejavu Cafebar | Hauptstraße 1, 10115 Berlin. Wir haben täglich von 08:00 bis 20:00 Uhr für Sie geöffnet. Rufen Sie uns unter +49 30 1234567 an oder schreiben Sie an hello@dejavu.de."
buttons={[{ text: "E-Mail senden", href: "mailto:hello@dejavu.de" }, { text: "Anrufen", href: "tel:+49301234567" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -212,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}