Update src/app/page.tsx

This commit is contained in:
2026-05-06 18:47:30 +00:00
parent 3696f781e3
commit c2b6f149e0

View File

@@ -196,7 +196,7 @@ export default function LandscapingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get Your Free Estimate"
description="Request your custom landscape quote today—receive a response within 24 hours"
description="We guarantee a 24-hour response time to every inquiry. Tell us about your vision and let's start planning your dream landscape."
useInvertedBackground={false}
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/hero.jpg?_wi=2"
@@ -248,4 +248,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}