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

@@ -9,29 +9,29 @@ import { cn } from "@/lib/utils";
const faqs = [
{
question: "What is a FAQ and why is it important?",
question: "Wie lange dauert die Umsetzung einer neuen Website?",
answer:
"FAQ stands for Frequently Asked Questions. It is a list that provides answers to common questions people may have about a specific product, service, or topic.",
"Das haengt vom Umfang ab. Nach einem kurzen Erstgespraech erhalten Sie einen klaren Ablauf mit realistischem Zeitrahmen.",
},
{
question: "Why should I use a FAQ on my website or app?",
question: "Unterstuetzen Sie auch bei Struktur und Texten?",
answer:
"Utilizing a FAQ section on your website or app is a practical way to offer instant assistance to your users or customers. Instead of waiting for customer support responses, they can find quick answers to commonly asked questions. ",
"Ja. Ich helfe Ihnen dabei, Inhalte sinnvoll zu ordnen und Texte klar zu formulieren, damit Besucher schnell verstehen, was Sie anbieten.",
},
{
question: "How do I effectively create a FAQ section?",
question: "Ist die Website auch auf dem Smartphone optimiert?",
answer:
"Creating a FAQ section starts with gathering the most frequent questions you receive from your users or customers. Once you have a list, you need to write clear, detailed, and helpful answers to each question.",
"Ja. Jede Website wird responsive umgesetzt und auf gaengigen Bildschirmgroessen sauber dargestellt.",
},
{
question: "What are the benefits of having a well-maintained FAQ section?",
question: "Wie laufen Korrekturen und Abstimmungen ab?",
answer:
"There are numerous advantages to maintaining a robust FAQ section. Firstly, it provides immediate answers to common queries, which improves the user experience.",
"Wir stimmen zentrale Punkte frueh ab und arbeiten mit klaren Feedbackrunden, damit der Prozess planbar und effizient bleibt.",
},
{
question: "How do I effectively create a FAQ section?",
question: "Was kostet eine Website fuer mein Unternehmen?",
answer:
"Creating a FAQ section starts with gathering the most frequent questions you receive from your users or customers. Once you have a list, you need to write clear, detailed, and helpful answers to each question.",
"Die Kosten richten sich nach Ziel, Seitenumfang und gewuenschten Funktionen. Sie erhalten ein transparentes Angebot statt pauschaler Standardpreise.",
},
];
@@ -46,21 +46,21 @@ const Faq7 = ({ className }: Faq7Props) => {
<div className="mx-auto grid max-w-7xl gap-10 md:grid-cols-2">
<div className="flex flex-col gap-6">
<h2 className="text-4xl font-semibold">
Need Help?
Fragen vor dem Start?
<br />
<span className="text-muted-foreground/70">
We&apos;re here to assist.
Hier finden Sie schnelle Antworten.
</span>
</h2>
<p className="text-lg text-muted-foreground md:text-xl">
Still have questions? Feel free to contact our friendly
Falls noch etwas offen ist, schreiben Sie mir gern ueber das
<a href="#" className="mx-1 whitespace-nowrap underline">
support team
Kontaktformular
</a>
specialists.
.
</p>
<Button size="lg" variant="outline" className="w-fit">
View all FAQs
Alle Fragen ansehen
</Button>
</div>
<Accordion type="multiple">