diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73cc6be..aed0d5f 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 diff --git a/src/app/page.tsx b/src/app/page.tsx index f785728..3494883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} avatarText="Riporta pace e equilibrio nella tua vita" buttons={[ - { text: "Esplora le Meditazioni", href: "meditations" }, + { text: "Inizia Gratis Oggi", href: "meditations" }, { text: "Prenota una Sessione Reiki", href: "reiki-sessions" } ]} buttonAnimation="slide-up" @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file