Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-28 09:59:59 +00:00

View File

@@ -151,14 +151,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "How long does it take?", content: "Typically 24 weeks for a fully optimized business website."},
id: "f1", title: "Wie lange dauert die Erstellung?", content: "Typischerweise 24 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"
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -182,19 +182,19 @@ export default function LandingPage() {
<FooterBaseCard
columns={[
{
title: "Resources", items: [
title: "Ressourcen", items: [
{
label: "Blog", href: "#"},
{
label: "Analysis", href: "#contact"},
label: "Analyse", href: "#contact"},
],
},
{
title: "Legal", items: [
title: "Rechtliches", items: [
{
label: "Privacy", href: "#"},
label: "Datenschutz", href: "#"},
{
label: "Terms", href: "#"},
label: "Impressum", href: "#"},
],
},
]}