Merge version_5 into main #7

Merged
bender merged 2 commits from version_5 into main 2026-03-09 22:06:00 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1385,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}