Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-13 02:25:25 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Champion Roofing, Inc." brandName="Champion Roofing, Inc."
/> />
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Champion Roofing, Inc. delivers premium roofing solutions with unmatched craftsmanship, serving our community for over two decades." description="Champion Roofing, Inc. delivers premium roofing solutions with unmatched craftsmanship, serving our community for over two decades."
buttons={[ buttons={[
{ {
text: "Get a Free Quote", text: "Get a Free Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-water-drips-morning-dew-car-window_181624-3141.jpg" imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-water-drips-morning-dew-car-window_181624-3141.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", src: "http://img.b2bpic.net/free-photo/empty-pool-with-chairs-near-cliff-sea_181624-3442.jpg", alt: "Satisfied homeowner"},
alt: "Satisfied homeowner",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", src: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", alt: "Homeowner review"},
alt: "Homeowner review",
},
{ {
src: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg", src: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg", alt: "Property manager"},
alt: "Property manager",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", src: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1040.jpg", alt: "Local client"},
alt: "Local client",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg", src: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg", alt: "Happy customer"},
alt: "Happy customer",
},
]} ]}
avatarText="Trusted by 5,000+ local homeowners" avatarText="Trusted by 5,000+ local homeowners"
/> />
@@ -94,20 +74,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Built on Quality & Integrity"},
content: "Built on Quality & Integrity",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580608.jpg", alt: "About Champion Roofing"},
src: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580608.jpg",
alt: "About Champion Roofing",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#services"},
href: "#services",
},
]} ]}
/> />
</div> </div>
@@ -119,26 +92,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Roof Replacements", description: "High-quality, durable materials installed with precision.", tag: "New Roof", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"},
title: "Roof Replacements",
description: "High-quality, durable materials installed with precision.",
tag: "New Roof",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg",
},
{ {
id: "f2", id: "f2", title: "Precision Repairs", description: "Expert solutions for leaks, storm damage, and wear.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530685.jpg"},
title: "Precision Repairs",
description: "Expert solutions for leaks, storm damage, and wear.",
tag: "Maintenance",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530685.jpg",
},
{ {
id: "f3", id: "f3", title: "Detailed Inspections", description: "Comprehensive evaluations for longevity and safety.", tag: "Inspection", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg"},
title: "Detailed Inspections",
description: "Comprehensive evaluations for longevity and safety.",
tag: "Inspection",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg",
},
]} ]}
title="Our Expert Roofing Services" title="Our Expert Roofing Services"
description="Comprehensive roofing solutions tailored to your home's unique needs." description="Comprehensive roofing solutions tailored to your home's unique needs."
@@ -152,20 +110,11 @@ export default function LandingPage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "20+", description: "Years Experience"},
value: "20+",
description: "Years Experience",
},
{ {
id: "m2", id: "m2", value: "5k+", description: "Roofs Completed"},
value: "5k+",
description: "Roofs Completed",
},
{ {
id: "m3", id: "m3", value: "100%", description: "Customer Satisfaction"},
value: "100%",
description: "Customer Satisfaction",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -176,14 +125,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"GAF Certified", "GAF Certified", "Owens Corning", "BBB Accredited", "CertainTeed Pro", "Atlas Certified", "NRCA Member", "Local Chamber"]}
"Owens Corning",
"BBB Accredited",
"CertainTeed Pro",
"Atlas Certified",
"NRCA Member",
"Local Chamber",
]}
title="Trusted by Professionals" title="Trusted by Professionals"
description="We are proud to maintain partnerships with the industry's leading brands and organizations." description="We are proud to maintain partnerships with the industry's leading brands and organizations."
/> />
@@ -196,40 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "John Doe", role: "Homeowner", testimonial: "Excellent service and prompt delivery. My roof looks amazing!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg"},
name: "John Doe",
role: "Homeowner",
testimonial: "Excellent service and prompt delivery. My roof looks amazing!",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-t-shirt-jacket-cap-looking-dreamy-front-view_176474-57862.jpg",
},
{ {
id: "t2", id: "t2", name: "Jane Smith", role: "Property Manager", testimonial: "Champion Roofing is the standard for quality in our city.", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg"},
name: "Jane Smith",
role: "Property Manager",
testimonial: "Champion Roofing is the standard for quality in our city.",
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg",
},
{ {
id: "t3", id: "t3", name: "Robert Lee", role: "Homeowner", testimonial: "Professional, clean, and honest. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg"},
name: "Robert Lee",
role: "Homeowner",
testimonial: "Professional, clean, and honest. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg",
},
{ {
id: "t4", id: "t4", name: "Sarah Miller", role: "Homeowner", testimonial: "They turned a stressful experience into an easy process.", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg"},
name: "Sarah Miller",
role: "Homeowner",
testimonial: "They turned a stressful experience into an easy process.",
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg",
},
{ {
id: "t5", id: "t5", name: "David Wilson", role: "Homeowner", testimonial: "Truly the best roofing company I have worked with.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
name: "David Wilson",
role: "Homeowner",
testimonial: "Truly the best roofing company I have worked with.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
},
]} ]}
title="What Homeowners Say" title="What Homeowners Say"
description="Hear directly from our community about their experience with our team." description="Hear directly from our community about their experience with our team."
@@ -242,20 +159,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How long does a roof last?", content: "Depending on materials, modern asphalt roofs can last 20-30 years."},
title: "How long does a roof last?",
content: "Depending on materials, modern asphalt roofs can last 20-30 years.",
},
{ {
id: "q2", id: "q2", title: "What is the warranty period?", content: "We offer industry-leading warranties on both materials and labor."},
title: "What is the warranty period?",
content: "We offer industry-leading warranties on both materials and labor.",
},
{ {
id: "q3", id: "q3", title: "Do you handle insurance claims?", content: "Yes, our team is expert in assisting with storm damage claims."},
title: "Do you handle insurance claims?",
content: "Yes, our team is expert in assisting with storm damage claims.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg"
title="Common Roofing Questions" title="Common Roofing Questions"
@@ -268,14 +176,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
text="Ready to secure your home? Get your expert consultation today." text="Ready to secure your home? Get your expert consultation today."
buttons={[ buttons={[
{ {
text: "Contact Us Now", text: "Call Now for Free Quote", href: "tel:555-0101"},
href: "tel:555-0101",
},
]} ]}
/> />
</div> </div>
@@ -289,4 +194,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }