Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-03-29 07:11:33 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
{ value: "500+", label: "Projects Done" },
{ value: "100%", label: "Satisfaction" }
]}
enableKpiAnimation={true}
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
/>
</div>
@@ -61,6 +62,7 @@ export default function LandingPage() {
{ id: "s2", title: "Classic Gutters", content: "Installation and restoration of timeless, high-capacity gutter systems." },
{ id: "s3", title: "Roof Maintenance", content: "Scheduled inspections and maintenance to prolong roof life." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpoL4vCvKRV1wqOpmVD2Kd09f/premium-roof-shingles-in-bundles-profess-1774767915165-4a4cabf0.png"
useInvertedBackground={true}
/>
</div>
@@ -99,6 +101,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Get a Free Quote"
description="Reach out today to discuss your roofing and classic gutter needs."
useInvertedBackground={true}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }