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:
67
content/en/about.mdx
Normal file
67
content/en/about.mdx
Normal 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"
|
||||
/>
|
||||
62
content/en/index.mdx
Normal file
62
content/en/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="Technical Consulting"
|
||||
title={<>Specialized Partner for <span className="text-accent">Power Cable Projects</span></>}
|
||||
subtitle="Manufacturer-neutral technical consulting for your projects in medium and high voltage networks up to 110 kV."
|
||||
ctaPrimary="Inquire Project"
|
||||
ctaSecondary="Learn More"
|
||||
/>
|
||||
|
||||
<PortfolioSection
|
||||
tag="Portfolio"
|
||||
title="Our Services"
|
||||
description="Consulting by independent experts with decades of experience in engineering, standards committees, planning, and production."
|
||||
linkText="View all details"
|
||||
/>
|
||||
|
||||
<ExpertiseSection
|
||||
tag="Expertise"
|
||||
title="Applications & Target Groups"
|
||||
description="We support you in the realization of your cable projects."
|
||||
groups={[
|
||||
"Energy Suppliers",
|
||||
"Engineering Offices",
|
||||
"Civil Engineering Companies",
|
||||
"Industry",
|
||||
"RE Developers",
|
||||
"Planning Offices"
|
||||
]}
|
||||
/>
|
||||
|
||||
<TechnicalSpecsSection
|
||||
tag="Specifications"
|
||||
title="Technical Expertise"
|
||||
items={[
|
||||
{
|
||||
label: "Cable Types",
|
||||
value: "N2XS(FL)2Y, N2X(F)KLD2Y...",
|
||||
desc: "Comprehensive expertise in the design of common high voltage cables."
|
||||
},
|
||||
{
|
||||
label: "Voltage Levels",
|
||||
value: "64/110 kV & Medium Voltage",
|
||||
desc: "Specialized consulting for complex infrastructure projects."
|
||||
},
|
||||
{
|
||||
label: "Conductor Technology",
|
||||
value: "Solid, Multi-wire & Milliken",
|
||||
desc: "Optimization of conductor design regarding current carrying capacity."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<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"
|
||||
/>
|
||||
Reference in New Issue
Block a user