Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:35:47 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmall"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
title="Premium Roofing Solutions"
description="Expert roofing installation, repair, and maintenance for residential and commercial properties. Trust our certified professionals for quality craftsmanship and reliable service."
tag="Professional Roofing"
@@ -96,13 +96,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Roof Installation", tags: ["New Construction", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg", imageAlt: "Professional roof installation with quality shingles"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg", imageAlt: "Professional roof installation with quality shingles"
},
{
id: "2", title: "Roof Repair & Maintenance", tags: ["Emergency Service", "24/7 Available"],
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair and maintenance services"},
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Expert roof repair and maintenance services"
},
{
id: "3", title: "Roof Inspection", tags: ["Detailed Assessment", "Free Estimate"],
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection and assessment"},
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection and assessment"
},
]}
animationType="slide-up"
title="Our Roofing Services"
@@ -121,11 +124,14 @@ export default function LandingPage() {
<MetricCardTen
metrics={[
{
id: "1", title: "Roofing Projects", subtitle: "Completed across residential and commercial properties", category: "Projects", value: "2,500+"},
id: "1", title: "Roofing Projects", subtitle: "Completed across residential and commercial properties", category: "Projects", value: "2,500+"
},
{
id: "2", title: "Satisfied Customers", subtitle: "Throughout our 20-year history", category: "Clients", value: "98%"},
id: "2", title: "Satisfied Customers", subtitle: "Throughout our 20-year history", category: "Clients", value: "98%"
},
{
id: "3", title: "Years of Excellence", subtitle: "Trusted expertise in the roofing industry", category: "Experience", value: "20+"},
id: "3", title: "Years of Excellence", subtitle: "Trusted expertise in the roofing industry", category: "Experience", value: "20+"
},
]}
title="Our Track Record"
description="Proven results and customer satisfaction that speak for themselves."
@@ -145,22 +151,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "John Mitchell", role: "Homeowner", company: "Chicago, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell testimonial photo"
},
{
id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Downtown Commercial", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson testimonial photo"
},
{
id: "3", name: "Michael Chen", role: "Restaurant Owner", company: "Chen's Kitchen", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen testimonial photo"
},
{
id: "4", name: "Emily Rodriguez", role: "Real Estate Agent", company: "Rodriguez Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emily Rodriguez testimonial photo"
},
{
id: "5", name: "David Park", role: "Homeowner", company: "Suburban Homes", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "David Park testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Park testimonial photo"
},
{
id: "6", name: "Lisa Thompson", role: "Building Manager", company: "Twin Towers LLC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Lisa Thompson testimonial photo"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Lisa Thompson testimonial photo"
},
]}
title="What Our Customers Say"
description="Real feedback from satisfied homeowners and businesses we've served."
@@ -180,17 +192,23 @@ export default function LandingPage() {
<FaqDouble
faqs={[
{
id: "1", title: "How long does a roof replacement typically take?", content: "Most roof replacements are completed within 3-5 days depending on weather conditions and roof size. We'll provide a detailed timeline during your consultation."},
id: "1", title: "How long does a roof replacement typically take?", content: "Most roof replacements are completed within 3-5 days depending on weather conditions and roof size. We'll provide a detailed timeline during your consultation."
},
{
id: "2", title: "What's your warranty on roofing work?", content: "We offer a 10-year workmanship warranty on all our installation work, plus manufacturer warranties on materials used."},
id: "2", title: "What's your warranty on roofing work?", content: "We offer a 10-year workmanship warranty on all our installation work, plus manufacturer warranties on materials used."
},
{
id: "3", title: "Do you offer emergency roof repair services?", content: "Yes! We provide 24/7 emergency repair services to protect your property from weather damage. Call our emergency line for immediate assistance."},
id: "3", title: "Do you offer emergency roof repair services?", content: "Yes! We provide 24/7 emergency repair services to protect your property from weather damage. Call our emergency line for immediate assistance."
},
{
id: "4", title: "How often should I have my roof inspected?", content: "We recommend annual roof inspections, especially after severe weather. This helps catch issues early and extend your roof's lifespan."},
id: "4", title: "How often should I have my roof inspected?", content: "We recommend annual roof inspections, especially after severe weather. This helps catch issues early and extend your roof's lifespan."
},
{
id: "5", title: "What types of roofing materials do you work with?", content: "We specialize in asphalt shingles, metal roofing, slate, and tile. Our team can recommend the best option for your property's climate and budget."},
id: "5", title: "What types of roofing materials do you work with?", content: "We specialize in asphalt shingles, metal roofing, slate, and tile. Our team can recommend the best option for your property's climate and budget."
},
{
id: "6", title: "Are you licensed and insured?", content: "Absolutely. We maintain full licensing and comprehensive insurance coverage to protect both our team and your property."},
id: "6", title: "Are you licensed and insured?", content: "Absolutely. We maintain full licensing and comprehensive insurance coverage to protect both our team and your property."
},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our roofing services and process."