From 80c5ce84e2efba6a768c6afa7506a8f9bd5a4f18 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:11:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee7e359..e4eb06f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Solicită Ofertă", href: "#contact" }, - { text: "Contactează-ne", href: "#contact" } + { text: "Sună: 0766 762 374", href: "tel:0766762374" } ]} buttonAnimation="slide-up" /> -- 2.49.1