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

@@ -49,18 +49,18 @@ const Footer27 = ({ className }: Footer27Props) => {
viewport={{ once: true }}
className="flex flex-col justify-between md:flex-row md:items-center"
>
<div className="space-y-8">
<div className="space-y-8">
<motion.div variants={itemVariants} className="space-y-6">
<h2 className="text-4xl leading-tight font-bold text-foreground lg:text-5xl">
Bereit fuer einen professionellen Webauftritt?
Bereit für eine Website, die Kunden bringt?
</h2>
<p className="max-w-md text-lg leading-relaxed text-muted-foreground">
Unverbindlich, klar und ohne Verkaufsdruck.
Erzählen Sie mir kurz von Ihrem Unternehmen ich melde mich innerhalb von 24 Stunden mit einem unverbindlichen Angebot.
</p>
</motion.div>
<motion.div variants={itemVariants}>
<Button size="lg">Erstgespraech vereinbaren</Button>
<Button size="lg">Kostenloses Angebot anfordern</Button>
</motion.div>
</div>
@@ -105,29 +105,36 @@ const Footer27 = ({ className }: Footer27Props) => {
<Separator className="mb-8" />
</motion.div>
<motion.div
variants={itemVariants}
className="flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center"
>
<p className="text-sm text-muted-foreground">
© 2025 Matthias Meister. Alle Rechte vorbehalten.
</p>
<motion.div
variants={itemVariants}
className="flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center"
>
<p className="text-sm text-muted-foreground">
© 2025 Matthias Meister Webdesign Crimmitschau
</p>
<div className="flex items-center gap-6 text-sm">
<div className="flex items-center gap-6 text-sm">
<span className="text-muted-foreground">
Website von{" "}
<motion.a
href="#"
className="underline underline-offset-4 transition-colors hover:text-foreground"
whileHover={{ scale: 1.05 }}
transition={{
type: "spring",
stiffness: 300,
damping: 20,
}}
>
Matthias Meister
</motion.a>
Kontakt:{" "}
<a href="mailto:info@matthias-meister-webdesign.de" className="underline underline-offset-4 transition-colors hover:text-foreground">
info@matthias-meister-webdesign.de
</a>
</span>
<span className="text-muted-foreground">
Tel:{" "}
<a href="tel:037627984400" className="underline underline-offset-4 transition-colors hover:text-foreground">
03762 798 4400
</a>
</span>
<span className="text-muted-foreground">
<a href="/impressum" className="underline underline-offset-4 transition-colors hover:text-foreground">
Impressum
</a>
</span>
<span className="text-muted-foreground">
<a href="/datenschutz" className="underline underline-offset-4 transition-colors hover:text-foreground">
Datenschutz
</a>
</span>
</div>
</motion.div>