Update src/app/page.tsx

This commit is contained in:
2026-05-13 22:43:09 +00:00
parent f4e5e3a141
commit f802da0ad2

View File

@@ -69,6 +69,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
showStepNumbers={false}
title="Comprehensive Landscaping Solutions"
description="From irrigation management to hardscaping and lawn maintenance, we do it all."
features={[
{
title: "Irrigation Installation", description: "Keep your lawn healthy with advanced, water-efficient irrigation systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg" },
@@ -79,9 +82,6 @@ export default function LandingPage() {
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-workers-carrying-shovel-construction-site_1150-10141.jpg" },
},
]}
showStepNumbers={false}
title="Comprehensive Landscaping Solutions"
description="From irrigation management to hardscaping and lawn maintenance, we do it all."
/>
</div>