4 Commits

Author SHA1 Message Date
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
5f288e11c2 Update src/app/page.tsx 2026-03-29 07:18:12 +00:00
4ca38203c0 Merge version_6 into main
Merge version_6 into main
2026-03-29 07:15:48 +00:00

View File

@@ -48,20 +48,21 @@ export default function LandingPage() {
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[{ text: "Get a Free Quote", href: "#contact" }]} 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 residential roof install"
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyOne <FeatureCardTwentyOne
title="Our Services" title="Our Core Services"
description="Comprehensive solutions for your roofing and gutter needs, delivered with precision and integrity." description="Comprehensive solutions for your property, delivered with precision and integrity."
accordionItems={[ accordionItems={[
{ id: "s1", title: "Roof Installation", content: "Complete roof replacements using high-grade, durable materials." }, { id: "s1", title: "Full Roof Installation", content: "Complete roof replacements using high-grade, durable materials to ensure long-term weather protection." },
{ id: "s2", title: "Roof Repair", content: "Expert diagnostics and repair for leaks, storm damage, and wear." }, { id: "s2", title: "Professional 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 systems designed to maximize drainage and house protection." }, { id: "s3", title: "Gutter Installation", content: "Custom gutter system installations designed to maximize drainage efficiency and protect your home's foundation." }
{ id: "s4", title: "Roof Maintenance", content: "Regular inspections and preventative maintenance to extend your roof's lifespan." }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/roofer-installing-shingles-1774767915165-4a4cabf0.jpg?_wi=1"
useInvertedBackground={true} useInvertedBackground={true}
/> />
</div> </div>
@@ -90,6 +91,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email Address", required: true } { name: "email", type: "email", placeholder: "Email Address", required: true }
]} ]}
textarea={{ name: "message", placeholder: "Describe your project" }} textarea={{ name: "message", placeholder: "Describe your project" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/roofer-on-roof-team-1774767915165-4a4cabf0.jpg?_wi=1"
/> />
</div> </div>