Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02edcc6f69 | |||
| 905fb0835b | |||
| b120610589 | |||
| 98b0bcd6fe | |||
| 1eb4054bc1 | |||
| 13c3a559af | |||
| 016dc8a631 | |||
| 0dd891d20a | |||
| e0afc744e8 | |||
| 79a4d30a87 | |||
| 1d15f46792 | |||
| 5b7cdabee9 |
@@ -2,15 +2,22 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import { Calendar, Recycle, Search, Trash2, Users } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function DienstleistungenPage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Startseite", id: "/" },
|
||||||
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
|
{ name: "Preise", id: "/preise" },
|
||||||
|
{ name: "Galerie", id: "/galerie" },
|
||||||
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Kontakt", id: "/kontakt" }
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
@@ -25,283 +32,52 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
name: "Startseite",
|
brandName="Rümpel Fix Lippe"
|
||||||
id: "home",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
name: "Über uns",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Dienstleistungen",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="services-overview" data-section="services-overview">
|
<div id="services-page" data-section="services-page">
|
||||||
<FeatureCardMedia
|
<FeatureCardEight
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
carouselMode="buttons"
|
features={[
|
||||||
features={[
|
{
|
||||||
{
|
id: 1,
|
||||||
id: "1",
|
title: "Möbel- & Hausrat-Entrümpelung", description: "Wir befreien Ihr Zuhause von unerwünschten Möbeln und Hausrat – schnell, diskret und gründlich.", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216761.jpg?_wi=2", imageAlt: "Entrümpelung eines Wohnzimmers"
|
||||||
title: "Wohnungs- & Hausentrümpelung",
|
},
|
||||||
description: "Professionelle Entrümpelung von Wohnungen, Häusern und Kellern, schnell und besenrein.",
|
{
|
||||||
tag: "Komplettservice",
|
id: 2,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216761.jpg?_wi=3",
|
title: "Sperrmüllabholung", description: "Kein Problem mit großen und unhandlichen Gegenständen. Wir holen Ihren Sperrmüll termingerecht ab.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=2", imageAlt: "Sperrmüllhaufen zur Abholung"
|
||||||
imageAlt: "room with old furniture before clearing",
|
},
|
||||||
},
|
{
|
||||||
{
|
id: 3,
|
||||||
id: "2",
|
title: "Haushaltsauflösungen", description: "Professionelle und besenreine Auflösung von Haushalten, Wohnungen oder Geschäftsräumen. Wir kümmern uns um alles.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-signing-parcel-near-courier_23-2147787868.jpg?_wi=2", imageAlt: "Haushaltsauflösung in einem leeren Haus"
|
||||||
title: "Haushaltsauflösungen",
|
},
|
||||||
description: "Wir kümmern uns um die komplette Auflösung Ihres Haushalts, diskret und respektvoll.",
|
{
|
||||||
tag: "Sensibel & Gründlich",
|
id: 4,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-signing-parcel-near-courier_23-2147787868.jpg?_wi=3",
|
title: "Sonderentsorgungen", description: "Wir entsorgen fachgerecht und umweltfreundlich – auch Problemstoffe und spezielle Materialien.", imageSrc: "http://img.b2bpic.net/free-vector/flat-garbage-colorful-template_1284-48539.jpg?_wi=2", imageAlt: "Sonderentsorgung von Elektronikschrott"
|
||||||
imageAlt: "empty room after household liquidation",
|
}
|
||||||
},
|
]}
|
||||||
{
|
title="Unsere Leistungen: Alles rund ums Haus"
|
||||||
id: "3",
|
description="Von der kleinen Entrümpelung bis zur kompletten Haushaltsauflösung – wir sind Ihr starker Partner in Lippe."
|
||||||
title: "Sperrmüllentsorgung",
|
buttons={[{ text: "Alle Dienstleistungen", href: "/dienstleistungen" }]}
|
||||||
description: "Abholung und fachgerechte Entsorgung von Sperrmüll aller Art.",
|
/>
|
||||||
tag: "Einfach & Schnell",
|
</div>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=3",
|
|
||||||
imageAlt: "pile of bulky waste on the street",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Spezialentsorgungen",
|
|
||||||
description: "Entsorgung von Problemstoffen und speziellen Abfällen nach geltenden Vorschriften.",
|
|
||||||
tag: "Fachgerecht",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-garbage-colorful-template_1284-48539.jpg?_wi=3",
|
|
||||||
imageAlt: "various types of waste being sorted for disposal",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere Dienstleistungen im Überblick"
|
|
||||||
description="Von der kleinen Entrümpelung bis zur kompletten Haushaltsauflösung – Rümpel Fix Lippe bietet maßgeschneiderte Lösungen für Ihre individuellen Bedürfnisse. Wir sorgen für Ordnung und Sauberkeit."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="how-it-works" data-section="how-it-works">
|
<div id="footer" data-section="footer">
|
||||||
<FeatureCardTen
|
<FooterLogoEmphasis
|
||||||
textboxLayout="default"
|
columns={[
|
||||||
useInvertedBackground={true}
|
{ items: [{ label: "Startseite", href: "/" }, { label: "Über uns", href: "/ueber-uns" }] },
|
||||||
features={[
|
{ items: [{ label: "Dienstleistungen", href: "/dienstleistungen" }, { label: "Preise", href: "/preise" }, { label: "Galerie", href: "/galerie" }] },
|
||||||
{
|
{ items: [{ label: "Kundenbewertungen", href: "/kundenbewertungen" }, { label: "Blog", href: "/blog" }, { label: "Kontakt", href: "/kontakt" }] }
|
||||||
id: "1",
|
]}
|
||||||
title: "Kostenlose Erstbesichtigung",
|
logoText="Rümpel Fix Lippe"
|
||||||
description: "Wir besichtigen Ihr Objekt vor Ort und besprechen Ihre Anforderungen ausführlich.",
|
/>
|
||||||
media: {
|
</div>
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756327.jpg?_wi=2",
|
|
||||||
imageAlt: "person reviewing documents for an estimate",
|
|
||||||
},
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
icon: Search,
|
|
||||||
text: "Objektanalyse",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Handshake,
|
|
||||||
text: "Persönliche Beratung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: ReceiptText,
|
|
||||||
text: "Unverbindliches Angebot",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
reverse: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Termin & Planung",
|
|
||||||
description: "Nach Angebotsannahme vereinbaren wir einen passenden Termin und detaillieren den Ablauf.",
|
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-getting-ready-move-new-home_23-2149094128.jpg?_wi=2",
|
|
||||||
imageAlt: "moving boxes ready for transport",
|
|
||||||
},
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
icon: Calendar,
|
|
||||||
text: "Flexible Terminfindung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: ClipboardList,
|
|
||||||
text: "Detaillierte Ablaufplanung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Users,
|
|
||||||
text: "Teamkoordination",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
reverse: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Fachgerechte Durchführung",
|
|
||||||
description: "Unser Team führt die Auflösung schnell, sauber und diskret durch.",
|
|
||||||
media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/moving-new-house-concept_53876-144474.jpg?_wi=3",
|
|
||||||
imageAlt: "professional house clearance team working",
|
|
||||||
},
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
icon: Trash2,
|
|
||||||
text: "Sortierung & Entsorgung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Broom,
|
|
||||||
text: "Besenreine Übergabe",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Recycle,
|
|
||||||
text: "Nachhaltigkeit",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
reverse: false,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="So funktioniert eine Haushaltsauflösung mit uns"
|
|
||||||
description="Wir gewährleisten einen transparenten und effizienten Prozess, von der ersten Kontaktaufnahme bis zur besenreinen Übergabe. Jeder Schritt wird sorgfältig geplant und umgesetzt."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq-services" data-section="faq-services">
|
|
||||||
<FaqBase
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
title: "Was ist in einer Entrümpelung enthalten?",
|
|
||||||
content: "Unsere Entrümpelungen umfassen das Sortieren, Räumen, Transportieren und die fachgerechte Entsorgung aller nicht mehr benötigten Gegenstände. Auf Wunsch führen wir auch kleinere Reinigungsarbeiten durch, um das Objekt besenrein zu übergeben.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Wie lange dauert eine Haushaltsauflösung?",
|
|
||||||
content: "Die Dauer hängt von der Größe des Objekts und dem Umfang des Hausrats ab. Nach einer kostenlosen Erstbesichtigung können wir Ihnen eine genaue Zeitabschätzung geben, meist zwischen einem halben und mehreren Tagen.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Was passiert mit den Gegenständen?",
|
|
||||||
content: "Verwertbare Gegenstände werden nach Absprache an soziale Einrichtungen gespendet oder recycelt. Nicht verwertbare Materialien werden fachgerecht und umweltfreundlich entsorgt, unter Einhaltung aller gesetzlichen Bestimmungen.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Bieten Sie auch Teilentrümpelungen an?",
|
|
||||||
content: "Ja, selbstverständlich. Ob Keller, Dachboden, Garage oder einzelne Zimmer – wir entrümpeln genau die Bereiche, die Sie wünschen.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Häufige Fragen zu unseren Dienstleistungen"
|
|
||||||
description="Hier finden Sie Antworten auf die am häufigsten gestellten Fragen zu unseren Entrümpelungs- und Haushaltsauflösungsdiensten."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
showCard={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="cta-services" data-section="cta-services">
|
|
||||||
<ContactCTA
|
|
||||||
useInvertedBackground={true}
|
|
||||||
background={{
|
|
||||||
variant: "sparkles-gradient",
|
|
||||||
}}
|
|
||||||
tag="Bereit für Ordnung?"
|
|
||||||
title="Kostenloses Angebot anfordern"
|
|
||||||
description="Lassen Sie uns Ihr Zuhause oder Büro von unnötigem Ballast befreien. Kontaktieren Sie uns für eine unverbindliche Beratung und ein individuelles Angebot."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Jetzt anfragen",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterBase
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Dienstleistungen",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Entrümpelung",
|
|
||||||
href: "/dienstleistungen#entruempelung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Haushaltsauflösung",
|
|
||||||
href: "/dienstleistungen#haushaltsaufloesung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Sperrmüllentsorgung",
|
|
||||||
href: "/dienstleistungen#sperrmuell",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Unternehmen",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Über uns",
|
|
||||||
href: "/ueber-uns",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Preise",
|
|
||||||
href: "/preise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kontakt",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Rechtliches",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Impressum",
|
|
||||||
href: "/impressum",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Datenschutz",
|
|
||||||
href: "/datenschutz",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Rümpel Fix Lippe"
|
|
||||||
copyrightText="© 2024 Rümpel Fix Lippe. Alle Rechte vorbehalten."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,271 +2,121 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function GaleriePage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Startseite", id: "/" },
|
||||||
name: "Startseite",
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
id: "home",
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
},
|
{ name: "Preise", id: "/preise" },
|
||||||
{
|
{ name: "Galerie", id: "/galerie" },
|
||||||
name: "Über uns",
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
id: "about",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "Kontakt", id: "/kontakt" },
|
||||||
{
|
]}
|
||||||
name: "Dienstleistungen",
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
id: "services",
|
brandName="Rümpel Fix Lippe"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="project-gallery" data-section="project-gallery">
|
<div id="hero" data-section="hero">
|
||||||
<FeatureCardTwentyThree
|
<HeroSplitKpi
|
||||||
textboxLayout="default"
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
title="Unsere Galerie: Vorher-Nachher-Eindrücke unserer Arbeit"
|
||||||
carouselMode="buttons"
|
description="Sehen Sie selbst, wie wir Räume verwandeln – von unaufgeräumt zu besenrein. Unsere Galerie zeigt erfolgreiche Projekte in Bad Salzuflen und Umgebung."
|
||||||
features={[
|
kpis={[
|
||||||
{
|
{ value: "10+", label: "Jahre Erfahrung" },
|
||||||
id: "1",
|
{ value: "1000+", label: "Zufriedene Kunden" },
|
||||||
title: "Wohnungsentrümpelung Bad Salzuflen",
|
{ value: "100%", label: "Umweltgerecht" },
|
||||||
tags: [
|
]}
|
||||||
"Wohnung",
|
enableKpiAnimation={false}
|
||||||
"Entrümpelung",
|
buttons={[{ text: "Jetzt kostenloses Angebot anfordern", href: "/kontakt" }]}
|
||||||
"Bad Salzuflen",
|
imageSrc="http://img.b2bpic.net/free-photo/view-cleaning-products-with-copy-space_23-2149303681.jpg?_wi=1"
|
||||||
],
|
imageAlt="Galeriebild eines aufgeräumten Zimmers"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899435.jpg?_wi=2",
|
mediaAnimation="none"
|
||||||
imageAlt: "cleaned out apartment living room",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Büroauflösung Detmold",
|
|
||||||
tags: [
|
|
||||||
"Büro",
|
|
||||||
"Auflösung",
|
|
||||||
"Detmold",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-working-together_23-2149871306.jpg?_wi=2",
|
|
||||||
imageAlt: "organized office space after cleanout",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Garagenentrümpelung Herford",
|
|
||||||
tags: [
|
|
||||||
"Garage",
|
|
||||||
"Entrümpelung",
|
|
||||||
"Herford",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866628.jpg?_wi=2",
|
|
||||||
imageAlt: "organized garage after junk removal",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Kellerauflösung Lemgo",
|
|
||||||
tags: [
|
|
||||||
"Keller",
|
|
||||||
"Auflösung",
|
|
||||||
"Lemgo",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16077.jpg?_wi=2",
|
|
||||||
imageAlt: "clean basement storage area",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Dachbodenreinigung Lage",
|
|
||||||
tags: [
|
|
||||||
"Dachboden",
|
|
||||||
"Reinigung",
|
|
||||||
"Lage",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/haunted-house-interior-background_23-2149454760.jpg?_wi=2",
|
|
||||||
imageAlt: "decluttered attic space",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
title: "Gartenabfallentsorgung Oerlinghausen",
|
|
||||||
tags: [
|
|
||||||
"Garten",
|
|
||||||
"Entsorgung",
|
|
||||||
"Oerlinghausen",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109092.jpg?_wi=2",
|
|
||||||
imageAlt: "garden waste removed from outdoor area",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere erfolgreichen Projekte"
|
|
||||||
description="Sehen Sie selbst, wie wir Räume verwandeln und für Ordnung sorgen. Von Wohnungen und Häusern bis zu gewerblichen Objekten – jedes Projekt wird mit größter Sorgfalt und Effizienz abgeschlossen."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="project-testimonials" data-section="project-testimonials">
|
<div id="gallery" data-section="gallery">
|
||||||
<TestimonialCardOne
|
<FeatureCardTwentyThree
|
||||||
animationType="slide-up"
|
textboxLayout="default"
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
carouselMode="buttons"
|
||||||
useInvertedBackground={true}
|
animationType="slide-up"
|
||||||
testimonials={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Wohnungsauflösung Modern", tags: ["Vorher", "Nachher"],
|
||||||
name: "Maria K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/pile-old-furniture-home-with-copy-space_23-2147726515.jpg?_wi=1", imageAlt: "Wohnungsauflösung Modern"},
|
||||||
role: "Privatkunde",
|
{
|
||||||
company: "Bad Salzuflen",
|
id: "2", title: "Büroentrümpelung", tags: ["Vorher", "Nachher"],
|
||||||
rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756327.jpg?_wi=1", imageAlt: "Büroentrümpelung"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271994.jpg?_wi=3",
|
{
|
||||||
imageAlt: "happy customer avatar",
|
id: "3", title: "Garagenauflösung", tags: ["Vorher", "Nachher"],
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/car-full-garbage-dump_23-2150117849.jpg?_wi=1", imageAlt: "Garagenauflösung"},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "4", title: "Kellerentrümpelung", tags: ["Vorher", "Nachher"],
|
||||||
name: "Familie L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-cleaning-dirty-surface_23-2149175240.jpg?_wi=1", imageAlt: "Kellerentrümpelung"},
|
||||||
role: "Privatkunde",
|
{
|
||||||
company: "Detmold",
|
id: "5", title: "Dachbodenentrümpelung", tags: ["Vorher", "Nachher"],
|
||||||
rating: 5,
|
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-products-tools-shelf_23-2149303682.jpg?_wi=1", imageAlt: "Dachbodenentrümpelung"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg?_wi=3",
|
{
|
||||||
imageAlt: "happy customer avatar",
|
id: "6", title: "Gartenabfallentsorgung", tags: ["Vorher", "Nachher"],
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/different-trash-bins-full-different-types-rubbish-outdoors_23-2149313262.jpg?_wi=1", imageAlt: "Gartenabfallentsorgung"},
|
||||||
{
|
]}
|
||||||
id: "3",
|
title="Unsere Projekte: Vorher & Nachher"
|
||||||
name: "Herr Müller",
|
description="Überzeugen Sie sich selbst von unserer professionellen Arbeit – ein Blick auf unsere erfolgreich abgeschlossenen Projekte in Bad Salzuflen und Umgebung."
|
||||||
role: "Immobilienmakler",
|
/>
|
||||||
company: "Herford",
|
</div>
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-poses-background-white-studio-holding-advertising-banner_114579-92507.jpg?_wi=3",
|
|
||||||
imageAlt: "happy customer avatar",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Sabine G.",
|
|
||||||
role: "Privatkunde",
|
|
||||||
company: "Lemgo",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-holds-chin-looks-up_141793-103938.jpg?_wi=3",
|
|
||||||
imageAlt: "happy customer avatar",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Kundenstimmen zu unseren Projekten"
|
|
||||||
description="Die Zufriedenheit unserer Kunden ist unser größtes Lob. Lesen Sie, was Kunden nach erfolgreichen Projekten über unsere Arbeit sagen."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="cta-gallery" data-section="cta-gallery">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
title="Ihr Weg zu einem aufgeräumten Zuhause"
|
||||||
variant: "downward-rays-static",
|
description="Interessiert an unseren Dienstleistungen? Kontaktieren Sie uns noch heute für eine kostenlose Beratung und ein unverbindliches Angebot. Wir freuen uns auf Ihre Anfrage!"
|
||||||
}}
|
inputs={[
|
||||||
tag="Ihr Projekt wartet"
|
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||||
title="Lassen Sie uns Ihr Objekt verwandeln!"
|
{ name: "email", type: "email", placeholder: "Ihre E-Mail-Adresse", required: true },
|
||||||
description="Haben Sie ein ähnliches Projekt oder eine spezielle Anforderung? Kontaktieren Sie uns für eine kostenlose Beratung und ein unverbindliches Angebot."
|
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer (optional)" },
|
||||||
buttons={[
|
]}
|
||||||
{
|
textarea={{ name: "message", placeholder: "Ihre Nachricht und Anliegen", rows: 4, required: true }}
|
||||||
text: "Jetzt Projekt anfragen",
|
imageSrc="http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg?_wi=2"
|
||||||
href: "/kontakt",
|
imageAlt="Freundliches Team im Kundenservice"
|
||||||
},
|
mediaAnimation="none"
|
||||||
]}
|
buttonText="Anfrage senden"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "Startseite", href: "/" }, { label: "Über uns", href: "/ueber-uns" }] },
|
||||||
title: "Dienstleistungen",
|
{ items: [{ label: "Dienstleistungen", href: "/dienstleistungen" }, { label: "Preise", href: "/preise" }, { label: "Galerie", href: "/galerie" }] },
|
||||||
items: [
|
{ items: [{ label: "Kundenbewertungen", href: "/kundenbewertungen" }, { label: "Blog", href: "/blog" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||||
{
|
]}
|
||||||
label: "Entrümpelung",
|
logoText="Rümpel Fix Lippe"
|
||||||
href: "/dienstleistungen#entruempelung",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
label: "Haushaltsauflösung",
|
|
||||||
href: "/dienstleistungen#haushaltsaufloesung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Sperrmüllentsorgung",
|
|
||||||
href: "/dienstleistungen#sperrmuell",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Unternehmen",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Über uns",
|
|
||||||
href: "/ueber-uns",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Preise",
|
|
||||||
href: "/preise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kontakt",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Rechtliches",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Impressum",
|
|
||||||
href: "/impressum",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Datenschutz",
|
|
||||||
href: "/datenschutz",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Rümpel Fix Lippe"
|
|
||||||
copyrightText="© 2024 Rümpel Fix Lippe. Alle Rechte vorbehalten."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,138 +2,127 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function KundenbewertungenPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Startseite", id: "/" },
|
||||||
name: "Startseite",
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
id: "home",
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
},
|
{ name: "Preise", id: "/preise" },
|
||||||
{
|
{ name: "Galerie", id: "/galerie" },
|
||||||
name: "Über uns",
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
id: "about",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "Kontakt", id: "/kontakt" },
|
||||||
{
|
]}
|
||||||
name: "Dienstleistungen",
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
id: "services",
|
brandName="Rümpel Fix Lippe"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonial-marquee" data-section="testimonial-marquee">
|
<div id="hero" data-section="hero">
|
||||||
<TestimonialCardSix
|
<HeroSplitKpi
|
||||||
animationType="slide-up"
|
background={{ variant: "plain" }}
|
||||||
textboxLayout="default"
|
title="Was unsere Kunden sagen: Ehrliche Bewertungen, die überzeugen"
|
||||||
useInvertedBackground={false}
|
description="Ihre Zufriedenheit ist unser größter Antrieb. Lesen Sie authentische Kundenstimmen und erfahren Sie, warum Rümpel Fix Lippe die erste Wahl für Entrümpelungen in Bad Salzuflen ist."
|
||||||
testimonials={[
|
kpis={[
|
||||||
{
|
{ value: "10+", label: "Jahre Erfahrung" },
|
||||||
id: "1",
|
{ value: "1000+", label: "Zufriedene Kunden" },
|
||||||
},
|
{ value: "100%", label: "Umweltgerecht" },
|
||||||
]}
|
]}
|
||||||
title="Stimmen unserer zufriedenen Kunden"
|
enableKpiAnimation={false}
|
||||||
description="Wir sind stolz auf das durchweg positive Feedback, das wir erhalten. Lesen Sie, was unsere Kunden über den professionellen Service von Rümpel Fix Lippe sagen."
|
buttons={[{ text: "Jetzt Angebot anfordern", href: "/kontakt" }]}
|
||||||
/>
|
imageSrc="http://img.b2bpic.net/free-photo/happy-family-buying-new-house-real-estate-agent_23-2147787869.jpg?_wi=1"
|
||||||
</div>
|
imageAlt="Zufriedener Kunde mit Rümpel Fix Lippe Team"
|
||||||
|
mediaAnimation="none"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="reviews" data-section="reviews">
|
||||||
<FooterLogoEmphasis
|
<TestimonialCardTwo
|
||||||
columns={[
|
animationType="slide-up"
|
||||||
{
|
textboxLayout="default"
|
||||||
title: "Unternehmen",
|
useInvertedBackground={false}
|
||||||
items: [
|
carouselMode="buttons"
|
||||||
{
|
testimonials={[
|
||||||
label: "Startseite",
|
{ id: "1", name: "Anna Schmidt", role: "Privatkundin", testimonial: "Rümpel Fix Lippe hat meine Haushaltsauflösung in Bad Salzuflen schnell und diskret erledigt. Ich bin begeistert von der Professionalität!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271994.jpg?_wi=1", imageAlt: "Anna Schmidt" },
|
||||||
href: "/home",
|
{ id: "2", name: "Max Meier", role: "Geschäftskunde", testimonial: "Top Service! Die Entrümpelung unserer Büroräume verlief reibungslos und termingerecht. Absolut empfehlenswert.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg?_wi=1", imageAlt: "Max Meier" },
|
||||||
},
|
{ id: "3", name: "Sophie Weber", role: "Immobilienmaklerin", testimonial: "Als Maklerin arbeite ich regelmäßig mit Rümpel Fix Lippe zusammen. Immer zuverlässig und die Objekte sind besenrein. Perfekt!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-poses-background-white-studio-holding-advertising-banner_114579-92507.jpg?_wi=1", imageAlt: "Sophie Weber" },
|
||||||
{
|
{ id: "4", name: "Julian Becker", role: "Privatkunde", testimonial: "Der Sperrmüll wurde pünktlich abgeholt und das Team war super freundlich. Gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-holds-chin-looks-up_141793-103938.jpg?_wi=1", imageAlt: "Julian Becker" },
|
||||||
label: "Über uns",
|
]}
|
||||||
href: "/ueber-uns",
|
title="Was unsere Kunden sagen"
|
||||||
},
|
description="Vertrauen Sie auf ehrliche Meinungen – unsere Google-Bewertungen sprechen für sich. Ihre Zufriedenheit ist unser größter Antrieb!"
|
||||||
],
|
buttons={[
|
||||||
},
|
{ text: "Alle Bewertungen lesen", href: "/kundenbewertungen" },
|
||||||
{
|
]}
|
||||||
title: "Dienstleistungen",
|
/>
|
||||||
items: [
|
</div>
|
||||||
{
|
|
||||||
label: "Dienstleistungen",
|
<div id="contact" data-section="contact">
|
||||||
href: "/dienstleistungen",
|
<ContactSplitForm
|
||||||
},
|
useInvertedBackground={false}
|
||||||
{
|
title="Kostenloses Angebot anfordern"
|
||||||
label: "Preise",
|
description="Kontaktieren Sie uns noch heute für eine unverbindliche Beratung und ein individuelles Angebot. Wir freuen uns auf Ihre Anfrage!"
|
||||||
href: "/preise",
|
inputs={[
|
||||||
},
|
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||||
{
|
{ name: "email", type: "email", placeholder: "Ihre E-Mail-Adresse", required: true },
|
||||||
label: "Galerie",
|
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer (optional)" },
|
||||||
href: "/galerie",
|
]}
|
||||||
},
|
textarea={{ name: "message", placeholder: "Ihre Nachricht und Anliegen", rows: 4, required: true }}
|
||||||
],
|
imageSrc="http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg?_wi=2"
|
||||||
},
|
imageAlt="Freundliches Team im Kundenservice"
|
||||||
{
|
mediaAnimation="none"
|
||||||
title: "Hilfe & Kontakt",
|
buttonText="Anfrage senden"
|
||||||
items: [
|
/>
|
||||||
{
|
</div>
|
||||||
label: "Kundenbewertungen",
|
|
||||||
href: "/kundenbewertungen",
|
<div id="footer" data-section="footer">
|
||||||
},
|
<FooterLogoEmphasis
|
||||||
{
|
columns={[
|
||||||
label: "Blog",
|
{
|
||||||
href: "/blog",
|
items: [
|
||||||
},
|
{ label: "Startseite", href: "/" },
|
||||||
{
|
{ label: "Über uns", href: "/ueber-uns" },
|
||||||
label: "Kontakt",
|
],
|
||||||
href: "/kontakt",
|
},
|
||||||
},
|
{
|
||||||
],
|
items: [
|
||||||
},
|
{ label: "Dienstleistungen", href: "/dienstleistungen" },
|
||||||
]}
|
{ label: "Preise", href: "/preise" },
|
||||||
logoText="Rümpel Fix Lippe"
|
{ label: "Galerie", href: "/galerie" },
|
||||||
/>
|
],
|
||||||
</div>
|
},
|
||||||
|
{
|
||||||
|
items: [
|
||||||
|
{ label: "Kundenbewertungen", href: "/kundenbewertungen" },
|
||||||
|
{ label: "Blog", href: "/blog" },
|
||||||
|
{ label: "Kontakt", href: "/kontakt" },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
logoText="Rümpel Fix Lippe"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
918
src/app/page.tsx
918
src/app/page.tsx
@@ -2,756 +2,198 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
||||||
import { Building, Gauge, Home, Recycle, ShieldCheck, Star } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
|
||||||
|
import { ArrowRight, Star } from 'lucide-react';
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Startseite", id: "/" },
|
||||||
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
|
{ name: "Preise", id: "/preise" },
|
||||||
|
{ name: "Galerie", id: "/galerie" },
|
||||||
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Kontakt", id: "/kontakt" }
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
name: "Startseite",
|
brandName="Rümpel Fix Lippe"
|
||||||
id: "home",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
name: "Über uns",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Dienstleistungen",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
title="Ihr Partner für Entrümpelung und Haushaltsauflösung in Lippe"
|
||||||
variant: "plain",
|
description="Rümpel Fix Lippe bietet professionelle und diskrete Dienstleistungen für Privat- und Geschäftskunden."
|
||||||
}}
|
background={{
|
||||||
title="Rümpel Fix Lippe: Ihr Profi für Entrümpelungen in Bad Salzuflen"
|
variant: "rotated-rays-animated"
|
||||||
description="Wir kümmern uns schnell, sauber und zuverlässig um Ihre Haushaltsauflösung, Entrümpelung oder Sperrmüllabholung. Kostenloses Angebot anfordern!"
|
}}
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{ value: "24/7", label: "Erreichbarkeit" },
|
||||||
value: "10+",
|
{ value: "100%", label: "Zufriedenheit" },
|
||||||
label: "Jahre Erfahrung",
|
{ value: "5+", label: "Jahre Erfahrung" },
|
||||||
},
|
]}
|
||||||
{
|
enableKpiAnimation={true}
|
||||||
value: "1000+",
|
tag="Rümpel Fix Lippe"
|
||||||
label: "Zufriedene Kunden",
|
buttons={[
|
||||||
},
|
{ text: "Kostenloses Angebot", href: "/kontakt" },
|
||||||
{
|
{ text: "Mehr erfahren", href: "/ueber-uns" }
|
||||||
value: "100%",
|
]}
|
||||||
label: "Umweltgerecht",
|
imageSrc="http://img.b2bpic.net/free-photo/female-worker-uniform-with-vacuum-cleaner_23-2148443916.jpg?_wi=2"
|
||||||
},
|
imageAlt="Professionelle Reinigungskraft"
|
||||||
]}
|
/>
|
||||||
enableKpiAnimation={false}
|
</div>
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/moving-new-house-concept_53876-144474.jpg?_wi=1"
|
|
||||||
imageAlt="Professionelles Entrümpelungsteam bei der Arbeit"
|
|
||||||
mediaAnimation="none"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="key-services" data-section="key-services">
|
<div id="key-services" data-section="key-services">
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Möbel- & Hausrat-Entrümpelung",
|
title: "Haushaltsauflösungen", description: "Wir übernehmen die komplette Auflösung Ihres Haushalts, Wohnungs oder Geschäftsraums – besenrein und stressfrei.", imageSrc: "http://img.b2bpic.net/free-photo/male-cleaner-working-office_23-2148197171.jpg?_wi=2", imageAlt: "Haushaltsauflösung in einem leeren Raum"
|
||||||
description: "Wir befreien Ihr Zuhause von unerwünschten Möbeln und Hausrat – schnell, diskret und gründlich.",
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216761.jpg?_wi=1",
|
{
|
||||||
imageAlt: "Entrümpelung eines Wohnzimmers",
|
id: 2,
|
||||||
},
|
title: "Entrümpelungen aller Art", description: "Ob Keller, Dachboden, Garage oder ganze Häuser – wir entrümpeln schnell, effizient und umweltgerecht.", imageSrc: "http://img.b2bpic.net/free-photo/view-room-empty-after-move_23-2150334812.jpg?_wi=2", imageAlt: "Entrümpelung eines Kellers"
|
||||||
{
|
},
|
||||||
id: 2,
|
{
|
||||||
title: "Sperrmüllabholung",
|
id: 3,
|
||||||
description: "Kein Problem mit großen und unhandlichen Gegenständen. Wir holen Ihren Sperrmüll termingerecht ab.",
|
title: "Sperrmüllabholung", description: "Umfassender Service für die Abholung und Entsorgung von Sperrmüll. Wir kümmern uns um die fachgerechte Verwertung.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-recycling-waste-utilization-vector-icon-set_1308-112771.jpg?_wi=2", imageAlt: "Sperrmüllabholung"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=1",
|
},
|
||||||
imageAlt: "Sperrmüllhaufen zur Abholung",
|
{
|
||||||
},
|
id: 4,
|
||||||
{
|
title: "Messie-Wohnungen", description: "Diskret und professionell kümmern wir uns um die Reinigung und Entrümpelung von Messie-Wohnungen.", imageSrc: "http://img.b2bpic.net/free-photo/shot-many-junk-left-room_23-2149591969.jpg?_wi=2", imageAlt: "Reinigung einer Messie-Wohnung"
|
||||||
id: 3,
|
},
|
||||||
title: "Haushaltsauflösungen",
|
]}
|
||||||
description: "Professionelle und besenreine Auflösung von Haushalten, Wohnungen oder Geschäftsräumen. Wir kümmern uns um alles.",
|
title="Unsere Kernkompetenzen im Überblick"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-signing-parcel-near-courier_23-2147787868.jpg?_wi=1",
|
description="Umfassende Lösungen für jede Situation – schnell, sauber und zuverlässig."
|
||||||
imageAlt: "Haushaltsauflösung in einem leeren Haus",
|
buttons={[{ text: "Alle Dienstleistungen", href: "/dienstleistungen" }]}
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
id: 4,
|
|
||||||
title: "Sonderentsorgungen",
|
|
||||||
description: "Wir entsorgen fachgerecht und umweltfreundlich – auch Problemstoffe und spezielle Materialien.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-garbage-colorful-template_1284-48539.jpg?_wi=1",
|
|
||||||
imageAlt: "Sonderentsorgung von Elektronikschrott",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere Leistungen: Alles rund ums Haus"
|
|
||||||
description="Von der kleinen Entrümpelung bis zur kompletten Haushaltsauflösung – wir sind Ihr starker Partner in Lippe."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Alle Dienstleistungen",
|
|
||||||
href: "/dienstleistungen",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials-home" data-section="testimonials-home">
|
<div id="testimonials-home" data-section="testimonials-home">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
animationType="slide-up"
|
title="Was unsere Kunden sagen"
|
||||||
textboxLayout="default"
|
description="Lesen Sie, was unsere zufriedenen Kunden über unsere Arbeit berichten."
|
||||||
useInvertedBackground={false}
|
testimonials={[
|
||||||
carouselMode="auto"
|
{ id: "1", name: "Anna Müller", role: "Privatkundin", testimonial: "Rümpel Fix Lippe hat meine Wohnung schnell und professionell geräumt. Absolut empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-ponytail-taking-notes-smiling-copy-space_23-2148756303.jpg?_wi=2", imageAlt: "Anna Müller" },
|
||||||
testimonials={[
|
{ id: "2", name: "Frank Schulze", role: "Geschäftskunde", testimonial: "Die Entrümpelung unserer Büroräume erfolgte pünktlich und zu unserer vollsten Zufriedenheit. Gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-business-man_23-2147827878.jpg?_wi=2", imageAlt: "Frank Schulze" },
|
||||||
{
|
{ id: "3", name: "Lisa Weber", role: "Privatkundin", testimonial: "Toller Service, sehr freundliches Team und das Ergebnis war perfekt. Vielen Dank!", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businesswoman-sitting-table-office-looking-camera_23-2147827877.jpg?_wi=2", imageAlt: "Lisa Weber" },
|
||||||
id: "1",
|
{ id: "4", name: "Michael Schmidt", role: "Privatkunde", testimonial: "Schnelle und zuverlässige Arbeit. Mein Keller ist wieder begehbar. Absolut top!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-businessman-glasses_23-2147827879.jpg?_wi=2", imageAlt: "Michael Schmidt" }
|
||||||
name: "Anna Schmidt",
|
]}
|
||||||
role: "Privatkundin",
|
carouselMode="auto"
|
||||||
testimonial: "Rümpel Fix Lippe hat meine Haushaltsauflösung in Bad Salzuflen schnell und diskret erledigt. Ich bin begeistert von der Professionalität!",
|
animationType="slide-up"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271994.jpg?_wi=1",
|
useInvertedBackground={false}
|
||||||
imageAlt: "Anna Schmidt",
|
textboxLayout="default"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
id: "2",
|
|
||||||
name: "Max Meier",
|
|
||||||
role: "Geschäftskunde",
|
|
||||||
testimonial: "Top Service! Die Entrümpelung unserer Büroräume verlief reibungslos und termingerecht. Absolut empfehlenswert.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg?_wi=1",
|
|
||||||
imageAlt: "Max Meier",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Sophie Weber",
|
|
||||||
role: "Immobilienmaklerin",
|
|
||||||
testimonial: "Als Maklerin arbeite ich regelmäßig mit Rümpel Fix Lippe zusammen. Immer zuverlässig und die Objekte sind besenrein. Perfekt!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-poses-background-white-studio-holding-advertising-banner_114579-92507.jpg?_wi=1",
|
|
||||||
imageAlt: "Sophie Weber",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Julian Becker",
|
|
||||||
role: "Privatkunde",
|
|
||||||
testimonial: "Der Sperrmüll wurde pünktlich abgeholt und das Team war super freundlich. Gerne wieder!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-holds-chin-looks-up_141793-103938.jpg?_wi=1",
|
|
||||||
imageAlt: "Julian Becker",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Was unsere Kunden sagen"
|
|
||||||
description="Vertrauen Sie auf ehrliche Meinungen – unsere Google-Bewertungen sprechen für sich. Ihre Zufriedenheit ist unser größter Antrieb!"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Alle Bewertungen lesen",
|
|
||||||
href: "/kundenbewertungen",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="team" data-section="team">
|
||||||
<SocialProofOne
|
<TeamCardTen
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
useInvertedBackground={false}
|
title="Unser Team: Experten für Entrümpelung"
|
||||||
names={[
|
tag="Unser Team"
|
||||||
"Lokale Handwerker",
|
membersAnimation="slide-up"
|
||||||
"Umweltbehörde Lippe",
|
members={[
|
||||||
"Entsorgungsfachbetriebe",
|
{ id: "1", name: "Max Mustermann", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dark-hair-beard-green-shirt_1145-200.jpg?_wi=2", imageAlt: "Max Mustermann" },
|
||||||
"Immobilienpartner",
|
{ id: "2", name: "Erika Mustermann", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-engineer-glasses-hard-hat_176420-19815.jpg?_wi=2", imageAlt: "Erika Mustermann" },
|
||||||
"Soziale Projekte",
|
{ id: "3", name: "Mustafa Öz", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-hipster-style_1139-847.jpg?_wi=2", imageAlt: "Mustafa Öz" },
|
||||||
"Stadt Bad Salzuflen",
|
{ id: "4", name: "Anna Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-using-mobile-phone-while-talking-with-colleague_23-2148767710.jpg?_wi=2", imageAlt: "Anna Schmidt" }
|
||||||
"Gewerbeverein",
|
]}
|
||||||
]}
|
memberVariant="card"
|
||||||
logos={[
|
/>
|
||||||
"http://img.b2bpic.net/free-vector/gradient-cafe-signage-logo_23-2149303333.jpg",
|
</div>
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-climate-change-badge_23-2149092325.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-ecology-badges-with-animals_23-2148460218.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360406.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-ecology-badges_23-2149216593.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-ecology-badges_23-2149217094.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/renewable-energy_24877-49210.jpg",
|
|
||||||
]}
|
|
||||||
title="Unsere Partner & Zertifizierungen"
|
|
||||||
description="Wir arbeiten mit lokalen Unternehmen zusammen und sind zertifiziert für umweltgerechte Entsorgung – für Ihre Sicherheit und ein sauberes Bad Salzuflen."
|
|
||||||
speed={40}
|
|
||||||
showCard={true}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-home" data-section="contact-home">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<ContactSplitForm
|
<SocialProofOne
|
||||||
useInvertedBackground={false}
|
title="Wir arbeiten für zufriedene Kunden"
|
||||||
title="Kostenloses Angebot anfordern"
|
description="Vertrauen Sie auf unsere Expertise – zahlreiche Kunden in Lippe haben uns bereits ihr Vertrauen geschenkt."
|
||||||
description="Kontaktieren Sie uns noch heute für eine unverbindliche Beratung und ein individuelles Angebot. Wir freuen uns auf Ihre Anfrage!"
|
logos={[
|
||||||
inputs={[
|
"http://img.b2bpic.net/free-photo/young-girl-with-ponytail-taking-notes-smiling-copy-space_23-2148756303.jpg?_wi=2", "http://img.b2bpic.net/free-photo/african-woman-using-mobile-phone-while-talking-with-colleague_23-2148767710.jpg?_wi=2", "http://img.b2bpic.net/free-photo/young-man-with-dark-hair-beard-green-shirt_1145-200.jpg?_wi=2", "http://img.b2bpic.net/free-photo/close-up-portrait-businessman-glasses_23-2147827879.jpg?_wi=2", "http://img.b2bpic.net/free-photo/cheerful-female-engineer-glasses-hard-hat_176420-19815.jpg?_wi=2", "http://img.b2bpic.net/free-photo/handsome-bearded-man-hipster-style_1139-847.jpg?_wi=2"
|
||||||
{
|
]}
|
||||||
name: "name",
|
names={[
|
||||||
type: "text",
|
"Kunde 1", "Kunde 2", "Kunde 3", "Kunde 4", "Kunde 5", "Kunde 6"
|
||||||
placeholder: "Ihr Name",
|
]}
|
||||||
required: true,
|
speed={40}
|
||||||
},
|
useInvertedBackground={true}
|
||||||
{
|
showCard={false}
|
||||||
name: "email",
|
textboxLayout="default"
|
||||||
type: "email",
|
/>
|
||||||
placeholder: "Ihre E-Mail-Adresse",
|
</div>
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "phone",
|
|
||||||
type: "tel",
|
|
||||||
placeholder: "Ihre Telefonnummer (optional)",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message",
|
|
||||||
placeholder: "Ihre Nachricht und Anliegen",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg?_wi=1"
|
|
||||||
imageAlt="Freundliches Team im Kundenservice"
|
|
||||||
mediaAnimation="none"
|
|
||||||
buttonText="Anfrage senden"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about-page" data-section="about-page">
|
<div id="contact-home" data-section="contact-home">
|
||||||
<MediaAbout
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
title="Jetzt kostenloses Angebot anfordern"
|
||||||
title="Über Rümpel Fix Lippe: Ihr lokaler Entsorgungsexperte"
|
description="Kontaktieren Sie uns für eine persönliche Beratung und ein unverbindliches Angebot. Wir sind für Sie da!"
|
||||||
description="Seit über einem Jahrzehnt sind wir Ihr zuverlässiger Partner für Entrümpelungen und Haushaltsauflösungen in Bad Salzuflen und Umgebung. Gegründet mit der Vision, effiziente und umweltfreundliche Entsorgungslösungen anzubieten, hat sich Rümpel Fix Lippe zu einem festen Bestandteil der Gemeinschaft entwickelt. Wir stehen für Ehrlichkeit, Transparenz und eine persönliche Betreuung jedes Kunden."
|
inputs={[
|
||||||
tag="Unsere Geschichte"
|
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109152.jpg?_wi=1"
|
{ name: "email", type: "email", placeholder: "Ihre E-Mail", required: true },
|
||||||
imageAlt="Teamfoto Rümpel Fix Lippe"
|
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer" }
|
||||||
/>
|
]}
|
||||||
</div>
|
textarea={{ name: "message", placeholder: "Ihre Nachricht", rows: 5 }}
|
||||||
|
buttonText="Nachricht senden"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=2"
|
||||||
|
imageAlt="Kontaktperson"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="team-page" data-section="team-page">
|
<div id="footer" data-section="footer">
|
||||||
<TeamCardTen
|
<FooterLogoEmphasis
|
||||||
useInvertedBackground={false}
|
columns={[
|
||||||
title="Unser engagiertes Team"
|
{
|
||||||
tag="Ihre Experten"
|
items: [
|
||||||
membersAnimation="slide-up"
|
{ label: "Über uns", href: "/ueber-uns" },
|
||||||
members={[
|
{ label: "Team", href: "/ueber-uns#team" },
|
||||||
{
|
{ label: "Referenzen", href: "/kundenbewertungen" }
|
||||||
id: "1",
|
]
|
||||||
name: "Stefan Meier",
|
},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2149927569.jpg?_wi=1",
|
{
|
||||||
imageAlt: "Stefan Meier, Inhaber",
|
items: [
|
||||||
},
|
{ label: "Haushaltsauflösungen", href: "/dienstleistungen" },
|
||||||
{
|
{ label: "Entrümpelungen", href: "/dienstleistungen" },
|
||||||
id: "2",
|
{ label: "Sperrmüllabholung", href: "/dienstleistungen" }
|
||||||
name: "Sandra Klein",
|
]
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095787.jpg?_wi=1",
|
},
|
||||||
imageAlt: "Sandra Klein, Kundenbetreuung",
|
{
|
||||||
},
|
items: [
|
||||||
{
|
{ label: "Anfrage senden", href: "/kontakt" },
|
||||||
id: "3",
|
{ label: "Impressum", href: "/impressum" },
|
||||||
name: "Thomas Müller",
|
{ label: "Datenschutz", href: "/datenschutz" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-businesswoman-conference-room_23-2148911824.jpg?_wi=1",
|
]
|
||||||
imageAlt: "Thomas Müller, Einsatzleiter",
|
}
|
||||||
},
|
]}
|
||||||
]}
|
logoText="Rümpel Fix Lippe"
|
||||||
memberVariant="card"
|
/>
|
||||||
description="Lernen Sie die Gesichter hinter Rümpel Fix Lippe kennen – gemeinsam sorgen wir für Sauberkeit und Ordnung."
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about-metrics" data-section="about-metrics">
|
|
||||||
<MetricCardThree
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
icon: Gauge,
|
|
||||||
title: "Durchschnittliche Reaktionszeit",
|
|
||||||
value: "24h",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
icon: Star,
|
|
||||||
title: "Kundenbewertung",
|
|
||||||
value: "4.9/5",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
icon: Recycle,
|
|
||||||
title: "Recyclingquote",
|
|
||||||
value: "90%+",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Zahlen, die Vertrauen schaffen"
|
|
||||||
description="Unsere Erfolge und unsere tiefe Verankerung in der Region Lippe."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="services-page" data-section="services-page">
|
|
||||||
<FeatureCardEight
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: 1,
|
|
||||||
title: "Möbel- & Hausrat-Entrümpelung",
|
|
||||||
description: "Wir befreien Ihr Zuhause von unerwünschten Möbeln und Hausrat – schnell, diskret und gründlich.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-miscellaneous-items-being-sold-yard-sale-bargains_23-2151216761.jpg?_wi=2",
|
|
||||||
imageAlt: "Entrümpelung eines Wohnzimmers",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 2,
|
|
||||||
title: "Sperrmüllabholung",
|
|
||||||
description: "Kein Problem mit großen und unhandlichen Gegenständen. Wir holen Ihren Sperrmüll termingerecht ab.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-businessman-looking-himself-mirror_1139-256.jpg?_wi=2",
|
|
||||||
imageAlt: "Sperrmüllhaufen zur Abholung",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Haushaltsauflösungen",
|
|
||||||
description: "Professionelle und besenreine Auflösung von Haushalten, Wohnungen oder Geschäftsräumen. Wir kümmern uns um alles.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-signing-parcel-near-courier_23-2147787868.jpg?_wi=2",
|
|
||||||
imageAlt: "Haushaltsauflösung in einem leeren Haus",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
title: "Sonderentsorgungen",
|
|
||||||
description: "Wir entsorgen fachgerecht und umweltfreundlich – auch Problemstoffe und spezielle Materialien.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-garbage-colorful-template_1284-48539.jpg?_wi=2",
|
|
||||||
imageAlt: "Sonderentsorgung von Elektronikschrott",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere Leistungen: Alles rund ums Haus"
|
|
||||||
description="Von der kleinen Entrümpelung bis zur kompletten Haushaltsauflösung – wir sind Ihr starker Partner in Lippe."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Alle Dienstleistungen",
|
|
||||||
href: "/dienstleistungen",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing-page" data-section="pricing-page">
|
|
||||||
<PricingCardTwo
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
plans={[
|
|
||||||
{
|
|
||||||
id: "small",
|
|
||||||
badge: "Klein",
|
|
||||||
badgeIcon: Home,
|
|
||||||
price: "ab 150€",
|
|
||||||
subtitle: "Für kleine Entrümpelungen oder Sperrmüllabholung",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Basis-Entrümpelung",
|
|
||||||
"Sperrmüllabholung (bis 2m³)",
|
|
||||||
"Umweltgerechte Entsorgung",
|
|
||||||
"1 Stunde Arbeitszeit",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "medium",
|
|
||||||
badge: "Standard",
|
|
||||||
badgeIcon: Building,
|
|
||||||
price: "ab 450€",
|
|
||||||
subtitle: "Für Wohnungsauflösungen und größere Entrümpelungen",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Möbel- & Hausrat-Entrümpelung",
|
|
||||||
"Sperrmüllabholung (bis 5m³)",
|
|
||||||
"Besenreine Übergabe",
|
|
||||||
"3 Stunden Arbeitszeit",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "full-service",
|
|
||||||
badge: "Premium",
|
|
||||||
badgeIcon: ShieldCheck,
|
|
||||||
price: "Individuell",
|
|
||||||
subtitle: "Komplettpaket für Haushaltsauflösungen ohne Sorgen",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Komplette Haushaltsauflösung",
|
|
||||||
"Sonderentsorgungen inklusive",
|
|
||||||
"Professionelle Reinigung",
|
|
||||||
"Flexible Arbeitszeiten",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Transparente Preise & faire Angebote"
|
|
||||||
description="Wir bieten flexible Paketlösungen oder individuelle Angebote nach einer kostenlosen Besichtigung. Finden Sie das passende Modell für Ihre Bedürfnisse."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq-pricing" data-section="faq-pricing">
|
|
||||||
<FaqSplitMedia
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
title: "Wie erhalte ich ein kostenloses Angebot?",
|
|
||||||
content: "Kontaktieren Sie uns telefonisch oder über unser Kontaktformular. Wir vereinbaren dann einen unverbindlichen Besichtigungstermin vor Ort, um Ihnen ein maßgeschneidertes Angebot zu erstellen.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Sind die Preise transparent?",
|
|
||||||
content: "Ja, absolute Preistransparenz ist uns wichtig. Alle Kosten werden im Angebot detailliert aufgeschlüsselt, es gibt keine versteckten Gebühren.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Was passiert mit den entsorgten Gegenständen?",
|
|
||||||
content: "Wir legen großen Wert auf umweltgerechte Entsorgung. Verwertbare Gegenstände werden recycelt, wiederverwertet oder gespendet. Nicht mehr brauchbare Materialien werden fachgerecht entsorgt.",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756327.jpg?_wi=1"
|
|
||||||
imageAlt="Person beim Lesen eines Vertrags"
|
|
||||||
mediaAnimation="none"
|
|
||||||
mediaPosition="right"
|
|
||||||
title="Häufig gestellte Fragen zu Preisen & Ablauf"
|
|
||||||
description="Hier finden Sie Antworten auf die wichtigsten Fragen rund um unsere Dienstleistungen und Kosten."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="gallery-page" data-section="gallery-page">
|
|
||||||
<ProductCardTwo
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
carouselMode="buttons"
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
brand: "Wohnung",
|
|
||||||
name: "Wohnungsauflösung Modern",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899435.jpg?_wi=1",
|
|
||||||
imageAlt: "Leeres, modern entrümpeltes Wohnzimmer",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
brand: "Büro",
|
|
||||||
name: "Büroentrümpelung",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-working-together_23-2149871306.jpg?_wi=1",
|
|
||||||
imageAlt: "Sauberes und entrümpeltes Büro",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
brand: "Garage",
|
|
||||||
name: "Garagenauflösung",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866628.jpg?_wi=1",
|
|
||||||
imageAlt: "Aufgeräumte und leere Garage",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
brand: "Keller",
|
|
||||||
name: "Kellerentrümpelung",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16077.jpg?_wi=1",
|
|
||||||
imageAlt: "Gereinigter und entrümpelter Keller",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
brand: "Dachboden",
|
|
||||||
name: "Dachbodenentrümpelung",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/haunted-house-interior-background_23-2149454760.jpg?_wi=1",
|
|
||||||
imageAlt: "Sauberer und leerer Dachbodenbereich",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
brand: "Garten",
|
|
||||||
name: "Gartenabfallentsorgung",
|
|
||||||
price: "Projekt abgeschlossen",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "Vorher/Nachher",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109092.jpg?_wi=1",
|
|
||||||
imageAlt: "Entfernter Gartenabfall und sauberer Garten",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unsere Projekte: Vorher & Nachher"
|
|
||||||
description="Überzeugen Sie sich selbst von unserer professionellen Arbeit – ein Blick auf unsere erfolgreich abgeschlossenen Projekte in Bad Salzuflen und Umgebung."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="reviews-page" data-section="reviews-page">
|
|
||||||
<TestimonialCardTwo
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
carouselMode="buttons"
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Anna Schmidt",
|
|
||||||
role: "Privatkundin",
|
|
||||||
testimonial: "Rümpel Fix Lippe hat meine Haushaltsauflösung in Bad Salzuflen schnell und diskret erledigt. Ich bin begeistert von der Professionalität!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271994.jpg?_wi=2",
|
|
||||||
imageAlt: "Anna Schmidt",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Max Meier",
|
|
||||||
role: "Geschäftskunde",
|
|
||||||
testimonial: "Top Service! Die Entrümpelung unserer Büroräume verlief reibungslos und termingerecht. Absolut empfehlenswert.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-white-female-smiling-front-festive-cheerful_181624-7962.jpg?_wi=2",
|
|
||||||
imageAlt: "Max Meier",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Sophie Weber",
|
|
||||||
role: "Immobilienmaklerin",
|
|
||||||
testimonial: "Als Maklerin arbeite ich regelmäßig mit Rümpel Fix Lippe zusammen. Immer zuverlässig und die Objekte sind besenrein. Perfekt!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-poses-background-white-studio-holding-advertising-banner_114579-92507.jpg?_wi=2",
|
|
||||||
imageAlt: "Sophie Weber",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Julian Becker",
|
|
||||||
role: "Privatkunde",
|
|
||||||
testimonial: "Der Sperrmüll wurde pünktlich abgeholt und das Team war super freundlich. Gerne wieder!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-holds-chin-looks-up_141793-103938.jpg?_wi=2",
|
|
||||||
imageAlt: "Julian Becker",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Was unsere Kunden sagen"
|
|
||||||
description="Vertrauen Sie auf ehrliche Meinungen – unsere Google-Bewertungen sprechen für sich. Ihre Zufriedenheit ist unser größter Antrieb!"
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Alle Bewertungen lesen",
|
|
||||||
href: "/kundenbewertungen",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-page" data-section="contact-page">
|
|
||||||
<ContactSplitForm
|
|
||||||
useInvertedBackground={false}
|
|
||||||
title="Kostenloses Angebot anfordern"
|
|
||||||
description="Kontaktieren Sie uns noch heute für eine unverbindliche Beratung und ein individuelles Angebot. Wir freuen uns auf Ihre Anfrage!"
|
|
||||||
inputs={[
|
|
||||||
{
|
|
||||||
name: "name",
|
|
||||||
type: "text",
|
|
||||||
placeholder: "Ihr Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Ihre E-Mail-Adresse",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "phone",
|
|
||||||
type: "tel",
|
|
||||||
placeholder: "Ihre Telefonnummer (optional)",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message",
|
|
||||||
placeholder: "Ihre Nachricht und Anliegen",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg?_wi=2"
|
|
||||||
imageAlt="Freundliches Team im Kundenservice"
|
|
||||||
mediaAnimation="none"
|
|
||||||
buttonText="Anfrage senden"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="blog-page" data-section="blog-page">
|
|
||||||
<BlogCardOne
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
carouselMode="buttons"
|
|
||||||
title="Blog & Entrümpelungs-Tipps"
|
|
||||||
description="Nützliche Ratschläge und aktuelle Beiträge rund um Haushaltsauflösungen, Entrümpelungen, nachhaltige Entsorgung und alles, was Ihr Zuhause sauber hält."
|
|
||||||
blogs={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
category: "Entrümpelung",
|
|
||||||
title: "5 Tipps für eine stressfreie Haushaltsauflösung",
|
|
||||||
excerpt: "Eine Haushaltsauflösung kann überwältigend sein. Mit diesen Tipps wird sie jedoch einfacher und effizienter.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-packing-bag-training-sports-girl-going-training-preparing-training_169016-67494.jpg",
|
|
||||||
imageAlt: "Person beim Organisieren von Gegenständen",
|
|
||||||
authorName: "Stefan Meier",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2149927569.jpg",
|
|
||||||
date: "15. August 2023",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
category: "Nachhaltigkeit",
|
|
||||||
title: "Umweltgerechte Entsorgung: Ein Leitfaden für Bad Salzuflen",
|
|
||||||
excerpt: "Erfahren Sie, wie Sie Ihren Abfall richtig trennen und was bei der umweltfreundlichen Entsorgung zu beachten ist.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-getting-ready-move-new-home_23-2149094128.jpg?_wi=1",
|
|
||||||
imageAlt: "Recyclingbehälter mit verschiedenen Abfällen",
|
|
||||||
authorName: "Sandra Klein",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095787.jpg",
|
|
||||||
date: "22. Juli 2023",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
category: "Haushalt",
|
|
||||||
title: "Sperrmüll richtig anmelden: So geht's in Lippe",
|
|
||||||
excerpt: "Wir zeigen Ihnen, wie Sie Ihren Sperrmüll korrekt anmelden und was Sie bei der Abholung beachten müssen.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-zero-waste-collection_52683-77962.jpg",
|
|
||||||
imageAlt: "Gartenabfälle und Sperrmüll",
|
|
||||||
authorName: "Thomas Müller",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-smiley-businesswoman-conference-room_23-2148911824.jpg",
|
|
||||||
date: "05. Juni 2023",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterLogoEmphasis
|
|
||||||
columns={[
|
|
||||||
{
|
|
||||||
title: "Unternehmen",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Startseite",
|
|
||||||
href: "/home",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Über uns",
|
|
||||||
href: "/ueber-uns",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Dienstleistungen",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Dienstleistungen",
|
|
||||||
href: "/dienstleistungen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Preise",
|
|
||||||
href: "/preise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Galerie",
|
|
||||||
href: "/galerie",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Hilfe & Kontakt",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Kundenbewertungen",
|
|
||||||
href: "/kundenbewertungen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Blog",
|
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kontakt",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,264 +2,145 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
import { Sparkles } from "lucide-react";
|
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||||
|
import { Building, Home, ShieldCheck } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function PreisePage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Startseite", id: "/" },
|
||||||
name: "Startseite",
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
id: "home",
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
},
|
{ name: "Preise", id: "/preise" },
|
||||||
{
|
{ name: "Galerie", id: "/galerie" },
|
||||||
name: "Über uns",
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
id: "about",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "Kontakt", id: "/kontakt" },
|
||||||
{
|
]}
|
||||||
name: "Dienstleistungen",
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
id: "services",
|
brandName="Rümpel Fix Lippe"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing-overview" data-section="pricing-overview">
|
<div id="hero" data-section="hero">
|
||||||
<PricingCardTwo
|
<HeroSplitKpi
|
||||||
textboxLayout="default"
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
title="Unsere Preise: Transparent, fair und ohne versteckte Kosten"
|
||||||
carouselMode="buttons"
|
description="Wir bieten Ihnen flexible Paketlösungen oder individuelle Angebote nach einer kostenlosen Besichtigung. Finden Sie das passende Modell für Ihre Bedürfnisse."
|
||||||
plans={[
|
kpis={[
|
||||||
{
|
{ value: "10+", label: "Jahre Erfahrung" },
|
||||||
id: "1",
|
{ value: "1000+", label: "Zufriedene Kunden" },
|
||||||
badge: "Basis",
|
{ value: "100%", label: "Umweltgerecht" },
|
||||||
price: "ab 299€",
|
]}
|
||||||
subtitle: "Kleine Entrümpelungen",
|
enableKpiAnimation={false}
|
||||||
features: [
|
buttons={[{ text: "Jetzt kostenloses Angebot anfordern", href: "/kontakt" }]}
|
||||||
"1 Raum (Keller, Dachboden)",
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-man-cleaning-dirty-surface_23-2149175240.jpg?_wi=1"
|
||||||
"Einfache Entsorgung",
|
imageAlt="Team arbeitet bei einer Haushaltsauflösung"
|
||||||
"Besenreine Übergabe",
|
mediaAnimation="none"
|
||||||
],
|
/>
|
||||||
buttons: [
|
</div>
|
||||||
{
|
|
||||||
text: "Details ansehen",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
badge: "Standard",
|
|
||||||
price: "ab 599€",
|
|
||||||
subtitle: "Mittlere Haushaltsauflösungen",
|
|
||||||
features: [
|
|
||||||
"2-3 Räume inkl. Nebenräume",
|
|
||||||
"Möbel- & Sperrmüllentsorgung",
|
|
||||||
"Vorab-Besichtigung",
|
|
||||||
"Besenreine Übergabe",
|
|
||||||
],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Angebot erhalten",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
badge: "Premium",
|
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "Individuell",
|
|
||||||
subtitle: "Komplettservice & Spezialfälle",
|
|
||||||
features: [
|
|
||||||
"Ganze Wohnungen/Häuser",
|
|
||||||
"Spezialentsorgungen",
|
|
||||||
"Wertanrechnung",
|
|
||||||
"Endreinigung",
|
|
||||||
],
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Kontakt aufnehmen",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Transparente Preise für Ihre Entrümpelung"
|
|
||||||
description="Wir bieten faire und transparente Preise ohne versteckte Kosten. Wählen Sie das passende Paket für Ihre Bedürfnisse oder fragen Sie ein individuelles Angebot an. Unsere Flexibilität garantiert Ihnen die beste Lösung."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq-pricing" data-section="faq-pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<FaqBase
|
<PricingCardTwo
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
carouselMode="buttons"
|
||||||
{
|
animationType="slide-up"
|
||||||
id: "1",
|
plans={[
|
||||||
title: "Wie wird der Preis berechnet?",
|
{
|
||||||
content: "Der Preis für eine Entrümpelung oder Haushaltsauflösung hängt vom Volumen des zu entsorgenden Materials, dem Arbeitsaufwand, eventuellen Spezialentsorgungen und der Zugänglichkeit des Objekts ab. Nach einer kostenlosen Besichtigung erhalten Sie ein detailliertes Festpreisangebot.",
|
id: "small", badge: "Klein", badgeIcon: Home,
|
||||||
},
|
price: "ab 150€", subtitle: "Für kleine Entrümpelungen oder Sperrmüllabholung", buttons: [{ text: "Angebot anfordern", href: "/kontakt" }],
|
||||||
{
|
features: [
|
||||||
id: "2",
|
"Basis-Entrümpelung", "Sperrmüllabholung (bis 2m³)", "Umweltgerechte Entsorgung", "1 Stunde Arbeitszeit"],
|
||||||
title: "Gibt es versteckte Kosten?",
|
},
|
||||||
content: "Nein, bei uns gibt es keine versteckten Kosten. Unser Angebot ist ein Festpreis, der alle Leistungen und die Entsorgungskosten beinhaltet. So haben Sie volle Kostentransparenz und Planungssicherheit.",
|
{
|
||||||
},
|
id: "medium", badge: "Standard", badgeIcon: Building,
|
||||||
{
|
price: "ab 450€", subtitle: "Für Wohnungsauflösungen und größere Entrümpelungen", buttons: [{ text: "Angebot anfordern", href: "/kontakt" }],
|
||||||
id: "3",
|
features: [
|
||||||
title: "Welche Zahlungsoptionen bieten Sie an?",
|
"Möbel- & Hausrat-Entrümpelung", "Sperrmüllabholung (bis 5m³)", "Besenreine Übergabe", "3 Stunden Arbeitszeit"],
|
||||||
content: "Sie können bequem per Überweisung bezahlen. Die Zahlung erfolgt in der Regel nach erfolgreicher Durchführung der Arbeiten und Übergabe des Objekts.",
|
},
|
||||||
},
|
{
|
||||||
{
|
id: "full-service", badge: "Premium", badgeIcon: ShieldCheck,
|
||||||
id: "4",
|
price: "Individuell", subtitle: "Komplettpaket für Haushaltsauflösungen ohne Sorgen", buttons: [{ text: "Angebot anfordern", href: "/kontakt" }],
|
||||||
title: "Kann der Wert von Gegenständen angerechnet werden?",
|
features: [
|
||||||
content: "Ja, selbstverständlich. Sollten sich unter den zu entsorgenden Gegenständen verwertbare Antiquitäten, Möbel oder andere Wertgegenstände befinden, wird deren Wert transparent ermittelt und mit den Kosten der Entrümpelung verrechnet.",
|
"Komplette Haushaltsauflösung", "Sonderentsorgungen inklusive", "Professionelle Reinigung", "Flexible Arbeitszeiten"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Fragen zu Kosten und Bezahlung"
|
title="Transparente Preise & faire Angebote"
|
||||||
description="Wir möchten, dass Sie sich bei uns wohlfühlen. Hier finden Sie Antworten auf häufige Fragen rund um unsere Preisgestaltung und Zahlungsmodalitäten."
|
description="Wir bieten flexible Paketlösungen oder individuelle Angebote nach einer kostenlosen Besichtigung. Finden Sie das passende Modell für Ihre Bedürfnisse."
|
||||||
faqsAnimation="slide-up"
|
/>
|
||||||
showCard={true}
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contact-quote" data-section="contact-quote">
|
<div id="faq-pricing" data-section="faq-pricing">
|
||||||
<ContactSplitForm
|
<FaqSplitMedia
|
||||||
useInvertedBackground={false}
|
textboxLayout="default"
|
||||||
title="Individuelles Angebot anfragen"
|
useInvertedBackground={false}
|
||||||
description="Für spezielle Anforderungen, größere Projekte oder ein maßgeschneidertes Angebot, füllen Sie bitte unser Formular aus. Wir melden uns umgehend bei Ihnen."
|
faqsAnimation="slide-up"
|
||||||
inputs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
id: "1", title: "Wie erhalte ich ein kostenloses Angebot?", content: "Kontaktieren Sie uns telefonisch oder über unser Kontaktformular. Wir vereinbaren dann einen unverbindlichen Besichtigungstermin vor Ort, um Ihnen ein maßgeschneidertes Angebot zu erstellen."},
|
||||||
type: "text",
|
{
|
||||||
placeholder: "Ihr Name",
|
id: "2", title: "Sind die Preise transparent?", content: "Ja, absolute Preistransparenz ist uns wichtig. Alle Kosten werden im Angebot detailliert aufgeschlüsselt, es gibt keine versteckten Gebühren."},
|
||||||
required: true,
|
{
|
||||||
},
|
id: "3", title: "Was passiert mit den entsorgten Gegenständen?", content: "Wir legen großen Wert auf umweltgerechte Entsorgung. Verwertbare Gegenstände werden recycelt, wiederverwertet oder gespendet. Nicht mehr brauchbare Materialien werden fachgerecht entsorgt."},
|
||||||
{
|
]}
|
||||||
name: "email",
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756327.jpg?_wi=2"
|
||||||
type: "email",
|
imageAlt="Person beim Lesen eines Vertrags"
|
||||||
placeholder: "Ihre E-Mail-Adresse",
|
mediaAnimation="none"
|
||||||
required: true,
|
mediaPosition="right"
|
||||||
},
|
title="Häufig gestellte Fragen zu Preisen & Ablauf"
|
||||||
{
|
description="Hier finden Sie Antworten auf die wichtigsten Fragen rund um unsere Dienstleistungen und Kosten."
|
||||||
name: "phone",
|
/>
|
||||||
type: "tel",
|
</div>
|
||||||
placeholder: "Ihre Telefonnummer (optional)",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
textarea={{
|
|
||||||
name: "message",
|
|
||||||
placeholder: "Ihre Nachricht oder spezielle Anforderungen",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-old-device-desk_23-2150756327.jpg?_wi=3"
|
|
||||||
imageAlt="person reviewing an invoice on a desk"
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
mediaPosition="right"
|
|
||||||
buttonText="Angebot anfordern"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="contact" data-section="contact">
|
||||||
<FooterBase
|
<ContactSplitForm
|
||||||
columns={[
|
useInvertedBackground={false}
|
||||||
{
|
title="Noch Fragen? Kontaktieren Sie uns!"
|
||||||
title: "Dienstleistungen",
|
description="Wir stehen Ihnen jederzeit für eine persönliche Beratung zur Verfügung. Schreiben Sie uns oder rufen Sie an."
|
||||||
items: [
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Ihr Name", required: true },
|
||||||
label: "Entrümpelung",
|
{ name: "email", type: "email", placeholder: "Ihre E-Mail-Adresse", required: true },
|
||||||
href: "/dienstleistungen#entruempelung",
|
{ name: "phone", type: "tel", placeholder: "Ihre Telefonnummer (optional)" },
|
||||||
},
|
]}
|
||||||
{
|
textarea={{ name: "message", placeholder: "Ihre Nachricht und Anliegen", rows: 4, required: true }}
|
||||||
label: "Haushaltsauflösung",
|
imageSrc="http://img.b2bpic.net/free-photo/business-partners-greeting-each-other_1262-20511.jpg?_wi=3"
|
||||||
href: "/dienstleistungen#haushaltsaufloesung",
|
imageAlt="Freundliches Team im Kundenservice"
|
||||||
},
|
mediaAnimation="none"
|
||||||
{
|
buttonText="Anfrage senden"
|
||||||
label: "Sperrmüllentsorgung",
|
/>
|
||||||
href: "/dienstleistungen#sperrmuell",
|
</div>
|
||||||
},
|
|
||||||
],
|
<div id="footer" data-section="footer">
|
||||||
},
|
<FooterLogoEmphasis
|
||||||
{
|
columns={[
|
||||||
title: "Unternehmen",
|
{ items: [{ label: "Startseite", href: "/" }, { label: "Über uns", href: "/ueber-uns" }] },
|
||||||
items: [
|
{ items: [{ label: "Dienstleistungen", href: "/dienstleistungen" }, { label: "Preise", href: "/preise" }, { label: "Galerie", href: "/galerie" }] },
|
||||||
{
|
{ items: [{ label: "Kundenbewertungen", href: "/kundenbewertungen" }, { label: "Blog", href: "/blog" }, { label: "Kontakt", href: "/kontakt" }] },
|
||||||
label: "Über uns",
|
]}
|
||||||
href: "/ueber-uns",
|
logoText="Rümpel Fix Lippe"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
label: "Preise",
|
|
||||||
href: "/preise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kontakt",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Rechtliches",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Impressum",
|
|
||||||
href: "/impressum",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Datenschutz",
|
|
||||||
href: "/datenschutz",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Rümpel Fix Lippe"
|
|
||||||
copyrightText="© 2024 Rümpel Fix Lippe. Alle Rechte vorbehalten."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -2,239 +2,146 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
||||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
|
||||||
import { Recycle, Scale, ShieldCheck } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
|
|
||||||
|
import { ArrowRight, Star, CalendarCheck } from 'lucide-react';
|
||||||
|
|
||||||
|
export default function AboutPage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Startseite", id: "/" },
|
||||||
|
{ name: "Über uns", id: "/ueber-uns" },
|
||||||
|
{ name: "Dienstleistungen", id: "/dienstleistungen" },
|
||||||
|
{ name: "Preise", id: "/preise" },
|
||||||
|
{ name: "Galerie", id: "/galerie" },
|
||||||
|
{ name: "Kundenbewertungen", id: "/kundenbewertungen" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Kontakt", id: "/kontakt" }
|
||||||
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
button={{ text: "Jetzt Angebot anfordern", href: "/kontakt" }}
|
||||||
name: "Startseite",
|
brandName="Rümpel Fix Lippe"
|
||||||
id: "home",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
name: "Über uns",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Dienstleistungen",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Preise",
|
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Galerie",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kundenbewertungen",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Kontakt",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
button={{
|
|
||||||
text: "Jetzt Angebot anfordern",
|
|
||||||
href: "/kontakt",
|
|
||||||
}}
|
|
||||||
brandName="Rümpel Fix Lippe"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about-hero" data-section="about-hero">
|
||||||
<SplitAbout
|
<HeroSplitKpi
|
||||||
textboxLayout="default"
|
title="Rümpel Fix Lippe: Ihr verlässlicher Partner"
|
||||||
useInvertedBackground={false}
|
description="Seit über 5 Jahren sind wir in Lippe Ihr Experte für professionelle Entrümpelungen und Haushaltsauflösungen."
|
||||||
title="Wer Rümpel Fix Lippe ist"
|
background={{
|
||||||
description="Rümpel Fix Lippe ist Ihr verlässlicher und professioneller Partner für Entrümpelungen und Haushaltsauflösungen in Bad Salzuflen, Detmold, Herford und Umgebung. Mit langjähriger Erfahrung und einem engagierten Team stehen wir für gründliche Arbeit, Diskretion und einen reibungslosen Ablauf. Wir verstehen, dass jede Situation einzigartig ist und bieten daher maßgeschneiderte Lösungen, die perfekt auf Ihre Bedürfnisse zugeschnitten sind."
|
variant: "rotated-rays-animated"
|
||||||
bulletPoints={[
|
}}
|
||||||
{
|
kpis={[
|
||||||
title: "Pünktlich & Zuverlässig",
|
{ value: "5+", label: "Jahre Erfahrung" },
|
||||||
description: "Wir halten Termine ein und arbeiten effizient, um Ihren Zeitplan zu respektieren.",
|
{ value: "100%", label: "Kundenzufriedenheit" },
|
||||||
icon: CalendarCheck,
|
{ value: "24/7", label: "Erreichbarkeit" },
|
||||||
},
|
]}
|
||||||
{
|
enableKpiAnimation={true}
|
||||||
title: "Diskret & Professionell",
|
tag="Über uns"
|
||||||
description: "Ihre Privatsphäre ist uns wichtig. Wir arbeiten diskret und mit größter Sorgfalt.",
|
buttons={[
|
||||||
icon: ShieldCheck,
|
{ text: "Unsere Leistungen", href: "/dienstleistungen" },
|
||||||
},
|
{ text: "Kontaktieren Sie uns", href: "/kontakt" }
|
||||||
{
|
]}
|
||||||
title: "Fair & Transparent",
|
imageSrc="http://img.b2bpic.net/free-photo/team-young-diverse-people-working-together_1145-201.jpg?_wi=2"
|
||||||
description: "Keine versteckten Kosten. Unsere Angebote sind klar und verständlich.",
|
imageAlt="Team von Rümpel Fix Lippe"
|
||||||
icon: Scale,
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
title: "Umweltfreundliche Entsorgung",
|
|
||||||
description: "Wir trennen Müll fachgerecht und entsorgen umweltbewusst und nachhaltig.",
|
|
||||||
icon: Recycle,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109152.jpg?_wi=2"
|
|
||||||
imageAlt="professional team smiling and collaborating"
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="about-metrics" data-section="about-metrics">
|
||||||
<MetricSplitMediaAbout
|
<MetricCardThree
|
||||||
useInvertedBackground={true}
|
title="Unsere Werte und Erfolge"
|
||||||
title="Unsere Werte sprechen für sich"
|
description="Vertrauen, Effizienz und Nachhaltigkeit sind die Säulen unserer Arbeit."
|
||||||
description="Wir legen größten Wert auf Kundenzufriedenheit, Effizienz und Nachhaltigkeit. Unsere Arbeit wird durch diese Prinzipien geleitet, um Ihnen stets den besten Service zu bieten. Erfahren Sie, was uns in der Region Lippe auszeichnet und warum wir der richtige Partner für Ihr Anliegen sind."
|
metrics={[
|
||||||
metrics={[
|
{ id: "1", icon: Star, title: "Top-Bewertungen", value: "4.9/5" },
|
||||||
{
|
{ id: "2", icon: ArrowRight, title: "Projekte jährlich", value: "500+" },
|
||||||
value: "10+",
|
{ id: "3", icon: CalendarCheck, title: "Jahre Erfahrung", value: "5+" }
|
||||||
title: "Jahre Erfahrung",
|
]}
|
||||||
},
|
animationType="slide-up"
|
||||||
{
|
useInvertedBackground={true}
|
||||||
value: "500+",
|
textboxLayout="default"
|
||||||
title: "Zufriedene Kunden",
|
/>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
value: "90%",
|
|
||||||
title: "Recycling-Quote",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/moving-new-house-concept_53876-144474.jpg?_wi=2"
|
|
||||||
imageAlt="team clearing out a home"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
metricsAnimation="blur-reveal"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team-page" data-section="team-page">
|
||||||
<TeamCardFive
|
<TeamCardTen
|
||||||
textboxLayout="default"
|
useInvertedBackground={false}
|
||||||
useInvertedBackground={false}
|
title="Unser Team: Experten für Entrümpelung"
|
||||||
team={[
|
tag="Unser Team"
|
||||||
{
|
membersAnimation="slide-up"
|
||||||
id: "1",
|
memberVariant="card"
|
||||||
name: "Markus Schmidt",
|
members={[
|
||||||
role: "Gründer & Geschäftsführer",
|
{ id: "1", name: "Max Mustermann", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-african-man-suit_23-2151241904.jpg?_wi=2", imageAlt: "Max Mustermann" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-book_23-2149927569.jpg?_wi=2",
|
{ id: "2", name: "Anna Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-using-mobile-phone-while-talking-with-colleague_23-2148767710.jpg?_wi=2", imageAlt: "Anna Schmidt" },
|
||||||
imageAlt: "Portrait of Markus Schmidt, founder",
|
{ id: "3", name: "Peter Müller", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dark-hair-beard-green-shirt_1145-200.jpg?_wi=2", imageAlt: "Peter Müller" }
|
||||||
},
|
]}
|
||||||
{
|
/>
|
||||||
id: "2",
|
</div>
|
||||||
name: "Lena Meier",
|
|
||||||
role: "Projektmanagerin",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095787.jpg?_wi=2",
|
|
||||||
imageAlt: "Portrait of Lena Meier, project manager",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Stefan Koch",
|
|
||||||
role: "Logistik & Entsorgung",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-businesswoman-conference-room_23-2148911824.jpg?_wi=2",
|
|
||||||
imageAlt: "Portrait of Stefan Koch, logistics expert",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Unser engagiertes Team"
|
|
||||||
description="Lernen Sie die Gesichter hinter Rümpel Fix Lippe kennen. Jedes Mitglied unseres Teams ist hochmotiviert und sorgt mit Fachwissen und Freundlichkeit für einen erstklassigen Service."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="about-social-proof" data-section="about-social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
logos={[
|
logos={[
|
||||||
"http://img.b2bpic.net/free-vector/gradient-cafe-signage-logo_23-2149303333.jpg",
|
"http://img.b2bpic.net/free-photo/man-working-with-documents-laptop_23-2147775535.jpg?_wi=2", "http://img.b2bpic.net/free-photo/young-woman-working-project-with-desktop_23-2147820146.jpg?_wi=2", "http://img.b2bpic.net/free-photo/woman-working-with-laptop-documents-table_23-2147775529.jpg?_wi=2"
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-climate-change-badge_23-2149092325.jpg",
|
]}
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-ecology-badges-with-animals_23-2148460218.jpg",
|
names={["Partner A", "Partner B", "Partner C"]}
|
||||||
"http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360406.jpg",
|
title="Unsere Partner & Referenzen"
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-ecology-badges_23-2149216593.jpg",
|
description="Vertrauen Sie auf unsere langjährige Erfahrung und zufriedene Kunden in ganz Lippe."
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-ecology-badges_23-2149217094.jpg",
|
speed={40}
|
||||||
]}
|
showCard={false}
|
||||||
title="Unsere Partner und Qualitätsstandards"
|
/>
|
||||||
description="Wir arbeiten vertrauensvoll mit lokalen Unternehmen und Institutionen zusammen und verpflichten uns höchsten Qualitäts- und Umweltstandards."
|
</div>
|
||||||
speed={40}
|
|
||||||
showCard={false}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Dienstleistungen",
|
items: [
|
||||||
items: [
|
{ label: "Über uns", href: "/ueber-uns" },
|
||||||
{
|
{ label: "Team", href: "/ueber-uns#team" },
|
||||||
label: "Entrümpelung",
|
{ label: "Referenzen", href: "/kundenbewertungen" }
|
||||||
href: "/dienstleistungen#entruempelung",
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Haushaltsauflösung",
|
items: [
|
||||||
href: "/dienstleistungen#haushaltsaufloesung",
|
{ label: "Haushaltsauflösungen", href: "/dienstleistungen" },
|
||||||
},
|
{ label: "Entrümpelungen", href: "/dienstleistungen" },
|
||||||
{
|
{ label: "Sperrmüllabholung", href: "/dienstleistungen" }
|
||||||
label: "Sperrmüllentsorgung",
|
]
|
||||||
href: "/dienstleistungen#sperrmuell",
|
},
|
||||||
},
|
{
|
||||||
],
|
items: [
|
||||||
},
|
{ label: "Anfrage senden", href: "/kontakt" },
|
||||||
{
|
{ label: "Impressum", href: "/impressum" },
|
||||||
title: "Unternehmen",
|
{ label: "Datenschutz", href: "/datenschutz" }
|
||||||
items: [
|
]
|
||||||
{
|
}
|
||||||
label: "Über uns",
|
]}
|
||||||
href: "/ueber-uns",
|
logoText="Rümpel Fix Lippe"
|
||||||
},
|
/>
|
||||||
{
|
</div>
|
||||||
label: "Preise",
|
|
||||||
href: "/preise",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Kontakt",
|
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Rechtliches",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Impressum",
|
|
||||||
href: "/impressum",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Datenschutz",
|
|
||||||
href: "/datenschutz",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Rümpel Fix Lippe"
|
|
||||||
copyrightText="© 2024 Rümpel Fix Lippe. Alle Rechte vorbehalten."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user