diff --git a/src/app/page.tsx b/src/app/page.tsx index 195f2c8..9d3dcec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contatti", id: "contact" } ]} button={{ - text: "Prenota Prova Gratuita", href: "#contact" + text: "Prenota Ora — Prova Gratuita", href: "#contact" }} animateOnLoad={true} /> @@ -218,7 +218,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Prenota Prova Gratuita", href: "tel:+39123456789" }, + { text: "Prenota Ora — Prova Gratuita", href: "tel:+39123456789" }, { text: "Richiedi Informazioni", href: "#contact-form" } ]} /> @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}