Merge version_1_1781698996424 into main #1

Merged
bender merged 2 commits from version_1_1781698996424 into main 2026-06-17 12:24:50 +00:00

View File

@@ -19,25 +19,18 @@ export default function HomePage() {
title="Your Roof, Our Reputation"
description="Quality craftsmanship, responsive service, and fair pricing. Serving our community for over a decade with integrity and professional care."
primaryButton={{
text: "Request a Free Estimate",
href: "#contact",
}}
text: "Request a Free Estimate", href: "#contact"}}
secondaryButton={{
text: "View Our Services",
href: "#services",
}}
text: "View Our Services", href: "#services"}}
items={[
{
text: "Full Replacements",
icon: Shield,
text: "Full Replacements", icon: Shield,
},
{
text: "Roof Repair",
icon: Building2,
text: "Roof Repair", icon: Building2,
},
{
text: "Skylights & Gutters",
icon: Sun,
text: "Skylights & Gutters", icon: Sun,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg"
@@ -50,9 +43,7 @@ export default function HomePage() {
<AboutTextSplit
title="Why Choose Great American Roofing"
descriptions={[
"Great American Roofing Company is built on the foundation of transparency and high-quality workmanship. We pride ourselves on clear communication and consistent on-site supervision.",
"Unlike larger firms, we ensure that the owners or a dedicated supervisor are on-site for every project. This level of quality control ensures your job is completed correctly the first time.",
]}
"Great American Roofing Company is built on the foundation of transparency and high-quality workmanship. We pride ourselves on clear communication and consistent on-site supervision.", "Unlike larger firms, we ensure that the owners or a dedicated supervisor are on-site for every project. This level of quality control ensures your job is completed correctly the first time."]}
/>
</SectionErrorBoundary>
</div>
@@ -65,40 +56,19 @@ export default function HomePage() {
description="From minor storm repairs to complete home transformation, we provide long-lasting solutions."
items={[
{
title: "Roof Replacement",
description: "High-quality installation of modern, durable shingles.",
imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg",
},
title: "Roof Replacement", description: "High-quality installation of modern, durable shingles.", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg"},
{
title: "Attic Ventilation",
description: "Engineered airflow designs for optimal home health.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388949.jpg",
},
title: "Attic Ventilation", description: "Engineered airflow designs for optimal home health.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388949.jpg"},
{
title: "Skylight Install",
description: "Professional placement with leak-proof seals.",
imageSrc: "http://img.b2bpic.net/free-photo/doors-opening-beautiful-natural-view_23-2150083752.jpg",
},
title: "Skylight Install", description: "Professional placement with leak-proof seals.", imageSrc: "http://img.b2bpic.net/free-photo/doors-opening-beautiful-natural-view_23-2150083752.jpg"},
{
title: "Gutter Systems",
description: "Custom drainage and leader installation.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg",
},
title: "Gutter Systems", description: "Custom drainage and leader installation.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24747.jpg"},
{
title: "Soffit & Fascia",
description: "Protect your home exterior edges.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg",
},
title: "Soffit & Fascia", description: "Protect your home exterior edges.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"},
{
title: "Storm Repair",
description: "Responsive fixes after weather damage.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg",
},
title: "Storm Repair", description: "Responsive fixes after weather damage.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg"},
{
title: "Roof Inspection",
description: "Professional assessment of roof integrity.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveling-around-world_23-2148195193.jpg",
},
title: "Roof Inspection", description: "Professional assessment of roof integrity.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-traveling-around-world_23-2148195193.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -112,23 +82,11 @@ export default function HomePage() {
description="We stand behind every nail we drive with industry-leading support."
metrics={[
{
value: "100%",
title: "Commitment",
description: "Professional on-site supervision for every single project.",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-m-construction-electrician-worker_1303-2088.jpg",
},
value: "100%", title: "Commitment", description: "Professional on-site supervision for every single project.", imageSrc: "http://img.b2bpic.net/free-photo/engineering-m-construction-electrician-worker_1303-2088.jpg"},
{
value: "4.9★",
title: "Reputation",
description: "Consistently high ratings for quality and communication.",
imageSrc: "http://img.b2bpic.net/free-photo/group-four-people-standing-construction-site_259150-60525.jpg",
},
value: "4.9★", title: "Reputation", description: "Consistently high ratings for quality and communication.", imageSrc: "http://img.b2bpic.net/free-photo/group-four-people-standing-construction-site_259150-60525.jpg"},
{
value: "1000+",
title: "Completed",
description: "Over a decade of successful roof replacements.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29366.jpg",
},
value: "1000+", title: "Completed", description: "Over a decade of successful roof replacements.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-house-real-estate-sale-property-generative-ai_169016-29366.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -141,14 +99,7 @@ export default function HomePage() {
title="Partners & Industry Recognition"
description="We are proud to be the trusted choice for neighbors and industry professionals alike."
names={[
"GAF Certified",
"CertainTeed Pro",
"Better Business Bureau",
"Angi Super Service",
"Roofers Guild",
"Local Home Inspectors",
"Building Association",
]}
"GAF Certified", "CertainTeed Pro", "Better Business Bureau", "Angi Super Service", "Roofers Guild", "Local Home Inspectors", "Building Association"]}
/>
</SectionErrorBoundary>
</div>
@@ -161,45 +112,20 @@ export default function HomePage() {
description="Authentic feedback from satisfied homeowners who trust us with their biggest investment."
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
role: "Homeowner",
quote: "Fantastic service and great clean-up. They were on-site constantly checking quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
},
name: "Sarah Jenkins", role: "Homeowner", quote: "Fantastic service and great clean-up. They were on-site constantly checking quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg"},
{
id: "2",
name: "Michael Roberts",
role: "Property Manager",
quote: "The owners sons are true professionals. Very responsive and competitive pricing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3862.jpg",
},
name: "Michael Roberts", role: "Property Manager", quote: "The owners sons are true professionals. Very responsive and competitive pricing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3862.jpg"},
{
id: "3",
name: "Jennifer L.",
role: "Homeowner",
quote: "They fixed a storm leak within 24 hours. Their follow-up support is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
},
name: "Jennifer L.", role: "Homeowner", quote: "They fixed a storm leak within 24 hours. Their follow-up support is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
{
id: "4",
name: "David W.",
role: "Home Inspector",
quote: "I have added them to my reference list because their roof replacements are top-tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-vest_23-2148751963.jpg",
},
name: "David W.", role: "Home Inspector", quote: "I have added them to my reference list because their roof replacements are top-tier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-vest_23-2148751963.jpg"},
{
id: "5",
name: "Emily P.",
role: "Homeowner",
quote: "Great work on our skylights and gutters. They made the whole process easy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-sitting-sofa-home-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-17918.jpg",
},
name: "Emily P.", role: "Homeowner", quote: "Great work on our skylights and gutters. They made the whole process easy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-sitting-sofa-home-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-17918.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -213,21 +139,13 @@ export default function HomePage() {
description="Answers to the most common questions regarding modern roof ventilation and system design."
items={[
{
question: "Why is proper attic ventilation design important?",
answer: "Proper ventilation ensures airflow through your attic, preventing moisture buildup and heat accumulation that can lead to energy loss and structural damage.",
},
question: "Why is proper attic ventilation design important?", answer: "Proper ventilation ensures airflow through your attic, preventing moisture buildup and heat accumulation that can lead to energy loss and structural damage."},
{
question: "Do I need a ridge vent if I have gable vents?",
answer: "This requires careful system design. Replacing an attic fan with a ridge vent without proper intake/exhaust balance can cause airflow conflicts. We conduct an audit before changes.",
},
question: "Do I need a ridge vent if I have gable vents?", answer: "This requires careful system design. Replacing an attic fan with a ridge vent without proper intake/exhaust balance can cause airflow conflicts. We conduct an audit before changes."},
{
question: "What shingles do you recommend?",
answer: "We generally recommend high-durability options like GAF Timberline UHDZ for optimal protection and aesthetics.",
},
question: "What shingles do you recommend?", answer: "We generally recommend high-durability options like GAF Timberline UHDZ for optimal protection and aesthetics."},
{
question: "Are you on-site during installation?",
answer: "Yes, we maintain active supervision by our owners or senior supervisors throughout every project to ensure the highest standards.",
},
question: "Are you on-site during installation?", answer: "Yes, we maintain active supervision by our owners or senior supervisors throughout every project to ensure the highest standards."},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-shot-ceiling-cool-house-with-modern-minimalistic-interior_181624-6635.jpg"
/>
@@ -240,13 +158,9 @@ export default function HomePage() {
tag="Ready to Get Started?"
text="Contact us today for a free professional estimate on your roof replacement or repair."
primaryButton={{
text: "Get Your Quote",
href: "tel:555-555-5555",
}}
text: "Get Your Quote", href: "tel:555-555-5555"}}
secondaryButton={{
text: "Email Us",
href: "mailto:hello@garoofing.com",
}}
text: "Email Us", href: "mailto:hello@garoofing.com"}}
/>
</SectionErrorBoundary>
</div>