From f17ebe8619808951aa80169dc107ccab5d1e4d73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:05:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4296efb..dd217b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 5f6631c609f8564cc261dac852b8927ddf8a89b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:05:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18cd33..141065c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="slide-up" buttons={[ - { text: "Kostenlosen Termin buchen", href: "contact" }, + { text: "Jetzt kostenlosen Termin sichern", href: "contact" }, { text: "Mehr erfahren", href: "about" }, ]} buttonAnimation="slide-up" @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1