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
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Startseite",
|
name: "Startseite", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Leistungen",
|
name: "Leistungen", id: "/leistungen"},
|
||||||
id: "/leistungen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Über uns",
|
name: "Über uns", id: "/ueber-uns"},
|
||||||
id: "/ueber-uns",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kontakt",
|
name: "Kontakt", id: "/kontakt"},
|
||||||
id: "/kontakt",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/energy-logo-design-template_23-2150024916.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/energy-logo-design-template_23-2150024916.jpg"
|
||||||
logoAlt="EAP Elektroservice Logo"
|
logoAlt="EAP Elektroservice Logo"
|
||||||
@@ -54,87 +46,43 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated",
|
variant: "downward-rays-animated"}}
|
||||||
}}
|
title="Kein Konzern – echte Handwerker aus Königswinter!"
|
||||||
title="Ihr zuverlässiger Elektriker in 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."
|
||||||
description="EAP Elektroservice steht für professionelle Elektroinstallationen, schnelle Entstörungen und zuverlässigen Service – für Privat- und Gewerbekunden."
|
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "Schnelle",
|
value: "Schnelle", label: "Reaktionszeit"},
|
||||||
label: "Reaktionszeit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Professionelle",
|
value: "Professionelle", label: "Ausführung"},
|
||||||
label: "Ausführung",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Königswinter",
|
value: "Königswinter", label: "& Umgebung"},
|
||||||
label: "& Umgebung",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Jetzt anrufen →",
|
text: "Jetzt anrufen →", href: "tel:022449047654"},
|
||||||
href: "tel:022449047654",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Leistungen entdecken",
|
text: "Leistungen entdecken", href: "/leistungen"},
|
||||||
href: "/leistungen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment_169016-5516.jpg"
|
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"
|
imageAlt="Elektriker bei der Arbeit"
|
||||||
mediaAnimation="slide-up"
|
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={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Schneller Service", icon: Zap,
|
||||||
text: "Schneller Service",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Garantierte Qualität", icon: ShieldCheck,
|
||||||
text: "Garantierte Qualität",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Innovative Lösungen", icon: Lightbulb,
|
||||||
text: "Innovative Lösungen",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Lokal & Nah", icon: Home,
|
||||||
text: "Lokal & Nah",
|
|
||||||
icon: Home,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Professionelle Ausführung", icon: Wrench,
|
||||||
text: "Professionelle Ausführung",
|
|
||||||
icon: Wrench,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -143,83 +91,41 @@ export default function LandingPage() {
|
|||||||
<div id="cta-startseite" data-section="cta-startseite">
|
<div id="cta-startseite" data-section="cta-startseite">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Jetzt Termin vereinbaren"
|
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={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Zufriedenheit"},
|
||||||
label: "Zufriedenheit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Verfügbar"},
|
||||||
label: "Verfügbar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "Top",
|
value: "Top", label: "Bewertungen"},
|
||||||
label: "Bewertungen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={false}
|
enableKpiAnimation={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "02244 9047654 – Jetzt anrufen →",
|
text: "02244 9047654 – Jetzt anrufen →", href: "tel:022449047654"},
|
||||||
href: "tel:022449047654",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-with-fuses_169016-53652.jpg"
|
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"
|
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={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Geringe Wartezeiten", icon: Gauge,
|
||||||
text: "Geringe Wartezeiten",
|
|
||||||
icon: Gauge,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Erfahrenes Team", icon: Cog,
|
||||||
text: "Erfahrenes Team",
|
|
||||||
icon: Cog,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Direkter Kontakt", icon: Phone,
|
||||||
text: "Direkter Kontakt",
|
|
||||||
icon: Phone,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Schnelle Terminvergabe", icon: Clock,
|
||||||
text: "Schnelle Terminvergabe",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Kostenlose Beratung", icon: Sparkles,
|
||||||
text: "Kostenlose Beratung",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -233,29 +139,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Elektroinstallation",
|
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"},
|
||||||
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",
|
title: "Entstörung & Reparatur", description: "Schnelle Hilfe bei Störungen und elektrischen Defekten.", imageSrc: undefined,
|
||||||
imageAlt: "Elektriker installiert Steckdose",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Entstörung & Reparatur",
|
title: "Beleuchtungstechnik", description: "Moderne Beleuchtungslösungen für jeden Bereich.", imageSrc: undefined,
|
||||||
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",
|
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"},
|
||||||
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="Unsere Leistungen"
|
title="Unsere Leistungen"
|
||||||
description="Von der Neuinstallation bis zur Wartung – wir sind Ihr Partner für sichere und moderne Elektroanlagen."
|
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}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Zuverlässigkeit",
|
title: "Zuverlässigkeit", description: "Pünktlich, sauber und professionell ausgeführt.", imageSrc: undefined,
|
||||||
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: "Erfahrung",
|
title: "Erfahrung", description: "Jahrelange Erfahrung im Elektrohandwerk.", imageSrc: undefined,
|
||||||
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: "Faire Preise",
|
title: "Faire Preise", description: "Transparent, keine versteckten Kosten.", imageSrc: undefined,
|
||||||
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="Warum EAP Elektroservice?"
|
title="Warum die EAP Elektriker wählen?"
|
||||||
description="Unsere Kunden vertrauen uns aus guten Gründen – wir liefern stets höchste Qualität und besten Service."
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -300,28 +183,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100%", title: "Kundenzufriedenheit", items: [],
|
||||||
value: "100%",
|
|
||||||
title: "Kundenzufriedenheit",
|
|
||||||
items: [],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24h", title: "Reaktionszeit", items: [],
|
||||||
value: "24h",
|
|
||||||
title: "Reaktionszeit",
|
|
||||||
items: [],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "0€", title: "Versteckte Kosten", items: [],
|
||||||
value: "0€",
|
|
||||||
title: "Versteckte Kosten",
|
|
||||||
items: [],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "10+", title: "Jahre Erfahrung", items: [],
|
||||||
value: "10+",
|
|
||||||
title: "Jahre Erfahrung",
|
|
||||||
items: [],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Unsere Zahlen sprechen für sich"
|
title="Unsere Zahlen sprechen für sich"
|
||||||
@@ -335,53 +206,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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,
|
||||||
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: "t2",
|
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,
|
||||||
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: "t3",
|
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,
|
||||||
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: "t4",
|
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,
|
||||||
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: "t5",
|
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: "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.",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Das sagen unsere Kunden"
|
title="Was unsere Nachbarn sagen..."
|
||||||
description="Echte Stimmen zufriedener Kunden, die unsere Arbeit schätzen und uns weiterempfehlen."
|
description="Hören Sie, was die Menschen aus Königswinter und Umgebung über unsere Arbeit berichten. Ihre Zufriedenheit ist unser größtes Lob!"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -391,69 +232,44 @@ export default function LandingPage() {
|
|||||||
logoText="EAP Elektroservice"
|
logoText="EAP Elektroservice"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Leistungen",
|
title: "Leistungen", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Elektroinstallation",
|
label: "Elektroinstallation", href: "/leistungen#elektroinstallation"},
|
||||||
href: "/leistungen#elektroinstallation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Entstörung & Reparatur",
|
label: "Entstörung & Reparatur", href: "/leistungen#entstoerung"},
|
||||||
href: "/leistungen#entstoerung",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Beleuchtungstechnik",
|
label: "Beleuchtungstechnik", href: "/leistungen#beleuchtung"},
|
||||||
href: "/leistungen#beleuchtung",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Hausanschlüsse",
|
label: "Hausanschlüsse", href: "/leistungen#hausanschlusse"},
|
||||||
href: "/leistungen#hausanschlusse",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Unternehmen",
|
title: "Unternehmen", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Startseite",
|
label: "Startseite", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Über uns",
|
label: "Über uns", href: "/ueber-uns"},
|
||||||
href: "/ueber-uns",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Impressum",
|
label: "Impressum", href: "/impressum"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Datenschutz",
|
label: "Datenschutz", href: "/datenschutz"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Kontakt",
|
title: "Kontakt", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Kontaktformular",
|
label: "Kontaktformular", href: "/kontakt"},
|
||||||
href: "/kontakt",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Anrufen: 02244 9047654",
|
label: "Anrufen: 02244 9047654", href: "tel:022449047654"},
|
||||||
href: "tel:022449047654",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Am Schleifstein 13, Königswinter",
|
label: "Am Schleifstein 13, 53639 Königswinter", href: "https://www.google.com/maps/search/Am+Schleifstein+13,+53639+K%C3%B6nigswinter"},
|
||||||
href: "https://www.google.com/maps/search/Am+Schleifstein+13,+53639+Königswinter",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 EAP Elektroservice. Alle Rechte vorbehalten."
|
copyrightText="© 2026 EAP Elektroservice"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user