Merge version_1 into main #2
@@ -34,9 +34,7 @@ export default function ContactPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt beraten lassen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt beraten lassen", href: "/kontakt"}}
|
||||
brandName="Elektrotechnik Partut"
|
||||
/>
|
||||
</div>
|
||||
@@ -50,7 +48,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg"
|
||||
imageAlt="Professionelle Beratung und Installation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -68,13 +66,7 @@ export default function ContactPage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Telefon: +49 (0) 123 456789",
|
||||
"E-Mail: info@partut.de",
|
||||
"Öffnungszeiten: Mo-Fr 8:00-17:00 Uhr",
|
||||
"Notfalldienst: 24/7 verfügbar",
|
||||
"Kostenlose Beratung",
|
||||
"Vor-Ort-Besichtigung möglich",
|
||||
]}
|
||||
"Telefon: +49 (0) 123 456789", "E-Mail: info@partut.de", "Öffnungszeiten: Mo-Fr 8:00-17:00 Uhr", "Notfalldienst: 24/7 verfügbar", "Kostenlose Beratung", "Vor-Ort-Besichtigung möglich"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -87,8 +79,7 @@ export default function ContactPage() {
|
||||
logoText="Elektrotechnik Partut"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Sanierung", href: "/leistungen" },
|
||||
{ label: "E-Mobilität", href: "/leistungen" },
|
||||
{ label: "Photovoltaik", href: "/leistungen" },
|
||||
@@ -96,8 +87,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Referenzen", href: "/referenzen" },
|
||||
{ label: "Team", href: "/uber-uns" },
|
||||
@@ -105,8 +95,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Anfrage", href: "/kontakt" },
|
||||
{ label: "Telefon", href: "tel:+49123456789" },
|
||||
@@ -114,8 +103,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#privacy" },
|
||||
{ label: "Impressum", href: "#imprint" },
|
||||
{ label: "AGB", href: "#terms" },
|
||||
|
||||
@@ -5,35 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elektrotechnik Partut – Sanierung, PV, E-Mobilität & SmartHome",
|
||||
description: "Moderner Elektrofachbetrieb für Sanierung, Photovoltaik-Anlagen, Wallbox-Installation und intelligente Gebäudetechnik. Mit über 25 Jahren Erfahrung.",
|
||||
keywords: "Elektrotechnik, Sanierung, PV-Anlagen, E-Mobilität, Wallbox, SmartHome, Meisterbetrieb",
|
||||
metadataBase: new URL("https://elektrotechnik-partut.de"),
|
||||
title: "Elektrotechnik Partut – Sanierung, PV, E-Mobilität & SmartHome", description: "Moderner Elektrofachbetrieb für Sanierung, Photovoltaik-Anlagen, Wallbox-Installation und intelligente Gebäudetechnik. Mit über 25 Jahren Erfahrung.", keywords: "Elektrotechnik, Sanierung, PV-Anlagen, E-Mobilität, Wallbox, SmartHome, Meisterbetrieb", metadataBase: new URL("https://elektrotechnik-partut.de"),
|
||||
alternates: {
|
||||
canonical: "https://elektrotechnik-partut.de",
|
||||
},
|
||||
canonical: "https://elektrotechnik-partut.de"},
|
||||
openGraph: {
|
||||
title: "Elektrotechnik Partut – Moderne Elektrolösungen",
|
||||
description: "Ihr Partner für Sanierung, PV, E-Mobilität und SmartHome-Lösungen",
|
||||
siteName: "Elektrotechnik Partut",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Elektrotechnik Partut – Moderne Elektrolösungen", description: "Ihr Partner für Sanierung, PV, E-Mobilität und SmartHome-Lösungen", siteName: "Elektrotechnik Partut", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",
|
||||
alt: "Elektrotechnik Partut - PV Installation",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", alt: "Elektrotechnik Partut - PV Installation"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elektrotechnik Partut",
|
||||
description: "Moderne Elektrotechnik für heute und morgen",
|
||||
images: ["http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"],
|
||||
card: "summary_large_image", title: "Elektrotechnik Partut", description: "Moderne Elektrotechnik für heute und morgen", images: ["http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -44,9 +44,7 @@ export default function ServicesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt beraten lassen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt beraten lassen", href: "/kontakt"}}
|
||||
brandName="Elektrotechnik Partut"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,32 +58,17 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Sanierung & Modernisierung",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Professionelle Sanierung von Elektroinstallationen mit modernen Standards, Elektroplanung bei An- und Umbauten sowie Nachrüstung von Garagentorantrieben. Wir erneuern alte Leitungen, passen Ihre Installationen an neue Normen an und integrieren moderne Sicherheitssysteme.",
|
||||
tags: ["Sanierung", "Modernisierung", "Anpassung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Sanierung & Modernisierung", author: "Elektrotechnik Partut", description:
|
||||
"Professionelle Sanierung von Elektroinstallationen mit modernen Standards, Elektroplanung bei An- und Umbauten sowie Nachrüstung von Garagentorantrieben. Wir erneuern alte Leitungen, passen Ihre Installationen an neue Normen an und integrieren moderne Sicherheitssysteme.", tags: ["Sanierung", "Modernisierung", "Anpassung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "E-Mobilität & Ladestationen",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Installation moderner Wallboxen und Ladestationen mit Integration ins Energiemanagement für zukunftssichere E-Mobilität. Von privaten Heimladestationen bis zu gewerblichen Ladesäulen – wir planen und installieren Ihre Lösung.",
|
||||
tags: ["Wallbox", "Ladestation", "E-Mobilität"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "E-Mobilität & Ladestationen", author: "Elektrotechnik Partut", description:
|
||||
"Installation moderner Wallboxen und Ladestationen mit Integration ins Energiemanagement für zukunftssichere E-Mobilität. Von privaten Heimladestationen bis zu gewerblichen Ladesäulen – wir planen und installieren Ihre Lösung.", tags: ["Wallbox", "Ladestation", "E-Mobilität"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Photovoltaik & Speicher",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Planung und Installation von PV-Anlagen mit Energiespeicher sowie Konzepte für nachhaltiges Energiemanagement. Nutzen Sie die Kraft der Sonne – von der Bedarfsanalyse bis zur Inbetriebnahme begleiten wir Sie.",
|
||||
tags: ["PV-Anlage", "Speicher", "Nachhaltigkeit"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg?_wi=2",
|
||||
},
|
||||
id: "3", title: "Photovoltaik & Speicher", author: "Elektrotechnik Partut", description:
|
||||
"Planung und Installation von PV-Anlagen mit Energiespeicher sowie Konzepte für nachhaltiges Energiemanagement. Nutzen Sie die Kraft der Sonne – von der Bedarfsanalyse bis zur Inbetriebnahme begleiten wir Sie.", tags: ["PV-Anlage", "Speicher", "Nachhaltigkeit"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -102,32 +85,16 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100",
|
||||
title: "Projekte",
|
||||
description: "Jährlich erfolgreich realisiert",
|
||||
icon: Award,
|
||||
id: "1", value: "100", title: "Projekte", description: "Jährlich erfolgreich realisiert", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "48",
|
||||
title: "Stunden",
|
||||
description: "Durchschnittliche Projektdauer",
|
||||
icon: Zap,
|
||||
id: "2", value: "48", title: "Stunden", description: "Durchschnittliche Projektdauer", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "25",
|
||||
title: "Jahre",
|
||||
description: "Erfahrung im Handwerk",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "25", title: "Jahre", description: "Erfahrung im Handwerk", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99",
|
||||
title: "Prozent",
|
||||
description: "Fehlerfreie Installation",
|
||||
icon: Sparkles,
|
||||
id: "4", value: "99", title: "Prozent", description: "Fehlerfreie Installation", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -146,7 +113,7 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2178.jpg"
|
||||
imageAlt="Professionelle Beratung"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -161,8 +128,7 @@ export default function ServicesPage() {
|
||||
logoText="Elektrotechnik Partut"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Sanierung", href: "/leistungen" },
|
||||
{ label: "E-Mobilität", href: "/leistungen" },
|
||||
{ label: "Photovoltaik", href: "/leistungen" },
|
||||
@@ -170,8 +136,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Referenzen", href: "/referenzen" },
|
||||
{ label: "Team", href: "/uber-uns" },
|
||||
@@ -179,8 +144,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Anfrage", href: "/kontakt" },
|
||||
{ label: "Telefon", href: "tel:+49123456789" },
|
||||
@@ -188,8 +152,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#privacy" },
|
||||
{ label: "Impressum", href: "#imprint" },
|
||||
{ label: "AGB", href: "#terms" },
|
||||
|
||||
181
src/app/page.tsx
181
src/app/page.tsx
@@ -66,9 +66,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt beraten lassen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt beraten lassen", href: "/kontakt"}}
|
||||
brandName="Elektrotechnik Partut"
|
||||
/>
|
||||
</div>
|
||||
@@ -87,11 +85,8 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Elektrotechnik-Services",
|
||||
logoIcon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1",
|
||||
searchPlaceholder: "Welche Lösung suchen Sie?",
|
||||
sidebarItems: [
|
||||
title: "Elektrotechnik-Services", logoIcon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", searchPlaceholder: "Welche Lösung suchen Sie?", sidebarItems: [
|
||||
{ icon: Zap, active: true },
|
||||
{ icon: Sun },
|
||||
{ icon: Wrench },
|
||||
@@ -103,44 +98,30 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Jahre Erfahrung",
|
||||
values: ["15", "20", "25"],
|
||||
description: "Zuverlässigkeit bewährt.",
|
||||
},
|
||||
title: "Jahre Erfahrung", values: [15, 20, 25],
|
||||
description: "Zuverlässigkeit bewährt."},
|
||||
{
|
||||
title: "Projekte",
|
||||
values: ["500", "750", "1000"],
|
||||
valueSuffix: "+",
|
||||
description: "Erfolgreich abgeschlossen.",
|
||||
},
|
||||
title: "Projekte", values: [500, 750, 1000],
|
||||
valueSuffix: "+", description: "Erfolgreich abgeschlossen."},
|
||||
{
|
||||
title: "Zufriedene Kunden",
|
||||
values: ["98", "99", "100"],
|
||||
valueSuffix: "%",
|
||||
description: "Mit unserem Service.",
|
||||
},
|
||||
title: "Zufriedene Kunden", values: [98, 99, 100],
|
||||
valueSuffix: "%", description: "Mit unserem Service."},
|
||||
],
|
||||
chartTitle: "Projektauslastung 2025",
|
||||
chartData: [
|
||||
chartTitle: "Projektauslastung 2025", chartData: [
|
||||
{ value: 65 },
|
||||
{ value: 78 },
|
||||
{ value: 85 },
|
||||
{ value: 72 },
|
||||
{ value: 90 },
|
||||
],
|
||||
listTitle: "Aktuelle Projekte",
|
||||
listItems: [
|
||||
listTitle: "Aktuelle Projekte", listItems: [
|
||||
{
|
||||
icon: Sun,
|
||||
title: "PV-Anlage mit Speicher",
|
||||
status: "In Bearbeitung",
|
||||
},
|
||||
title: "PV-Anlage mit Speicher", status: "In Bearbeitung"},
|
||||
{ icon: Zap, title: "Wallbox-Installation", status: "Geplant" },
|
||||
{
|
||||
icon: Home,
|
||||
title: "SmartHome-Integration",
|
||||
status: "In Bearbeitung",
|
||||
},
|
||||
title: "SmartHome-Integration", status: "In Bearbeitung"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -155,27 +136,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fachkompetenz",
|
||||
description: "Meisterbetrieb mit modernstem Know-how",
|
||||
icon: CheckCircle,
|
||||
title: "Fachkompetenz", description: "Meisterbetrieb mit modernstem Know-how", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Persönliche Beratung",
|
||||
description: "Individuelle Lösungen für Ihre Anforderungen",
|
||||
icon: Users,
|
||||
title: "Persönliche Beratung", description: "Individuelle Lösungen für Ihre Anforderungen", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Zukunftsorientiert",
|
||||
description: "Spezialisiert auf nachhaltige Energielösungen",
|
||||
icon: Lightbulb,
|
||||
title: "Zukunftsorientiert", description: "Spezialisiert auf nachhaltige Energielösungen", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Saubere Ausführung",
|
||||
description: "Termingerecht und zuverlässig",
|
||||
icon: Award,
|
||||
title: "Saubere Ausführung", description: "Termingerecht und zuverlässig", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21542.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21542.jpg"
|
||||
imageAlt="Elektrotechnik Partut Team"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -195,41 +168,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Sanierung & Modernisierung",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Professionelle Sanierung von Elektroinstallationen, Elektroplanung bei An- und Umbauten sowie Nachrüstung von Garagentorantrieben.",
|
||||
tags: ["Sanierung", "Modernisierung", "Anpassung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Sanierung & Modernisierung", author: "Elektrotechnik Partut", description:
|
||||
"Professionelle Sanierung von Elektroinstallationen, Elektroplanung bei An- und Umbauten sowie Nachrüstung von Garagentorantrieben.", tags: ["Sanierung", "Modernisierung", "Anpassung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "E-Mobilität & Ladestationen",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Installation moderner Wallboxen und Ladestationen mit Integration ins Energiemanagement für zukunftssichere E-Mobilität.",
|
||||
tags: ["Wallbox", "Ladestation", "E-Mobilität"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "E-Mobilität & Ladestationen", author: "Elektrotechnik Partut", description:
|
||||
"Installation moderner Wallboxen und Ladestationen mit Integration ins Energiemanagement für zukunftssichere E-Mobilität.", tags: ["Wallbox", "Ladestation", "E-Mobilität"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Photovoltaik & Speicher",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Planung und Installation von PV-Anlagen mit Energiespeicher sowie Konzepte für nachhaltiges Energiemanagement.",
|
||||
tags: ["PV-Anlage", "Speicher", "Nachhaltigkeit"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Photovoltaik & Speicher", author: "Elektrotechnik Partut", description:
|
||||
"Planung und Installation von PV-Anlagen mit Energiespeicher sowie Konzepte für nachhaltiges Energiemanagement.", tags: ["PV-Anlage", "Speicher", "Nachhaltigkeit"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "SmartHome & Gebäudetechnik",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Intelligente Lösungen für Heizungssteuerung, Rollladensteuerung und dezentrale Lüftungsanlagen – alles zentral steuerbar.",
|
||||
tags: ["SmartHome", "Automatisierung", "Steuerung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg?_wi=1",
|
||||
},
|
||||
id: "4", title: "SmartHome & Gebäudetechnik", author: "Elektrotechnik Partut", description:
|
||||
"Intelligente Lösungen für Heizungssteuerung, Rollladensteuerung und dezentrale Lüftungsanlagen – alles zentral steuerbar.", tags: ["SmartHome", "Automatisierung", "Steuerung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -246,32 +199,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Partut",
|
||||
name: "Netzwerk & Kommunikation",
|
||||
price: "Moderne Konnektivität",
|
||||
rating: 5,
|
||||
reviewCount: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg",
|
||||
},
|
||||
id: "1", brand: "Partut", name: "Netzwerk & Kommunikation", price: "Moderne Konnektivität", rating: 5,
|
||||
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/blue-optic-fiber-with-ethernet-cables_23-2148779312.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Partut",
|
||||
name: "LED-Beleuchtung",
|
||||
price: "Energie-effizient",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-streets-japan_23-2149297265.jpg",
|
||||
},
|
||||
id: "2", brand: "Partut", name: "LED-Beleuchtung", price: "Energie-effizient", rating: 5,
|
||||
reviewCount: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/people-traveling-streets-japan_23-2149297265.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Partut",
|
||||
name: "Video & Audio",
|
||||
price: "Kommunikation",
|
||||
rating: 5,
|
||||
reviewCount: "Advanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg",
|
||||
},
|
||||
id: "3", brand: "Partut", name: "Video & Audio", price: "Kommunikation", rating: 5,
|
||||
reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/intercom-main-gate-residential-building_637285-1929.jpg"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -289,32 +224,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "25",
|
||||
title: "Jahren",
|
||||
description: "Erfahrung & Expertise",
|
||||
icon: Award,
|
||||
id: "1", value: "25", title: "Jahren", description: "Erfahrung & Expertise", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1200",
|
||||
title: "Projekte",
|
||||
description: "Erfolgreich abgeschlossen",
|
||||
icon: CheckCircle,
|
||||
id: "2", value: "1200", title: "Projekte", description: "Erfolgreich abgeschlossen", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99",
|
||||
title: "Prozent",
|
||||
description: "Kundenzufriedenheit",
|
||||
icon: Sparkles,
|
||||
id: "3", value: "99", title: "Prozent", description: "Kundenzufriedenheit", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "Mitarbeiter",
|
||||
description: "Kompetentes Team",
|
||||
icon: Users,
|
||||
id: "4", value: "50", title: "Mitarbeiter", description: "Kompetentes Team", icon: Users,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -332,13 +251,7 @@ export default function HomePage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Meisterbetrieb",
|
||||
"PV-Fachbetrieb",
|
||||
"E-Mobility Partner",
|
||||
"SmartHome Partner",
|
||||
"ISO 9001 zertifiziert",
|
||||
"TÜV geprüft",
|
||||
]}
|
||||
"Meisterbetrieb", "PV-Fachbetrieb", "E-Mobility Partner", "SmartHome Partner", "ISO 9001 zertifiziert", "TÜV geprüft"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -351,8 +264,7 @@ export default function HomePage() {
|
||||
logoText="Elektrotechnik Partut"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Sanierung", href: "/leistungen" },
|
||||
{ label: "E-Mobilität", href: "/leistungen" },
|
||||
{ label: "Photovoltaik", href: "/leistungen" },
|
||||
@@ -360,8 +272,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Referenzen", href: "/referenzen" },
|
||||
{ label: "Team", href: "/uber-uns" },
|
||||
@@ -369,8 +280,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Anfrage", href: "/kontakt" },
|
||||
{ label: "Telefon", href: "tel:+49123456789" },
|
||||
@@ -378,8 +288,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#privacy" },
|
||||
{ label: "Impressum", href: "#imprint" },
|
||||
{ label: "AGB", href: "#terms" },
|
||||
|
||||
@@ -42,9 +42,7 @@ export default function ReferencesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt beraten lassen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt beraten lassen", href: "/kontakt"}}
|
||||
brandName="Elektrotechnik Partut"
|
||||
/>
|
||||
</div>
|
||||
@@ -58,32 +56,17 @@ export default function ReferencesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wohnanlage München – Vollsanierung mit SmartHome",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Umfassende Modernisierung einer 50er-Jahre Wohnanlage mit komplettem Elektro-Austausch, Heizungssteuerung und dezentraler Lüftung. Integration eines modernen Energiemanagementsystems mit Tablet-Steuerung.",
|
||||
tags: ["Sanierung", "SmartHome", "Gewerbe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg?_wi=3",
|
||||
},
|
||||
id: "1", title: "Wohnanlage München – Vollsanierung mit SmartHome", author: "Elektrotechnik Partut", description:
|
||||
"Umfassende Modernisierung einer 50er-Jahre Wohnanlage mit komplettem Elektro-Austausch, Heizungssteuerung und dezentraler Lüftung. Integration eines modernen Energiemanagementsystems mit Tablet-Steuerung.", tags: ["Sanierung", "SmartHome", "Gewerbe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Firmengeb. Stuttgart – PV-Anlage mit Speicher",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Installation einer 50kWp Photovoltaik-Anlage auf Flachdach mit Stromspeicher, Ladestation und Energiemanagementsystem. Einsparung von über 40% Stromkosten im ersten Jahr.",
|
||||
tags: ["PV-Anlage", "Speicher", "Gewerbeobjekt"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg?_wi=3",
|
||||
},
|
||||
id: "2", title: "Firmengeb. Stuttgart – PV-Anlage mit Speicher", author: "Elektrotechnik Partut", description:
|
||||
"Installation einer 50kWp Photovoltaik-Anlage auf Flachdach mit Stromspeicher, Ladestation und Energiemanagementsystem. Einsparung von über 40% Stromkosten im ersten Jahr.", tags: ["PV-Anlage", "Speicher", "Gewerbeobjekt"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-holding-tablet-check-solar-roof_609648-2159.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Ladesäulenpark – 20 Wallboxen für E-Flotte",
|
||||
author: "Elektrotechnik Partut",
|
||||
description:
|
||||
"Geplante Installation von 20 Wallboxen mit Lastmanagement für ein Gewerbegebiet. Fahrzeugflotten-Management mit bedarfsgerechter Ladeplanung und Monitoring-Software.",
|
||||
tags: ["E-Mobilität", "Wallbox", "Flottenlösung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=4",
|
||||
},
|
||||
id: "3", title: "Ladesäulenpark – 20 Wallboxen für E-Flotte", author: "Elektrotechnik Partut", description:
|
||||
"Geplante Installation von 20 Wallboxen mit Lastmanagement für ein Gewerbegebiet. Fahrzeugflotten-Management mit bedarfsgerechter Ladeplanung und Monitoring-Software.", tags: ["E-Mobilität", "Wallbox", "Flottenlösung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -100,32 +83,16 @@ export default function ReferencesPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1200",
|
||||
title: "Projekte",
|
||||
description: "Erfolgreich in 25 Jahren",
|
||||
icon: Award,
|
||||
id: "1", value: "1200", title: "Projekte", description: "Erfolgreich in 25 Jahren", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "320",
|
||||
title: "PV-Anlagen",
|
||||
description: "Mit über 8MWp Gesamtleistung",
|
||||
icon: Sparkles,
|
||||
id: "2", value: "320", title: "PV-Anlagen", description: "Mit über 8MWp Gesamtleistung", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "150",
|
||||
title: "E-Mobilität",
|
||||
description: "Wallbox-Installationen durchgeführt",
|
||||
icon: Zap,
|
||||
id: "3", value: "150", title: "E-Mobilität", description: "Wallbox-Installationen durchgeführt", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "99",
|
||||
title: "Prozent",
|
||||
description: "Kundenzufriedenheit",
|
||||
icon: CheckCircle,
|
||||
id: "4", value: "99", title: "Prozent", description: "Kundenzufriedenheit", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -143,13 +110,7 @@ export default function ReferencesPage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Sunwatt Partner",
|
||||
"Tesla Ladestation Partner",
|
||||
"Hansgrohe SmartFlow",
|
||||
"Bosch Smart Home",
|
||||
"Enphase Certified",
|
||||
"SMA Service Partner",
|
||||
]}
|
||||
"Sunwatt Partner", "Tesla Ladestation Partner", "Hansgrohe SmartFlow", "Bosch Smart Home", "Enphase Certified", "SMA Service Partner"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -162,8 +123,7 @@ export default function ReferencesPage() {
|
||||
logoText="Elektrotechnik Partut"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Sanierung", href: "/leistungen" },
|
||||
{ label: "E-Mobilität", href: "/leistungen" },
|
||||
{ label: "Photovoltaik", href: "/leistungen" },
|
||||
@@ -171,8 +131,7 @@ export default function ReferencesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Referenzen", href: "/referenzen" },
|
||||
{ label: "Team", href: "/uber-uns" },
|
||||
@@ -180,8 +139,7 @@ export default function ReferencesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Anfrage", href: "/kontakt" },
|
||||
{ label: "Telefon", href: "tel:+49123456789" },
|
||||
@@ -189,8 +147,7 @@ export default function ReferencesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#privacy" },
|
||||
{ label: "Impressum", href: "#imprint" },
|
||||
{ label: "AGB", href: "#terms" },
|
||||
|
||||
@@ -42,9 +42,7 @@ export default function AboutPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt beraten lassen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt beraten lassen", href: "/kontakt"}}
|
||||
brandName="Elektrotechnik Partut"
|
||||
/>
|
||||
</div>
|
||||
@@ -58,27 +56,19 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Gründung 1999",
|
||||
description: "Starker Anfang mit klarer Vision für Elektrofachkompetenz",
|
||||
icon: Award,
|
||||
title: "Gründung 1999", description: "Starker Anfang mit klarer Vision für Elektrofachkompetenz", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Meisterbetrieb seit 2005",
|
||||
description: "Zertifizierung und kontinuierliche Weiterbildung unseres Teams",
|
||||
icon: CheckCircle,
|
||||
title: "Meisterbetrieb seit 2005", description: "Zertifizierung und kontinuierliche Weiterbildung unseres Teams", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Fokus auf Innovation",
|
||||
description: "Frühe Spezialisierung auf PV, SmartHome und E-Mobilität",
|
||||
icon: Lightbulb,
|
||||
title: "Fokus auf Innovation", description: "Frühe Spezialisierung auf PV, SmartHome und E-Mobilität", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Personelle Kontinuität",
|
||||
description: "50 erfahrene Mitarbeiter mit durchschnittlich 12 Jahren Betriebszugehörigkeit",
|
||||
icon: Users,
|
||||
title: "Personelle Kontinuität", description: "50 erfahrene Mitarbeiter mit durchschnittlich 12 Jahren Betriebszugehörigkeit", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21542.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21542.jpg"
|
||||
imageAlt="Elektrotechnik Partut Team"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -89,50 +79,30 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<file path="src/app/uber-uns/page.tsx">
|
||||
<div id="kernkompetenzen" data-section="kernkompetenzen" className="py-20">
|
||||
<ProductCardTwo
|
||||
title="Unsere Kernkompetenzen"
|
||||
description="Spezialisierte Services mit Zertifizierungen und höchsten Standards"
|
||||
tag="Expertise"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Partut",
|
||||
name: "PV-Fachbetrieb",
|
||||
price: "Solaranlage & Speicher",
|
||||
rating: 5,
|
||||
reviewCount: "Zertifiziert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Partut",
|
||||
name: "E-Mobility Partner",
|
||||
price: "Wallbox & Ladestationen",
|
||||
rating: 5,
|
||||
reviewCount: "Akkreditiert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Partut",
|
||||
name: "SmartHome Partner",
|
||||
price: "Gebäudeautomation",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</file>
|
||||
<div id="kernkompetenzen" data-section="kernkompetenzen" className="py-20">
|
||||
<ProductCardTwo
|
||||
title="Unsere Kernkompetenzen"
|
||||
description="Spezialisierte Services mit Zertifizierungen und höchsten Standards"
|
||||
tag="Expertise"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Partut", name: "PV-Fachbetrieb", price: "Solaranlage & Speicher", rating: 5,
|
||||
reviewCount: "Zertifiziert", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"},
|
||||
{
|
||||
id: "2", brand: "Partut", name: "E-Mobility Partner", price: "Wallbox & Ladestationen", rating: 5,
|
||||
reviewCount: "Akkreditiert", imageSrc: "http://img.b2bpic.net/free-photo/close-view-man-plugging-charger-into-electric-car-charging-port_1268-21379.jpg"},
|
||||
{
|
||||
id: "3", brand: "Partut", name: "SmartHome Partner", price: "Gebäudeautomation", rating: 5,
|
||||
reviewCount: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-with-smart-home-control-panel_9975-33223.jpg"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="zertifizierungen" data-section="zertifizierungen" className="py-16">
|
||||
<SocialProofOne
|
||||
@@ -142,13 +112,7 @@ export default function AboutPage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Meisterbetrieb",
|
||||
"PV-Fachbetrieb",
|
||||
"E-Mobility Partner",
|
||||
"SmartHome Partner",
|
||||
"ISO 9001 zertifiziert",
|
||||
"TÜV geprüft",
|
||||
]}
|
||||
"Meisterbetrieb", "PV-Fachbetrieb", "E-Mobility Partner", "SmartHome Partner", "ISO 9001 zertifiziert", "TÜV geprüft"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -161,8 +125,7 @@ export default function AboutPage() {
|
||||
logoText="Elektrotechnik Partut"
|
||||
columns={[
|
||||
{
|
||||
title: "Leistungen",
|
||||
items: [
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Sanierung", href: "/leistungen" },
|
||||
{ label: "E-Mobilität", href: "/leistungen" },
|
||||
{ label: "Photovoltaik", href: "/leistungen" },
|
||||
@@ -170,8 +133,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Referenzen", href: "/referenzen" },
|
||||
{ label: "Team", href: "/uber-uns" },
|
||||
@@ -179,8 +141,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Anfrage", href: "/kontakt" },
|
||||
{ label: "Telefon", href: "tel:+49123456789" },
|
||||
@@ -188,8 +149,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#privacy" },
|
||||
{ label: "Impressum", href: "#imprint" },
|
||||
{ label: "AGB", href: "#terms" },
|
||||
|
||||
Reference in New Issue
Block a user