Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c1a3011da |
@@ -33,8 +33,8 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Colin's Emergency Roofers"
|
||||
button={{ text: "Call +1 (858) 923-4199", href: "tel:+18589234199" }}
|
||||
brandName="Colin's Roofers"
|
||||
button={{ text: "Call Now", href: "tel:+1234567890" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="24/7 Emergency Roofing Repairs"
|
||||
description="Don't let a leak compromise your home. Colin's Emergency Roofers provides fast, reliable, and professional roofing repair services when you need them most. Call us at +1 (858) 923-4199."
|
||||
description="Don't let a leak compromise your home. Colin's Emergency Roofers provides fast, reliable, and professional roofing repair services when you need them most."
|
||||
testimonials={[
|
||||
{ name: "Alice Johnson", handle: "@alice", testimonial: "Fast response time and quality work. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=1" },
|
||||
{ name: "Bob Smith", handle: "@bob", testimonial: "Saved our living room from disaster during the storm.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-happy-young-man-winking-smiling-showing-paper-house-cutout-sta_1258-173394.jpg" },
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ name: "David Brown", handle: "@david", testimonial: "Great service at a fair price in an emergency.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg" },
|
||||
{ name: "Eve Davis", handle: "@eve", testimonial: "The best emergency roofing service in the area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-young-man-standing-brick-wall-doing-italian-gesture-with-hand-fingers-confident-expression_839833-1656.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Call +1 (858) 923-4199", href: "tel:+18589234199" }]}
|
||||
buttons={[{ text: "Get Emergency Help", href: "tel:+1234567890" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=1"
|
||||
imageAlt="Professional roof repair service in progress"
|
||||
avatars={[
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Reliability When You Need It Most"
|
||||
description="With over 20 years of experience, Colin's Emergency Roofers are dedicated to ensuring the safety and integrity of your home. We respond to calls fast, assess damage, and provide permanent solutions. Reach us anytime at +1 (858) 923-4199."
|
||||
description="With over 20 years of experience, Colin's Emergency Roofers are dedicated to ensuring the safety and integrity of your home. We respond to calls fast, assess damage, and provide permanent solutions."
|
||||
bulletPoints={[
|
||||
{ title: "24/7 Availability", description: "We are ready to fix your roof any time, day or night." },
|
||||
{ title: "Rapid Response", description: "Guaranteed arrival times to prevent further damage." },
|
||||
@@ -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 or call +1 (858) 923-4199."
|
||||
sideDescription="Get clear answers about our emergency process."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Help? Contact Us Now"
|
||||
description="Call us immediately at +1 (858) 923-4199 or use the form below for non-urgent inquiries."
|
||||
description="Call us immediately or use the form below for non-urgent inquiries."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -135,8 +135,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Colin's Emergency Roofers"
|
||||
copyrightText="© 2025 Colin's Emergency Roofers. All rights reserved. Phone: +1 (858) 923-4199"
|
||||
logoText="Colin's Roofers"
|
||||
copyrightText="© 2025 Colin's Emergency Roofers. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" }
|
||||
@@ -146,4 +146,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user