From 89e994096971b8527723707e45087b8e265f57e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 19:01:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d867bcc..6a4f6c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,14 +39,14 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="SameDayRoofing" - button={{ text: "Get Quote", href: "#contact" }} + button={{ text: "Call (555) 123-4567", href: "tel:+15551234567" }} />
@@ -105,7 +105,7 @@ export default function LandingPage() { { id: "p6", name: "New Gutter Installation", price: "Quote", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg" }, ]} title="Our Professional Roofing Services" - description="Comprehensive solutions tailored to your unique roofing needs." + description="Comprehensive solutions tailored to your unique roofing needs. Call (555) 123-4567 for more info." /> @@ -147,7 +147,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Do you provide emergency roofing services?", content: "Yes, we are available 24/7 for urgent roof repairs." }, + { id: "q1", title: "Do you provide emergency roofing services?", content: "Yes, we are available 24/7 for urgent roof repairs. Call (555) 123-4567." }, { id: "q2", title: "How long does a roof inspection take?", content: "Usually 30-60 minutes depending on the size." }, { id: "q3", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured." }, ]} @@ -161,8 +161,8 @@ export default function LandingPage() { @@ -170,7 +170,7 @@ export default function LandingPage() {