5 Commits

Author SHA1 Message Date
5f8036e231 Merge version_9 into main
Merge version_9 into main
2026-03-29 07:23:06 +00:00
d0a647b1b4 Update src/app/page.tsx 2026-03-29 07:23:03 +00:00
5d458a3c7a Merge version_8 into main
Merge version_8 into main
2026-03-29 07:20:36 +00:00
1c60d8c542 Update src/app/page.tsx 2026-03-29 07:20:30 +00:00
216fd97ead Merge version_7 into main
Merge version_7 into main
2026-03-29 07:18:15 +00:00

View File

@@ -49,19 +49,18 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/roofer-working-on-roof-1774767915165-4a4cabf0.jpg?_wi=1"
imageAlt="Roofer working on a roof"
imageAlt="Roofer working on a residential roof install"
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyOne
title="Our Services"
description="Comprehensive solutions for your roofing and gutter needs, delivered with precision and integrity."
title="Our Core Services"
description="Comprehensive solutions for your property, delivered with precision and integrity."
accordionItems={[
{ id: "s1", title: "Roof Installation", content: "Complete roof replacements using high-grade, durable materials." },
{ id: "s2", title: "Roof Repair", content: "Expert diagnostics and repair for leaks, storm damage, and wear." },
{ id: "s3", title: "Gutter Installation", content: "Custom gutter systems designed to maximize drainage and house protection." },
{ id: "s4", title: "Roof Maintenance", content: "Regular inspections and preventative maintenance to extend your roof's lifespan." }
{ id: "s1", title: "Full Roof Installation", content: "Complete roof replacements using high-grade, durable materials to ensure long-term weather protection." },
{ id: "s2", title: "Full Roof Repairs", content: "Expert diagnostics and repair services for leaks, storm damage, and general wear to maintain your home's integrity." },
{ id: "s3", title: "Gutter Installation", content: "Custom gutter system installations designed to maximize drainage efficiency and protect your home's foundation." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/roofer-installing-shingles-1774767915165-4a4cabf0.jpg?_wi=1"
useInvertedBackground={true}