Update components with German translations and localized content; modify About19, Contact21, CTA, FAQ, Feature, Footer, Hero, Pricing, and Stats sections for improved clarity and user engagement.

This commit is contained in:
2026-04-21 16:14:40 +02:00
parent 6a8ee43c07
commit f42b535073
11 changed files with 141 additions and 133 deletions

View File

@@ -7,18 +7,19 @@ export default function CTASection() {
<div className="rounded-2xl bg-linear-to-r bg-[url('https://images.unsplash.com/photo-1739785890803-7a2191a37ef5?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D')] bg-cover bg-bottom px-8 py-10 md:px-16 md:py-20">
<header className="mb-8 max-w-2xl space-y-4">
<h2 className="font-heading text-4xl leading-10 text-black lg:text-4xl">
Benefit up to 33% when connecting to Sentium for 4 months or more
Lassen Sie uns ueber Ihre neue Website sprechen
</h2>
<p className="text-lg text-black/60">
Register and start using our cloud solutions today
Ob Neuprojekt oder Redesign: Sie erhalten eine klare Empfehlung
und einen realistischen naechsten Schritt.
</p>
</header>
{/* CTA Buttons */}
<div className="flex flex-wrap gap-4">
<Button size="lg">Get Started</Button>
<Button size="lg">Unverbindlich anfragen</Button>
<Button size="lg" variant="secondary">
Contact
Erstgespraech vereinbaren
</Button>
</div>
</div>