diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a8c553d..8744d7b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f12c3c..bee3d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" buttons={[ - { text: "Chiama Ora", href: "tel:0121349116" }, + { text: "Ritiro Gratuito Adesso", href: "tel:0121349116" }, { text: "Richiedi Informazioni", href: "#contact" } ]} buttonAnimation="slide-up" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file