Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69c514e9f9 | |||
| c95758c48f | |||
| 1cb07995b5 | |||
| 5a6c7b6bc9 | |||
| 41eb262750 | |||
| 5740ba74c0 | |||
| fa924532f9 |
@@ -31,7 +31,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="de" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
|
||||
@@ -166,8 +166,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Direkt mit uns kontaktieren"
|
||||
ctaDescription="Buchen Sie einen kostenlosen Termin oder rufen Sie uns für eine kostenlose Beratung an."
|
||||
ctaButton={{ text: "Kostenlos Termin buchen", href: "#booking" }}
|
||||
ctaDescription="Buchen Sie einen Termin oder rufen Sie uns für eine kostenlose Beratung an."
|
||||
ctaButton={{ text: "Jetzt anrufen", href: "tel:+49-40-1234567" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{ id: "1", title: "Erhalten wir einen kostenlosen Kostenvoranschlag?", content: "Ja, wir erstellen kostenlos und unverbindlich einen detaillierten Kostenvoranschlag für jedes Projekt." },
|
||||
|
||||
Reference in New Issue
Block a user