1 Commits

Author SHA1 Message Date
ca5e370c0a Update src/app/page.tsx 2026-03-03 14:02:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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`}

View File

@@ -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." },