Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:01:51 +00:00
parent 2967586771
commit 89e9940969

View File

@@ -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" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Same Day Roofing Services, Your Trusted Local Expert"
description="Don't let a damaged roof wait. We provide fast, reliable, and high-quality roofing solutions on your schedule. Licensed, insured, and ready to protect your home."
description="Don't let a damaged roof wait. We provide fast, reliable, and high-quality roofing solutions on your schedule. Licensed, insured, and ready to protect your home. Reach us at (555) 123-4567."
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-roof-together_23-2149343670.jpg"
showDimOverlay={true}
@@ -67,7 +67,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
title="Experience Quality Roofing You Can Count On"
description="At Same Day Roofing, we specialize in providing rapid response roofing services without compromising on quality craftsmanship. We treat every roof as if it were our own."
description="At Same Day Roofing, we specialize in providing rapid response roofing services without compromising on quality craftsmanship. We treat every roof as if it were our own. Call us today at (555) 123-4567."
bulletPoints={[
{ title: "24/7 Rapid Support", description: "We are available when you need us most." },
{ title: "Certified Professionals", description: "Experienced, licensed, and highly trained team." },
@@ -86,7 +86,7 @@ export default function LandingPage() {
negativeCard={{ items: ["Hidden costs in quotes", "Long waits for appointments", "Lack of clear communication", "Unprofessional contractors", "Inconsistent scheduling"] }}
positiveCard={{ items: ["Transparent upfront pricing", "Same-day inspection booking", "Consistent live updates", "Licensed and insured work", "Quality materials guaranteed"] }}
title="Why Choose Our Roofing Service"
description="We bridge the gap between emergency repairs and premium roofing craftsmanship."
description="We bridge the gap between emergency repairs and premium roofing craftsmanship. Give us a call at (555) 123-4567 to discuss your project."
/>
</div>
@@ -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."
/>
</div>
@@ -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() {
<ContactText
useInvertedBackground={true}
background={{ variant: "canvas-reveal" }}
text="Ready to fix your roof today? Contact us for a free, fast estimate."
buttons={[{ text: "Get in Touch", href: "tel:+18005550123" }]}
text="Ready to fix your roof today? Contact us for a free, fast estimate at (555) 123-4567."
buttons={[{ text: "Call Us Now", href: "tel:+15551234567" }]}
/>
</div>
@@ -170,7 +170,7 @@ export default function LandingPage() {
<FooterSimple
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Call: (555) 123-4567", href: "tel:+15551234567" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 Same Day Roofing Services"