7 Commits

Author SHA1 Message Date
69c514e9f9 Update src/app/page.tsx 2026-03-03 14:05:15 +00:00
c95758c48f Update src/app/layout.tsx 2026-03-03 14:05:13 +00:00
1cb07995b5 Update src/app/page.tsx 2026-03-03 14:02:19 +00:00
5a6c7b6bc9 Update src/app/layout.tsx 2026-03-03 14:02:18 +00:00
41eb262750 Update src/app/page.tsx 2026-03-03 14:01:32 +00:00
5740ba74c0 Update src/app/layout.tsx 2026-03-03 14:01:31 +00:00
fa924532f9 Merge version_2 into main
Merge version_2 into main
2026-03-03 13:57:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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