1 Commits

Author SHA1 Message Date
4c1a3011da Update src/app/page.tsx 2026-04-05 06:31:44 +00:00

View File

@@ -33,8 +33,8 @@ export default function LandingPage() {
{ name: "Services", id: "features" }, { name: "Services", id: "features" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Colin's Emergency Roofers" brandName="Colin's Roofers"
button={{ text: "Call +1 (858) 923-4199", href: "tel:+18589234199" }} button={{ text: "Call Now", href: "tel:+1234567890" }}
/> />
</div> </div>
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="24/7 Emergency Roofing Repairs" 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={[ 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: "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" }, { 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: "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" } { 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" 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" imageAlt="Professional roof repair service in progress"
avatars={[ avatars={[
@@ -76,7 +76,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
title="Reliability When You Need It Most" 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={[ bulletPoints={[
{ title: "24/7 Availability", description: "We are ready to fix your roof any time, day or night." }, { 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." }, { 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." } { 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" 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" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -121,7 +121,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Need Help? Contact Us Now" 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={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", 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"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Colin's Emergency Roofers" logoText="Colin's Roofers"
copyrightText="© 2025 Colin's Emergency Roofers. All rights reserved. Phone: +1 (858) 923-4199" copyrightText="© 2025 Colin's Emergency Roofers. All rights reserved."
socialLinks={[ socialLinks={[
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }, { icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" } { icon: Instagram, href: "#", ariaLabel: "Instagram" }