From 7da159e9b1770d2477c163da2ace3f717c882467 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:55:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.49.1