Merge version_10_1779479872529 into main #9

Merged
bender merged 1 commits from version_10_1779479872529 into main 2026-05-22 19:59:00 +00:00

View File

@@ -1,4 +1,4 @@
import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay';
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';
@@ -56,11 +56,28 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
<AboutFeaturesSplit
tag="Who We Are"
title="Passion for Green, Precision in Design"
description="At GreenScape Pros, we believe in creating more than just landscapes; we build experiences. With years of expertise and a commitment to quality, our team brings your outdoor dreams to life. From lush gardens to functional patios, we handle every project with meticulous care and innovative solutions. Partner with us for a greener tomorrow."
imageSrc="http://img.b2bpic.net/free-photo/team-multi-ethnic-architects-designing-blueprint-plan_482257-12295.jpg"
items={[
{
icon: "Sparkles",
title: "Innovative Solutions",
description: "We bring fresh ideas and creative designs to every project, ensuring your landscape stands out."
},
{
icon: "Leaf",
title: "Sustainable Practices",
description: "Committed to eco-friendly methods, we create beautiful spaces that are kind to the planet."
},
{
icon: "Heart",
title: "Client-Centric Approach",
description: "Your satisfaction is our priority. We work closely with you to achieve your dream outdoor space."
}
]}
primaryButton={{
text: "Learn More",
href: "#services",