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

@@ -6,38 +6,38 @@ import { cn } from "@/lib/utils";
const featureData = [
{
desc: "Lorem ipsum dolor sit amet consec adipisicing elit. Quisquam, quos.",
desc: "Ihre Website erklaert in wenigen Sekunden, fuer wen Sie arbeiten und was Sie konkret anbieten.",
img: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/guri3/img1.jpeg",
title: "Quality",
badgeTitle: "#1 Block",
title: "Klare Positionierung",
badgeTitle: "Vorteil 01",
gridClass: "md:col-span-1",
},
{
desc: "Consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore. Lorem ipsum dolor sit amet consec adipisicing elit.",
desc: "Ein zeitgemaesses Design sorgt fuer einen starken ersten Eindruck und passt zu Ihrem Unternehmen.",
img: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/guri3/img7.jpeg",
title: "Innovation",
badgeTitle: "#2 Block",
title: "Modernes Erscheinungsbild",
badgeTitle: "Vorteil 02",
gridClass: "lg:col-span-2",
},
{
desc: "Ut enim ad minim veniam quis nostrud exercitation ullamco laboris.",
desc: "Ihre Inhalte funktionieren sauber auf Smartphone, Tablet und Desktop - ohne Umwege fuer Besucher.",
img: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/guri3/img11.jpeg",
title: "Performance",
badgeTitle: "#3 Block",
title: "Mobil optimiert",
badgeTitle: "Vorteil 03",
gridClass: "md:col-span-1 lg:row-span-2 ",
},
{
desc: "Consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore. Lorem ipsum dolor sit amet consec adipisicing elit.",
desc: "Klare Kontaktwege mit gut sichtbaren Handlungsaufforderungen machen den naechsten Schritt leicht.",
img: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/guri3/img2.jpeg",
title: "Innovation",
badgeTitle: "#2 Block",
title: "Anfragen ohne Huerden",
badgeTitle: "Vorteil 04",
gridClass: "lg:col-span-2",
},
{
desc: "Duis aute irure dolor in reprehenderit in voluptate velit esse.",
desc: "Die Seite bleibt wartbar aufgebaut, damit Inhalte spaeter schnell angepasst oder erweitert werden koennen.",
img: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/guri3/img4.jpeg",
title: "Reliability",
badgeTitle: "#4 Block",
title: "Pflegeleicht aufgebaut",
badgeTitle: "Vorteil 05",
gridClass: "md:col-span-1",
},
];