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