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 +}