From 04f5ea8cc79787a519e078c8847165f49f81e8a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:53:54 +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 0129e50..1485261 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="RK Garage Door" description="Professional garage door repair, installation, and maintenance services. Available 24/7 for emergency repairs with certified technicians and guaranteed satisfaction." buttons={[ - { text: "Emergency Service", href: "contact" }, + { text: "Call Now: (555) 123-4567", href: "tel:555-123-4567" }, { text: "Schedule Appointment", href: "contact" } ]} background={{ variant: "sparkles-gradient" }} @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}