feat: add gallery section to homepage

This commit is contained in:
kudinDmitriyUp
2026-05-08 11:18:47 +00:00
parent 983fb61b78
commit 80934d15af

View File

@@ -88,6 +88,40 @@ 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",
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",
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",
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",
videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ&_wi=4"
},
]}
/>
</div>
<div id="portfolio" data-section="portfolio">
<FeaturesDetailedSteps
tag="Our Process"