diff --git a/src/app/page.tsx b/src/app/page.tsx index d9518aa..2a804db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { description="Várjuk hívását vagy jelentkezését, hogy segíthessünk." buttons={[ { - text: "Hívjon most: +36 1 234 5678", href: "tel:+3612345678"}, + text: "Foglaljon időpontot most", href: "tel:+3612345678"}, ]} /> @@ -188,4 +188,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file