import React from 'react'; import Link from 'next/link'; interface PowerCTAProps { locale: string; } export default function PowerCTA({ locale }: PowerCTAProps) { const isDe = locale === 'de'; return (
{isDe ? 'Von der Planung von Wind- und Solarparks bis zur Lieferung hochwertiger Energiekabel erwecken wir Ihre Projekte zum Leben.' : 'From wind and solar park planning to delivering high-quality energy cables, we bring your projects to life.' }
{isDe ? 'Kostenlose Erstberatung für Ihr Vorhaben.' : 'Free initial consultation for your project.'}