Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2523d75374 |
314
src/app/page.tsx
314
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
name: "Startseite", id: "/"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
name: "Leistungen", id: "/leistungen"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
name: "Über uns", id: "/ueber-uns"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
name: "Kontakt", id: "/kontakt"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/energy-logo-design-template_23-2150024916.jpg"
|
||||
logoAlt="EAP Elektroservice Logo"
|
||||
@@ -54,87 +46,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
title="Ihr zuverlässiger Elektriker in Königswinter."
|
||||
description="EAP Elektroservice steht für professionelle Elektroinstallationen, schnelle Entstörungen und zuverlässigen Service – für Privat- und Gewerbekunden."
|
||||
variant: "downward-rays-animated"}}
|
||||
title="Kein Konzern – echte Handwerker aus Königswinter!"
|
||||
description="Wir sind EAP Elektroservice: Ihr lokaler Partner für sichere Elektroinstallationen, schnelle Hilfe bei Störungen und top Service – für Familien und Unternehmen hier in Königswinter."
|
||||
kpis={[
|
||||
{
|
||||
value: "Schnelle",
|
||||
label: "Reaktionszeit",
|
||||
},
|
||||
value: "Schnelle", label: "Reaktionszeit"},
|
||||
{
|
||||
value: "Professionelle",
|
||||
label: "Ausführung",
|
||||
},
|
||||
value: "Professionelle", label: "Ausführung"},
|
||||
{
|
||||
value: "Königswinter",
|
||||
label: "& Umgebung",
|
||||
},
|
||||
value: "Königswinter", label: "& Umgebung"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen →",
|
||||
href: "tel:022449047654",
|
||||
},
|
||||
text: "Jetzt anrufen →", href: "tel:022449047654"},
|
||||
{
|
||||
text: "Leistungen entdecken",
|
||||
href: "/leistungen",
|
||||
},
|
||||
text: "Leistungen entdecken", href: "/leistungen"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5516.jpg"
|
||||
imageAlt="Elektriker bei der Arbeit"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-business-people-showing-thumb-up-sign_23-2147857241.jpg",
|
||||
alt: "Group of business people showing thumb up sign",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3706.jpg",
|
||||
alt: "blond businessman happy expression",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-business-partners-shaking-hands_23-2147972923.jpg",
|
||||
alt: "Close-up of business partners shaking hands",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-sits-with-her-parents-white-bed-bright-room_8353-7812.jpg",
|
||||
alt: "Little girl sits with her parents on a white bed in a bright room",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-parents-kid-home_23-2148920076.jpg",
|
||||
alt: "Medium shot parents and kid at home",
|
||||
},
|
||||
]}
|
||||
avatarText="Über 100 zufriedene Kunden"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Schneller Service",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Schneller Service", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Garantierte Qualität",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Garantierte Qualität", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Innovative Lösungen",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "Innovative Lösungen", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Lokal & Nah",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Lokal & Nah", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Professionelle Ausführung",
|
||||
icon: Wrench,
|
||||
type: "text-icon", text: "Professionelle Ausführung", icon: Wrench,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,83 +91,41 @@ export default function LandingPage() {
|
||||
<div id="cta-startseite" data-section="cta-startseite">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Jetzt Termin vereinbaren"
|
||||
description="Kontaktieren Sie uns noch heute für ein unverbindliches Angebot oder eine schnelle Beratung."
|
||||
description="Melden Sie sich einfach bei uns! Wir sind für Sie da – für ein unverbindliches Gespräch oder schnelle Hilfe."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Zufriedenheit",
|
||||
},
|
||||
value: "100%", label: "Zufriedenheit"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Verfügbar",
|
||||
},
|
||||
value: "24/7", label: "Verfügbar"},
|
||||
{
|
||||
value: "Top",
|
||||
label: "Bewertungen",
|
||||
},
|
||||
value: "Top", label: "Bewertungen"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "02244 9047654 – Jetzt anrufen →",
|
||||
href: "tel:022449047654",
|
||||
},
|
||||
text: "02244 9047654 – Jetzt anrufen →", href: "tel:022449047654"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53652.jpg"
|
||||
imageAlt="Male electrician working in a switchboard with fuses"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-cooks-together-kitchen_1157-25235.jpg",
|
||||
alt: "Family cooks together in the kitchen ",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-family-lying-bed-christmas-time_329181-5983.jpg",
|
||||
alt: "Portrait of family lying in bed at christmas time",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-construction-worker-with-plans_329181-3732.jpg",
|
||||
alt: "Portrait of construction worker with plans",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-engineer-with-helmet-holding-blueprint_93675-134259.jpg",
|
||||
alt: "Young male engineer with helmet holding blueprint",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-with-plan-blue-background-building-architecture-job-property-worker-engineer_140725-155181.jpg",
|
||||
alt: "Front view male builder in yellow helmet with plan on blue background building architecture job property worker engineer",
|
||||
},
|
||||
]}
|
||||
avatarText="Kontaktieren Sie uns noch heute!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Geringe Wartezeiten",
|
||||
icon: Gauge,
|
||||
type: "text-icon", text: "Geringe Wartezeiten", icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Erfahrenes Team",
|
||||
icon: Cog,
|
||||
type: "text-icon", text: "Erfahrenes Team", icon: Cog,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Direkter Kontakt",
|
||||
icon: Phone,
|
||||
type: "text-icon", text: "Direkter Kontakt", icon: Phone,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Schnelle Terminvergabe",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Schnelle Terminvergabe", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Kostenlose Beratung",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Kostenlose Beratung", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -233,29 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Elektroinstallation",
|
||||
description: "Neuinstallationen und Erweiterungen für Privat und Gewerbe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-electrical-component-setup-cable-connection_169016-68438.jpg",
|
||||
imageAlt: "Elektriker installiert Steckdose",
|
||||
title: "Elektroinstallation", description: "Neuinstallationen und Erweiterungen für Privat und Gewerbe.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-electrical-component-setup-cable-connection_169016-68438.jpg", imageAlt: "Elektriker installiert Steckdose"},
|
||||
{
|
||||
title: "Entstörung & Reparatur", description: "Schnelle Hilfe bei Störungen und elektrischen Defekten.", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
title: "Entstörung & Reparatur",
|
||||
description: "Schnelle Hilfe bei Störungen und elektrischen Defekten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-light-bulbs_1048-5609.jpg",
|
||||
imageAlt: "Elektriker repariert Kabel",
|
||||
title: "Beleuchtungstechnik", description: "Moderne Beleuchtungslösungen für jeden Bereich.", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
title: "Beleuchtungstechnik",
|
||||
description: "Moderne Beleuchtungslösungen für jeden Bereich.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-lighting-lamp-design_23-2151037502.jpg",
|
||||
imageAlt: "Moderne LED Beleuchtung",
|
||||
},
|
||||
{
|
||||
title: "Hausanschlüsse",
|
||||
description: "Fachgerechte Installation von Hausanschlüssen aller Art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg",
|
||||
imageAlt: "Installation eines Hausanschlusses",
|
||||
},
|
||||
title: "Hausanschlüsse", description: "Fachgerechte Installation von Hausanschlüssen aller Art.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-connecting-wires-work-inside-panel-engineer-with-tool_169016-68074.jpg", imageAlt: "Installation eines Hausanschlusses"},
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Von der Neuinstallation bis zur Wartung – wir sind Ihr Partner für sichere und moderne Elektroanlagen."
|
||||
@@ -270,26 +162,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Zuverlässigkeit",
|
||||
description: "Pünktlich, sauber und professionell ausgeführt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-showing-thumbs-up_1163-1535.jpg",
|
||||
imageAlt: "Uhr Symbol für Pünktlichkeit",
|
||||
title: "Zuverlässigkeit", description: "Pünktlich, sauber und professionell ausgeführt.", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
title: "Erfahrung",
|
||||
description: "Jahrelange Erfahrung im Elektrohandwerk.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-retired-male-construction-worker-wearing-yellow-rubber-gloves-waist-bag-white-hardhat-looking-with-joyful-broad-smile-ready-work-pointing-both-index-fingers-upwards_343059-2729.jpg",
|
||||
imageAlt: "Zertifikat für Erfahrung",
|
||||
title: "Erfahrung", description: "Jahrelange Erfahrung im Elektrohandwerk.", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
title: "Faire Preise",
|
||||
description: "Transparent, keine versteckten Kosten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg",
|
||||
imageAlt: "Preisschild für faire Preise",
|
||||
title: "Faire Preise", description: "Transparent, keine versteckten Kosten.", imageSrc: undefined,
|
||||
},
|
||||
]}
|
||||
title="Warum EAP Elektroservice?"
|
||||
description="Unsere Kunden vertrauen uns aus guten Gründen – wir liefern stets höchste Qualität und besten Service."
|
||||
title="Warum die EAP Elektriker wählen?"
|
||||
description="Hier in Königswinter sind wir Ihre Nachbarn. Wir stehen für faire Preise, pünktliche Arbeit und höchste Qualität – weil uns Ihre Zufriedenheit am Herzen liegt."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -300,28 +183,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Kundenzufriedenheit",
|
||||
items: [],
|
||||
id: "m1", value: "100%", title: "Kundenzufriedenheit", items: [],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Reaktionszeit",
|
||||
items: [],
|
||||
id: "m2", value: "24h", title: "Reaktionszeit", items: [],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "0€",
|
||||
title: "Versteckte Kosten",
|
||||
items: [],
|
||||
id: "m3", value: "0€", title: "Versteckte Kosten", items: [],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10+",
|
||||
title: "Jahre Erfahrung",
|
||||
items: [],
|
||||
id: "m4", value: "10+", title: "Jahre Erfahrung", items: [],
|
||||
},
|
||||
]}
|
||||
title="Unsere Zahlen sprechen für sich"
|
||||
@@ -335,53 +206,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exzellenter Service",
|
||||
quote: "Schnell, zuverlässig und fair. Gerne wieder! 5 Sterne für EAP Elektroservice.",
|
||||
name: "Michael S.",
|
||||
role: "Königswinter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1654.jpg",
|
||||
imageAlt: "Kundenstimme Michael S.",
|
||||
id: "t1", title: "Exzellenter Service", quote: "Schnell, zuverlässig und fair. Gerne wieder! 5 Sterne für EAP Elektroservice.", name: "Michael S.", role: "Königswinter", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Immer pünktlich",
|
||||
quote: "Endlich ein Elektriker der pünktlich kommt und faire Preise hat. Absolut empfehlenswert.",
|
||||
name: "Familie Becker",
|
||||
role: "Bonn",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-family-sitting-sofa-home_23-2147909538.jpg",
|
||||
imageAlt: "Kundenstimme Familie Becker",
|
||||
id: "t2", title: "Immer pünktlich", quote: "Endlich ein Elektriker der pünktlich kommt und faire Preise hat. Absolut empfehlenswert.", name: "Familie Becker", role: "Bonn", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Professionelle Ausführung",
|
||||
quote: "Professionelle Ausführung von Anfang bis Ende. Top! Wir sind sehr zufrieden.",
|
||||
name: "Andreas K.",
|
||||
role: "Bad Honnef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3549.jpg",
|
||||
imageAlt: "Kundenstimme Andreas K.",
|
||||
id: "t3", title: "Professionelle Ausführung", quote: "Professionelle Ausführung von Anfang bis Ende. Top! Wir sind sehr zufrieden.", name: "Andreas K.", role: "Bad Honnef", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Schnelle Hilfe",
|
||||
quote: "Wir brauchten schnell Hilfe und EAP Elektroservice war sofort zur Stelle. Kompetent und freundlich.",
|
||||
name: "Sabine L.",
|
||||
role: "Siegburg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
|
||||
imageAlt: "Kundenstimme Sabine L.",
|
||||
id: "t4", title: "Schnelle Hilfe", quote: "Wir brauchten schnell Hilfe und EAP Elektroservice war sofort zur Stelle. Kompetent und freundlich.", name: "Sabine L.", role: "Siegburg", imageSrc: undefined,
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Top Qualität",
|
||||
quote: "Die Installation wurde sauber und nach höchsten Standards durchgeführt. EAP Elektroservice liefert Spitzenqualität.",
|
||||
name: "Thomas G.",
|
||||
role: "Bornheim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-image-happy-experienced-elderly-male-builder-with-gray-beard-posing-blank-wall-wearing-glasses-rubber-gloves-hat-belt-with-instruments-looking-with-broad-smile_343059-2725.jpg",
|
||||
imageAlt: "Kundenstimme Thomas G.",
|
||||
id: "t5", title: "Top Qualität", quote: "Die Installation wurde sauber und nach höchsten Standards durchgeführt. EAP Elektroservice liefert Spitzenqualität.", name: "Thomas G.", role: "Bornheim", imageSrc: undefined,
|
||||
},
|
||||
]}
|
||||
title="Das sagen unsere Kunden"
|
||||
description="Echte Stimmen zufriedener Kunden, die unsere Arbeit schätzen und uns weiterempfehlen."
|
||||
title="Was unsere Nachbarn sagen..."
|
||||
description="Hören Sie, was die Menschen aus Königswinter und Umgebung über unsere Arbeit berichten. Ihre Zufriedenheit ist unser größtes Lob!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -391,69 +232,44 @@ export default function LandingPage() {
|
||||
logoText="EAP Elektroservice"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{
|
||||
label: "Elektroinstallation",
|
||||
href: "/leistungen#elektroinstallation",
|
||||
},
|
||||
label: "Elektroinstallation", href: "/leistungen#elektroinstallation"},
|
||||
{
|
||||
label: "Entstörung & Reparatur",
|
||||
href: "/leistungen#entstoerung",
|
||||
},
|
||||
label: "Entstörung & Reparatur", href: "/leistungen#entstoerung"},
|
||||
{
|
||||
label: "Beleuchtungstechnik",
|
||||
href: "/leistungen#beleuchtung",
|
||||
},
|
||||
label: "Beleuchtungstechnik", href: "/leistungen#beleuchtung"},
|
||||
{
|
||||
label: "Hausanschlüsse",
|
||||
href: "/leistungen#hausanschlusse",
|
||||
},
|
||||
label: "Hausanschlüsse", href: "/leistungen#hausanschlusse"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
label: "Startseite", href: "/"},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
label: "Über uns", href: "/ueber-uns"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "/impressum"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "/datenschutz"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Kontaktformular",
|
||||
href: "/kontakt",
|
||||
},
|
||||
label: "Kontaktformular", href: "/kontakt"},
|
||||
{
|
||||
label: "Anrufen: 02244 9047654",
|
||||
href: "tel:022449047654",
|
||||
},
|
||||
label: "Anrufen: 02244 9047654", href: "tel:022449047654"},
|
||||
{
|
||||
label: "Am Schleifstein 13, Königswinter",
|
||||
href: "https://www.google.com/maps/search/Am+Schleifstein+13,+53639+Königswinter",
|
||||
},
|
||||
label: "Am Schleifstein 13, 53639 Königswinter", href: "https://www.google.com/maps/search/Am+Schleifstein+13,+53639+K%C3%B6nigswinter"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 EAP Elektroservice. Alle Rechte vorbehalten."
|
||||
copyrightText="© 2026 EAP Elektroservice"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user