Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f8036e231 | |||
| d0a647b1b4 | |||
| 5d458a3c7a | |||
| 1c60d8c542 | |||
| 216fd97ead | |||
| 5f288e11c2 | |||
| 4ca38203c0 |
@@ -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: "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 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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user