Merge version_28_1778238895181 into main
Merge version_28_1778238895181 into main
This commit was merged in pull request #26.
This commit is contained in:
@@ -1,6 +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 HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
|
||||
@@ -197,3 +198,37 @@ export default function HomePage() {
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
<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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user