Merge version_1 into main #2
173
src/app/page.tsx
173
src/app/page.tsx
@@ -30,25 +30,15 @@ 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: "Service",
|
||||
id: "features",
|
||||
},
|
||||
name: "Service", id: "features"},
|
||||
{
|
||||
name: "Kunden",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Kunden", id: "testimonials"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="TEGEL SPÄTI"
|
||||
/>
|
||||
@@ -57,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="TEGEL SPÄTI"
|
||||
description="Dein Lieblings-Späti in Tegel – freundlich, schnell & immer gut ausgestattet."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt vorbeikommen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt vorbeikommen", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=1",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=2",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=3",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=4",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=5",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=6",
|
||||
imageAlt: "Berlin Tegel Urban Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg", imageAlt: "Berlin Tegel Urban Vibe"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,7 +80,7 @@ export default function LandingPage() {
|
||||
description="Bei TEGEL SPÄTI geht es nicht nur um Snacks und Getränke – es geht um Menschen."
|
||||
subdescription="Unsere Kunden kommen wegen der großen Auswahl, bleiben aber wegen der Atmosphäre. Freundlich. Respektvoll. Schnell. Immer für dich da."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,32 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Große Auswahl",
|
||||
tags: [
|
||||
"Drinks",
|
||||
"Snacks",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=8",
|
||||
},
|
||||
id: "1", title: "Große Auswahl", tags: [
|
||||
"Drinks", "Snacks"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Top Service",
|
||||
tags: [
|
||||
"Speed",
|
||||
"Friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=9",
|
||||
},
|
||||
id: "2", title: "Top Service", tags: [
|
||||
"Speed", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Extra Services",
|
||||
tags: [
|
||||
"Hermes",
|
||||
"Kaffee",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg?_wi=10",
|
||||
},
|
||||
id: "3", title: "Extra Services", tags: [
|
||||
"Hermes", "Kaffee"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-girl-night_23-2148140749.jpg"},
|
||||
]}
|
||||
title="Alles für den Alltag"
|
||||
description="Dein Rundum-Service in Tegel."
|
||||
@@ -152,48 +112,24 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_t",
|
||||
testimonial: "Super sympathisch und respektvoll – findet man selten!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-dark-skinned-traveler-with-afro-hairstyle-walking-street_176420-19794.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_t", testimonial: "Super sympathisch und respektvoll – findet man selten!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-dark-skinned-traveler-with-afro-hairstyle-walking-street_176420-19794.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@m_chen",
|
||||
testimonial: "Große Auswahl und richtig gute Preise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael C.", handle: "@m_chen", testimonial: "Große Auswahl und richtig gute Preise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@em_rod",
|
||||
testimonial: "Sehr freundlich, schnell und zuverlässig.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-hat_23-2149213132.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@em_rod", testimonial: "Sehr freundlich, schnell und zuverlässig.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-hat_23-2149213132.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@dk_lin",
|
||||
testimonial: "Bester Laden – immer gute Stimmung!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432372.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@dk_lin", testimonial: "Bester Laden – immer gute Stimmung!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432372.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lukas M.",
|
||||
handle: "@lukas_ber",
|
||||
testimonial: "Mein täglicher Stopp für Kaffee und Zeitung. Top!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Lukas M.", handle: "@lukas_ber", testimonial: "Mein täglicher Stopp für Kaffee und Zeitung. Top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12865.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Was Kunden sagen"
|
||||
@@ -207,27 +143,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Habt ihr Hermes Paketservice?",
|
||||
content: "Ja, wir bieten Hermes Paketabgabe und Abholung während unserer Öffnungszeiten an.",
|
||||
},
|
||||
id: "1", title: "Habt ihr Hermes Paketservice?", content: "Ja, wir bieten Hermes Paketabgabe und Abholung während unserer Öffnungszeiten an."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Habt ihr rund um die Uhr auf?",
|
||||
content: "Wir haben lange Öffnungszeiten, damit du alles findest, wenn du es brauchst.",
|
||||
},
|
||||
id: "2", title: "Habt ihr rund um die Uhr auf?", content: "Wir haben lange Öffnungszeiten, damit du alles findest, wenn du es brauchst."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Gibt es Kaffee?",
|
||||
content: "Ja, wir bieten frischen Kaffee zu fairen Preisen an.",
|
||||
},
|
||||
id: "3", title: "Gibt es Kaffee?", content: "Ja, wir bieten frischen Kaffee zu fairen Preisen an."},
|
||||
]}
|
||||
ctaTitle="Komm vorbei!"
|
||||
ctaDescription="TEGEL SPÄTI – Dein Spot für alles, was du brauchst."
|
||||
ctaButton={{
|
||||
text: "Route starten",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Route starten", href: "#"}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,29 +161,19 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Paketservice",
|
||||
href: "#",
|
||||
},
|
||||
label: "Paketservice", href: "#"},
|
||||
{
|
||||
label: "Snacks & Drinks",
|
||||
href: "#",
|
||||
},
|
||||
label: "Snacks & Drinks", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Über uns",
|
||||
items: [
|
||||
title: "Über uns", items: [
|
||||
{
|
||||
label: "Das Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Das Team", href: "#"},
|
||||
{
|
||||
label: "Mission",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mission", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user