Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8e46bda52 | |||
| f7a4d75593 | |||
| 107b5d87c3 | |||
| 03110c0353 |
@@ -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"
|
||||
/>
|
||||
</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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user