diff --git a/src/app/page.tsx b/src/app/page.tsx index 68420b6..b536f7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,14 +151,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "How long does it take?", content: "Typically 2–4 weeks for a fully optimized business website."}, + id: "f1", title: "Wie lange dauert die Erstellung?", content: "Typischerweise 2–4 Wochen für eine voll optimierte Business-Website."}, { - id: "f2", title: "Do you provide hosting?", content: "I offer setup guidance, but you maintain full ownership of your site."}, + id: "f2", title: "Bieten Sie Hosting an?", content: "Ich biete Einrichtungsunterstützung an, aber Sie behalten die volle Kontrolle über Ihre Website."}, { - id: "f3", title: "What about ongoing maintenance?", content: "I offer monthly support packages to keep your site fast and secure."}, + id: "f3", title: "Was ist mit laufender Wartung?", content: "Ich biete monatliche Support-Pakete an, um Ihre Seite schnell und sicher zu halten."}, ]} - title="Frequently Asked Questions" - description="Common questions about my design and development process." + title="Häufig gestellte Fragen" + description="Antworten auf häufige Fragen zu meinem Design- und Entwicklungsprozess." faqsAnimation="slide-up" /> @@ -168,12 +168,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - tag="Let's Talk" - title="Ready to get more bookings?" - description="No-obligation analysis for your website. It takes 5 minutes to get started." + tag="Kontakt" + title="Bereit für mehr Reservierungen?" + description="Eine unverbindliche Analyse für Ihre Website. Der Start dauert nur 5 Minuten." buttons={[ { - text: "Contact Me Now", href: "mailto:hello@designer.com"}, + text: "Jetzt Kontaktieren", href: "mailto:hello@designer.com"}, ]} /> @@ -182,19 +182,19 @@ export default function LandingPage() {