From a4e5d076f7b432a010fb713e525ea72e27f76f40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:15:15 +0000 Subject: [PATCH] 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 4601d1a..e796952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,8 +59,8 @@ export default function MainPage() { { imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28150.jpg?_wi=2", imageAlt: "Lavori in carrozzeria" } ]} buttons={[ - { text: "Chiama Ora", href: "tel:035526679" }, - { text: "Richiedi Preventivo", href: "#contact" } + { text: "Preventivo Gratuito", href: "#contact" }, + { text: "Chiama Ora", href: "tel:035526679" } ]} buttonAnimation="slide-up" carouselPosition="right" -- 2.49.1