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() {