feat: complete migration to static MDX, stabilize local infrastructure and fix i18n issues
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 4s
🚀 Build & Deploy / 🚀 Deploy (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🧪 QA (push) Has been cancelled
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 4s
🚀 Build & Deploy / 🚀 Deploy (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🧪 QA (push) Has been cancelled
This commit is contained in:
62
content/de/index.mdx
Normal file
62
content/de/index.mdx
Normal file
@@ -0,0 +1,62 @@
|
||||
import { Hero } from "@/components/sections/Hero";
|
||||
import { PortfolioSection } from "@/components/sections/PortfolioSection";
|
||||
import { ExpertiseSection } from "@/components/sections/ExpertiseSection";
|
||||
import { TechnicalSpecsSection } from "@/components/sections/TechnicalSpecsSection";
|
||||
import { CTASection } from "@/components/sections/CTASection";
|
||||
|
||||
<Hero
|
||||
tag="Technische Beratung"
|
||||
title={<>Spezialisierter Partner für <span className="text-accent">Energiekabelprojekte</span></>}
|
||||
subtitle="Herstellerneutrale technische Beratung für Ihre Projekte in Mittel- und Hochspannungsnetzen bis zu 110 kV."
|
||||
ctaPrimary="Projekt anfragen"
|
||||
ctaSecondary="Mehr erfahren"
|
||||
/>
|
||||
|
||||
<PortfolioSection
|
||||
tag="Portfolio"
|
||||
title="Unsere Leistungen"
|
||||
description="Beratung durch unabhängige Experten mit jahrzehntelanger Erfahrung aus Engineering, Normengremien, Planung und Produktion."
|
||||
linkText="Alle Details ansehen"
|
||||
/>
|
||||
|
||||
<ExpertiseSection
|
||||
tag="Expertise"
|
||||
title="Anwendungen & Zielgruppen"
|
||||
description="Wir unterstützen Sie bei der Realisierung Ihrer Kabelprojekte."
|
||||
groups={[
|
||||
"Energieversorger",
|
||||
"Ingenieurbüros",
|
||||
"Tiefbauunternehmen",
|
||||
"Industrie",
|
||||
"Projektierer EE",
|
||||
"Planungsbüros"
|
||||
]}
|
||||
/>
|
||||
|
||||
<TechnicalSpecsSection
|
||||
tag="Spezifikationen"
|
||||
title="Technische Expertise"
|
||||
items={[
|
||||
{
|
||||
label: "Kabeltypen",
|
||||
value: "N2XS(FL)2Y, N2X(F)KLD2Y...",
|
||||
desc: "Umfassende Expertise im Design gängiger Hochspannungskabel."
|
||||
},
|
||||
{
|
||||
label: "Spannungsebenen",
|
||||
value: "64/110 kV & Mittelspannung",
|
||||
desc: "Spezialisierte Beratung für komplexe Infrastrukturprojekte."
|
||||
},
|
||||
{
|
||||
label: "Leitertechnologie",
|
||||
value: "Massiv-, Mehrdraht- & Milliken",
|
||||
desc: "Optimierung des Leiterdesigns hinsichtlich Stromtragfähigkeit."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<CTASection
|
||||
title="Bereit für Ihr nächstes Projekt?"
|
||||
subtitle="Lassen Sie uns gemeinsam die optimale Lösung für Ihre Energieinfrastruktur finden. Wir beraten Sie herstellerneutral und kompetent."
|
||||
buttonText="Jetzt Kontakt aufnehmen"
|
||||
/>
|
||||
Reference in New Issue
Block a user