Revise content across multiple components for enhanced clarity and user engagement; update About19, Contact21, CTA, FAQ, Footer, Hero, Pricing, and Stats sections with localized messaging and improved structure.

This commit is contained in:
2026-04-22 09:36:12 +02:00
parent f42b535073
commit ec22c238fa
9 changed files with 234 additions and 226 deletions

View File

@@ -13,12 +13,10 @@ const Stats11 = ({ className }: Stats11Props) => {
<div>
<h2 className="mb-16 max-w-3xl text-3xl leading-10 font-semibold sm:mb-24 md:mx-10">
Eine gute Unternehmenswebsite braucht keinen Hype, sondern einen
klaren Ablauf.
Für Google optimiert, schnell geladen und klar kalkulierbar.
<span className="font-medium text-primary/50">
{" "}
Von der Struktur bis zur Veroeffentlichung arbeite ich
transparent und nachvollziehbar.
Genau die Zahlen, die bei einer Website wirklich zählen.
</span>
</h2>
<div className="relative grid max-w-2xl gap-4 border-x border-border pb-32 sm:grid-cols-2 sm:gap-10 sm:pb-44 md:ml-10 md:border-0">
@@ -26,37 +24,37 @@ const Stats11 = ({ className }: Stats11Props) => {
<div className="flex flex-col gap-2">
<span className="flex gap-5 text-3xl font-semibold">
<span className="relative -left-px w-px bg-primary/50"></span>
1
SEO-ready
</span>
<p className="pl-5 font-medium text-muted-foreground/80">
Ansprechpartner
Für Google optimiert
</p>
</div>
<div className="flex flex-col gap-2">
<span className="flex gap-5 text-3xl font-semibold">
<span className="relative -left-px w-px bg-primary/50"></span>
3
{"< 1 Sek."}
</span>
<p className="pl-5 font-medium text-muted-foreground/80">
Klare Schritte
Ladezeit
</p>
</div>
<div className="flex flex-col gap-2">
<span className="flex gap-5 text-3xl font-semibold">
<span className="relative -left-px w-px bg-primary/50"></span>
100 %
ab 799
</span>
<p className="pl-5 font-medium text-muted-foreground/80">
Responsive
Transparenter Einmalpreis
</p>
</div>
<div className="flex flex-col gap-2">
<span className="flex gap-5 text-3xl font-semibold">
<span className="relative -left-px w-px bg-primary/50"></span>
Klar
2 Wochen
</span>
<p className="pl-5 font-medium text-muted-foreground/80">
Angebot und Umfang
Bis zum Go-Live
</p>
</div>
</div>