Merge version_30_1778239852809 into main

Merge version_30_1778239852809 into main
This commit was merged in pull request #30.
This commit is contained in:
2026-05-08 11:32:28 +00:00

View File

@@ -1,7 +1,7 @@
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards';
import FeaturesBento from '@/components/sections/features/FeaturesBento';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
@@ -89,38 +89,36 @@ export default function HomePage() {
</div>
<div id="gallery" data-section="gallery">
<FeaturesMediaCards
tag="Our Gallery"
title="A Glimpse of Our Work"
description="Browse through some of our recent projects and see the transformations we've brought to life."
items={[
{
title: "Lush Garden Oasis",
description: "A complete garden redesign featuring native plants, a water feature, and a stone pathway.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-garden_1203-286.jpg?_wi=1",
videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=1"
},
{
title: "Modern Patio Living",
description: "An elegant and functional outdoor living space with a custom-built patio and fire pit.",
imageSrc: "http://img.b2bpic.net/free-photo/patio-with-wooden-furniture-green-plants_1340-23328.jpg?_wi=1",
videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=2"
},
{
title: "Pristine Lawn Care",
description: "Showcasing the results of our comprehensive lawn maintenance program.",
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-texture_1194-2422.jpg?_wi=1",
videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=3"
},
{
title: "Vibrant Tree & Shrubbery",
description: "Expert care and pruning to enhance the natural beauty of trees and shrubs.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tree-in-a-park_1057-3283.jpg?_wi=1",
videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=4"
},
]}
/>
</div>
<FeaturesBento
tag="Our Work"
title="Happy Customers, Stunning Projects"
description="We take pride in our work and the relationships we build with our clients. Here's a look at some of our favorite projects and the happy customers behind them."
items={[
{
title: "The Millers' Backyard Oasis",
description: "'We couldn't be happier with our new patio and garden. It's like having a resort in our own backyard!'",
imageSrc: "http://img.b2bpic.net/free-photo/patio-with-wooden-furniture-green-plants_1340-23328.jpg",
className: "md:col-span-2",
},
{
title: "Johnson Residence",
description: "A complete landscape overhaul, featuring a multi-level garden and custom stone work.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-garden_1203-286.jpg",
},
{
title: "Downtown Commercial Plaza",
description: "Year-round maintenance for a high-traffic commercial space, ensuring it always looks its best.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-park_1417-1419.jpg",
},
{
title: "The Chen Family's Dream Lawn",
description: "'Our lawn has never looked better. The team is professional, reliable, and truly cares about their work.'",
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-texture_1194-2422.jpg",
className: "md:col-span-2",
},
]}
/>
</div>
<div id="portfolio" data-section="portfolio">
<FeaturesDetailedSteps