diff --git a/src/app/page.tsx b/src/app/page.tsx
index c555a69..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,16 +42,16 @@ export default function LandingPage() {
@@ -93,10 +93,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- { title: "Storm Damage Repair", description: "Immediate patching for wind and storm destruction.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=2", imageAlt: "emergency roofing service repair worker" },
- { title: "Roof Leak Detection", description: "Identifying and fixing leaks at the source.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "roofing installation team working" },
- { title: "Tarping Services", description: "Emergency covering until permanent repairs start.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg?_wi=1", imageAlt: "roof inspection tools close up" },
- { title: "Shingle Replacement", description: "Matching and replacing lost or damaged shingles.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=2", imageAlt: "happy client portrait residential" }
+ { title: "Storm Damage Repair", description: "Immediate patching for wind and storm destruction.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "emergency roofing service repair worker" },
+ { title: "Roof Leak Detection", description: "Identifying and fixing leaks at the source.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "roofing installation team working" },
+ { title: "Tarping Services", description: "Emergency covering until permanent repairs start.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/knives-tools-electrical-maintenance_23-2147743046.jpg", imageAlt: "roof inspection tools close up" },
+ { title: "Shingle Replacement", description: "Matching and replacing lost or damaged shingles.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "happy client portrait residential" }
]}
title="Our Emergency Services"
description="We cover all common roofing emergencies to keep you and your property dry."
@@ -112,7 +112,7 @@ export default function LandingPage() {
{ id: "faq-3", title: "What payment methods do you accept?", content: "We accept all major credit cards, cash, and work with most insurance providers." }
]}
sideTitle="Common Roof Questions"
- sideDescription="Get clear answers about our emergency process."
+ sideDescription="Get clear answers about our emergency process or call +1 (858) 923-4199."
faqsAnimation="blur-reveal"
/>
@@ -121,22 +121,22 @@ export default function LandingPage() {