Merge version_11_1779480214878 into main

Merge version_11_1779480214878 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-05-22 20:04:43 +00:00

View File

@@ -1,7 +1,7 @@
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
import ProductMediaCards from '@/components/sections/product/ProductMediaCards';
@@ -88,32 +88,27 @@ export default function HomePage() {
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesDetailedSteps
<AboutFeaturesSplit
tag="Our Expertise"
title="Comprehensive Landscaping Services"
description="From initial consultation to ongoing maintenance, we offer a full spectrum of services to keep your property looking its best year-round."
steps={[
imageSrc="http://img.b2bpic.net/free-photo/businessman-using-digital-tools-draft-plan-office-spaces-relocate_482257-90846.jpg"
items={[
{
tag: "Step 1",
icon: "Sparkles",
title: "Consultation & Design",
subtitle: "Your Vision, Our Blueprint",
description: "We start with a thorough understanding of your needs and preferences, translating them into a custom design plan that perfectly suits your space and style.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tools-draft-plan-office-spaces-relocate_482257-90846.jpg",
description: "We start with a thorough understanding of your needs and preferences, translating them into a custom design plan that perfectly suits your space and style."
},
{
tag: "Step 2",
icon: "Leaf",
title: "Installation & Build",
subtitle: "Bringing Designs to Life",
description: "Our skilled team meticulously executes the approved design, using high-quality materials and proven techniques to ensure lasting beauty and functionality.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-outside_23-2149410424.jpg",
description: "Our skilled team meticulously executes the approved design, using high-quality materials and proven techniques to ensure lasting beauty and functionality."
},
{
tag: "Step 3",
icon: "Heart",
title: "Maintenance & Care",
subtitle: "Sustaining the Beauty",
description: "Beyond installation, we provide tailored maintenance programs, from seasonal clean-ups to regular upkeep, ensuring your landscape thrives for years to come.",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-gardener-shaping-overgrown-boxwood-bush-by-hedge-trimmer-garden-front-view_7502-10139.jpg",
},
description: "Beyond installation, we provide tailored maintenance programs, from seasonal clean-ups to regular upkeep, ensuring your landscape thrives for years to come."
}
]}
/>
</SectionErrorBoundary>