From bd3edcacbf16b5e2f5aaf046b2be47c696839367 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:35:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 496483d02e4827a9ee2c56eaf4be228e0b385710 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:35:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1