Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-11 21:32:25 +00:00

View File

@@ -4,9 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqBase from '@/components/sections/faq/FaqBase';
@@ -79,17 +78,18 @@ export default function LandingPage() {
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyEight
<ProductCardThree
title="Our Comprehensive Landscaping Services"
description="From meticulous lawn maintenance to intricate garden designs, J & D Landscaping offers a full spectrum of services to keep your property looking its best year-round."
features={[
{ id: "lawn-mowing", title: "Professional Lawn Mowing", subtitle: "Regular, precise cuts for a pristine, healthy lawn.", category: "Lawn Care", value: "Weekly / Bi-Weekly" },
{ id: "shrub-trimming", title: "Expert Shrub & Hedge Trimming", subtitle: "Shaping and pruning for optimal plant health and aesthetics.", category: "Garden Care", value: "Seasonal" },
{ id: "mulch-refreshing", title: "Mulch & Bed Refreshing", subtitle: "Enhance soil health and curb appeal with fresh mulch application.", category: "Garden Enhancement", value: "Annual" },
{ id: "sod-installation", title: "New Sod Installation", subtitle: "Instant green lawns with expert sod delivery and installation.", category: "Lawn Solutions", value: "On Demand" },
{ id: "garden-design", title: "Custom Garden Design", subtitle: "Bespoke garden planning tailored to your vision and property.", category: "Landscape Design", value: "Consultation" },
{ id: "irrigation-systems", title: "Efficient Irrigation Systems", subtitle: "Design and installation of smart watering solutions for your landscape.", category: "Water Management", value: "Installation / Repair" }
products={[
{ id: "lawn-mowing", name: "Professional Lawn Mowing - Regular, precise cuts for a pristine, healthy lawn.", price: "Weekly / Bi-Weekly", imageSrc: "http://img.b2bpic.net/free-photo/lawn-mowing-service-worker-cutting-grass-garden_23-2151048666.jpg", imageAlt: "Professional lawn mowing" },
{ id: "shrub-trimming", name: "Expert Shrub & Hedge Trimming - Shaping and pruning for optimal plant health and aesthetics.", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/gardener-trimming-hedges-using-electric-trimmer_23-2149520443.jpg", imageAlt: "Expert shrub and hedge trimming" },
{ id: "mulch-refreshing", name: "Mulch & Bed Refreshing - Enhance soil health and curb appeal with fresh mulch application.", price: "Annual", imageSrc: "http://img.b2bpic.net/free-photo/worker-laying-mulch-flowerbed_23-2150338781.jpg", imageAlt: "Mulch and bed refreshing" },
{ id: "sod-installation", name: "New Sod Installation - Instant green lawns with expert sod delivery and installation.", price: "On Demand", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sod-rolls-ready-installation-beautiful-new-lawn_23-2151048667.jpg", imageAlt: "New sod installation" },
{ id: "garden-design", name: "Custom Garden Design - Bespoke garden planning tailored to your vision and property.", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-residential-garden-design-with-flower-beds-shrubs-trees-perfect-outdoor-space-relaxation-enjoyment-generated-ai_23-2150537380.jpg", imageAlt: "Custom garden design" },
{ id: "irrigation-systems", name: "Efficient Irrigation Systems - Design and installation of smart watering solutions for your landscape.", price: "Installation / Repair", imageSrc: "http://img.b2bpic.net/free-photo/automatic-sprinkler-system-watering-garden_23-2151048663.jpg", imageAlt: "Efficient irrigation systems" }
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}