Files
mb-grid-solutions.com/content/en/about.mdx
Marc Mintel 5fb73d57dd
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
feat: complete migration to static MDX, stabilize local infrastructure and fix i18n issues
2026-05-04 10:26:45 +02:00

68 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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"
/>