Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9379b0feb6 | |||
| ff9c91ab7c | |||
| 83c41db814 | |||
| 08cb215f17 | |||
| ca5e370c0a | |||
| 8a5d6c2d5d | |||
| aa49189eae | |||
| 855a93789f |
@@ -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