Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-29 20:46:56 +00:00

View File

@@ -69,7 +69,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="split"
animationType="slide-up"
title="Better Communication, Better Results"
description="We keep you informed from the first call to the final sign-off."
features={[
@@ -84,6 +83,7 @@ export default function LandingPage() {
title="Highlights from Our Community"
description="Real feedback from neighbors who trust our family."
useInvertedBackground={true}
textboxLayout="default"
animationType="slide-up"
kpiItems={[{ label: "Jobs Done", value: "500+" }, { label: "Happy Families", value: "450+" }, { label: "Years Serving", value: "15+" }]}
testimonials={[
@@ -97,6 +97,7 @@ export default function LandingPage() {
tag="Book Your Slot"
title="Ready to Fix Your Plumbing?"
description="Phillip and his team are ready to help. Fill out the form below to get started."
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
/>
</div>