Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-04 13:49:06 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Start",
id: "hero",
},
name: "Start", id: "hero"},
{
name: "Über uns",
id: "about",
},
name: "Über uns", id: "about"},
{
name: "Dienstleistungen",
id: "features",
},
name: "Dienstleistungen", id: "features"},
{
name: "Preise",
id: "pricing",
},
name: "Preise", id: "pricing"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Milosevic Reinigung"
/>
@@ -59,32 +49,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Professionelle Reinigung in Hochdorf"
description="Wir sorgen für Glanz und Sauberkeit. Ob Privat oder Gewerbe, Milosevic Reinigung bietet erstklassige Dienstleistungen für Ihren Bedarf."
tag="Ihr Reinigungsexperte"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-chambermaid-holding-glass-bottle-water-placing-wooden-table_23-2148033282.jpg?_wi=1",
imageAlt: "professional cleaning service worker",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-chambermaid-holding-glass-bottle-water-placing-wooden-table_23-2148033282.jpg", imageAlt: "professional cleaning service worker"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg?_wi=1",
imageAlt: "professional cleaning team smiling",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sir-i-will-put-extra-towels-bathroom-portrait-woman-maid-uniform-standing-with-white-hotel-towels-near-door-with-calm-serious-expression-being-work-hotel_176420-11937.jpg",
imageAlt: "Sir, I will put extra towels in bathroom. Portrait of woman in maid uniform standing with white hotel towels near door with calm and serious expression, being on work in hotel",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-chambermaid-placing-water-bottle-table-hotel-room_23-2148033271.jpg",
imageAlt: "Smiling chambermaid placing the water bottle on table in the hotel room",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-maid-holding-duster-hand-standing-near-open-door-hotel-room_23-2148033338.jpg",
imageAlt: "Smiling young maid holding duster in hand standing near an open door in the hotel room",
},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg", imageAlt: "professional cleaning team smiling"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -97,9 +70,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Über Milosevic Reinigung"
description={[
"Wir sind ein erfahrenes Team in Hochdorf, spezialisiert auf gründliche und zuverlässige Reinigungsarbeiten.",
"Qualität, Pünktlichkeit und Vertrauen stehen bei uns an erster Stelle.",
]}
"Wir sind ein erfahrenes Team in Hochdorf, spezialisiert auf gründliche und zuverlässige Reinigungsarbeiten.", "Qualität, Pünktlichkeit und Vertrauen stehen bei uns an erster Stelle."]}
/>
</div>
@@ -111,20 +82,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Unterhaltsreinigung",
description: "Regelmässige Pflege für ein stets sauberes Umfeld.",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-cleaner-showing-detergent-spray-bottle_23-2148222235.jpg?_wi=1",
},
title: "Unterhaltsreinigung", description: "Regelmässige Pflege für ein stets sauberes Umfeld.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cleaner-showing-detergent-spray-bottle_23-2148222235.jpg"},
{
title: "Endreinigung",
description: "Tiefenreinigung nach Projekten oder Renovierungen.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-cafe-counter-with-cloth_1170-584.jpg?_wi=1",
},
title: "Endreinigung", description: "Tiefenreinigung nach Projekten oder Renovierungen.", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-cafe-counter-with-cloth_1170-584.jpg"},
{
title: "Umzugsreinigung",
description: "Stressfreie Wohnungsübergabe mit Abgabegarantie.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2142.jpg?_wi=1",
},
title: "Umzugsreinigung", description: "Stressfreie Wohnungsübergabe mit Abgabegarantie.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2142.jpg"},
]}
title="Unsere Dienstleistungen"
description="Individuelle Lösungen für ein sauberes Zuhause oder Büro."
@@ -138,25 +100,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Basis",
price: "CHF 50/Std",
subtitle: "Für kleine Reinigungen",
features: [
"Unterhaltsreinigung",
"Basis-Equipment",
],
id: "p1", badge: "Basis", price: "CHF 50/Std", subtitle: "Für kleine Reinigungen", features: [
"Unterhaltsreinigung", "Basis-Equipment"],
},
{
id: "p2",
badge: "Premium",
price: "Auf Anfrage",
subtitle: "Für komplette Umzüge",
features: [
"Umzugsreinigung",
"Abgabegarantie",
"Inkl. Material",
],
id: "p2", badge: "Premium", price: "Auf Anfrage", subtitle: "Für komplette Umzüge", features: [
"Umzugsreinigung", "Abgabegarantie", "Inkl. Material"],
},
]}
title="Faire Preise"
@@ -172,20 +121,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "150+",
description: "Zufriedene Kunden",
},
id: "m1", value: "150+", description: "Zufriedene Kunden"},
{
id: "m2",
value: "10+",
description: "Jahre Erfahrung",
},
id: "m2", value: "10+", description: "Jahre Erfahrung"},
{
id: "m3",
value: "500+",
description: "Reinigungen durchgeführt",
},
id: "m3", value: "500+", description: "Reinigungen durchgeführt"},
]}
title="Unsere Bilanz"
description="Erfahrung, die überzeugt."
@@ -198,60 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Müller",
date: "10.05.2023",
title: "Sehr zufrieden",
quote: "Top Service und sehr freundlich!",
tag: "Privatkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-chambermaid-holding-glass-bottle-water-placing-wooden-table_23-2148033282.jpg?_wi=2",
imageAlt: "happy home owner portrait",
},
id: "t1", name: "Sarah Müller", date: "10.05.2023", title: "Sehr zufrieden", quote: "Top Service und sehr freundlich!", tag: "Privatkunde", avatarSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-chambermaid-holding-glass-bottle-water-placing-wooden-table_23-2148033282.jpg", imageAlt: "happy home owner portrait"},
{
id: "t2",
name: "Thomas Keller",
date: "15.06.2023",
title: "Zuverlässig",
quote: "Die Umzugsreinigung war perfekt.",
tag: "Privatkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/successful-executive-businessman-office_1098-21340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg?_wi=2",
imageAlt: "happy home owner portrait",
},
id: "t2", name: "Thomas Keller", date: "15.06.2023", title: "Zuverlässig", quote: "Die Umzugsreinigung war perfekt.", tag: "Privatkunde", avatarSrc: "http://img.b2bpic.net/free-photo/successful-executive-businessman-office_1098-21340.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning_23-2148480376.jpg", imageAlt: "happy home owner portrait"},
{
id: "t3",
name: "Anna Schmidt",
date: "20.07.2023",
title: "Großartig",
quote: "Immer wieder gerne.",
tag: "Privatkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-cleaner-showing-detergent-spray-bottle_23-2148222235.jpg?_wi=2",
imageAlt: "happy home owner portrait",
},
id: "t3", name: "Anna Schmidt", date: "20.07.2023", title: "Großartig", quote: "Immer wieder gerne.", tag: "Privatkunde", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cleaner-showing-detergent-spray-bottle_23-2148222235.jpg", imageAlt: "happy home owner portrait"},
{
id: "t4",
name: "Markus Weber",
date: "05.08.2023",
title: "Pünktlich",
quote: "Sehr professionell.",
tag: "Privatkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-cafe-counter-with-cloth_1170-584.jpg?_wi=2",
imageAlt: "happy home owner portrait",
},
id: "t4", name: "Markus Weber", date: "05.08.2023", title: "Pünktlich", quote: "Sehr professionell.", tag: "Privatkunde", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-looking-her-boyfriend_23-2148363567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-cafe-counter-with-cloth_1170-584.jpg", imageAlt: "happy home owner portrait"},
{
id: "t5",
name: "Julia Fischer",
date: "12.09.2023",
title: "Exzellent",
quote: "Meine Wohnung glänzt.",
tag: "Privatkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/man-having-videocall-work_23-2148940772.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2142.jpg?_wi=2",
imageAlt: "happy home owner portrait",
},
id: "t5", name: "Julia Fischer", date: "12.09.2023", title: "Exzellent", quote: "Meine Wohnung glänzt.", tag: "Privatkunde", avatarSrc: "http://img.b2bpic.net/free-photo/man-having-videocall-work_23-2148940772.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service_1385-2142.jpg", imageAlt: "happy home owner portrait"},
]}
title="Was Kunden sagen"
description="Vertrauen ist die Basis unserer Arbeit."
@@ -264,20 +159,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Geben Sie eine Abgabegarantie?",
content: "Ja, bei Umzugsreinigungen garantieren wir eine reibungslose Übergabe.",
},
id: "f1", title: "Geben Sie eine Abgabegarantie?", content: "Ja, bei Umzugsreinigungen garantieren wir eine reibungslose Übergabe."},
{
id: "f2",
title: "Was kostet die Reinigung?",
content: "Das hängt vom Umfang ab. Gerne erstellen wir eine kostenlose Offerte.",
},
id: "f2", title: "Was kostet die Reinigung?", content: "Das hängt vom Umfang ab. Gerne erstellen wir eine kostenlose Offerte."},
{
id: "f3",
title: "In welchen Gebieten arbeiten Sie?",
content: "Wir sind primär in Hochdorf und Umgebung für Sie tätig.",
},
id: "f3", title: "In welchen Gebieten arbeiten Sie?", content: "Wir sind primär in Hochdorf und Umgebung für Sie tätig."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433340.jpg"
mediaAnimation="slide-up"
@@ -291,8 +177,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Kontaktieren Sie uns"
description="Vereinbaren Sie noch heute einen Termin für eine kostenlose Beratung."
imageSrc="http://img.b2bpic.net/free-photo/no-people-desk-with-multiple-computers-call-center-office-used-by-telemarketing-agents-answer-phone-calls-helpline-empty-space-with-technology-give-assistance-customer-care_482257-40793.jpg"
@@ -307,25 +192,17 @@ export default function LandingPage() {
{
items: [
{
label: "Über uns",
href: "#about",
},
label: "Über uns", href: "#about"},
{
label: "Dienstleistungen",
href: "#features",
},
label: "Dienstleistungen", href: "#features"},
],
},
{
items: [
{
label: "Kontakt",
href: "#contact",
},
label: "Kontakt", href: "#contact"},
{
label: "Impressum",
href: "#",
},
label: "Impressum", href: "#"},
],
},
]}