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

This commit is contained in:
2026-05-04 10:26:45 +02:00
parent 41ef9092d6
commit 5fb73d57dd
43 changed files with 2304 additions and 532 deletions

67
content/en/about.mdx Normal file
View File

@@ -0,0 +1,67 @@
import { AboutHero } from "@/components/sections/AboutHero";
import { AboutIntro } from "@/components/sections/AboutIntro";
import { ManifestSection } from "@/components/sections/ManifestSection";
import { CTASection } from "@/components/sections/CTASection";
<AboutHero
tagline="About us"
title={<>Reliable support for your <span className="text-accent">Grid Infrastructure</span></>}
subtitle="Manufacturer-neutral consulting in power cable technology. We see ourselves as your technical pilot."
/>
<AboutIntro
paragraphs={[
"Our roots lie in the deep practical experience of our technical consultants and our networks in the global cable market. We combine tradition with state-of-the-art innovation to realize reliable energy solutions for projects up to 110 kV.",
"We understand the challenges of the energy transition and offer manufacturer-neutral consulting based on facts, standards, and decades of experience."
]}
team={[
{
name: "Michael Bodemer",
role: "Managing Director & Owner",
linkedin: "https://www.linkedin.com/in/michael-bodemer-33b493122/"
},
{
name: "Klaus Mintel",
role: "Managing Director",
linkedin: "https://www.linkedin.com/in/klaus-mintel-b80a8b193/"
}
]}
/>
<ManifestSection
tagline="Values"
title="Our Manifest"
subtitle="Values that guide our daily work and ensure the success of your projects."
items={[
{
title: "Competence",
desc: "Decades of experience combined with Europe-wide know-how in state-of-the-art facilities."
},
{
title: "Availability",
desc: "Fast and reliable support without unnecessary delays."
},
{
title: "Solutions",
desc: "We ask the right questions to find the technically and economically best solution."
},
{
title: "Logistics",
desc: "From manufacturing monitoring to timely freight tracking."
},
{
title: "Openness",
desc: "We listen and continuously adapt our processes to your success."
},
{
title: "Reliability",
desc: "We keep what we promise without exception. Commitment is our foundation."
}
]}
/>
<CTASection
title="Ready for your next project?"
subtitle="Let's find the optimal solution for your energy infrastructure together. We advise you manufacturer-neutrally and competently."
buttonText="Contact us now"
/>