From 8ceb7b9fa456d1f75402728a42e705c5e026a6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:57:14 +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 312bf53..709c09a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Call for 24/7 Service", href: "tel:9180000000" }, + { text: "Call (918) 000-0000 for 24/7 Service", href: "tel:9180000000" }, ]} mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/car-repair-service-mechanic-in-uniform-working-under-car-in-garage_23-2148967069.jpg" @@ -148,4 +148,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1