Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca5e370c0a |
@@ -31,7 +31,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="de" suppressHydrationWarning>
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Direkt mit uns kontaktieren"
|
||||
ctaDescription="Buchen Sie einen Termin oder rufen Sie uns für eine kostenlose Beratung an."
|
||||
ctaButton={{ text: "Jetzt anrufen", href: "tel:+49-40-1234567" }}
|
||||
ctaButton={{ text: "Kostenlos Termin buchen", href: "#booking" }}
|
||||
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