From 7684eed83b8d892af1910e7efc0a6d8db1f13a22 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:31:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 677551f..b97a2d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,8 @@ export default function LandingPage() { { name: "Services", id: "features" }, { name: "Contact", id: "contact" }, ]} - brandName="Colin's Roofers" - button={{ text: "Call Now", href: "tel:+1234567890" }} + brandName="Colin's Emergency Roofers" + button={{ text: "Call +1 (858) 923-4199", href: "tel:+18589234199" }} /> @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -121,7 +121,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file