5 Commits

Author SHA1 Message Date
1d1cc46bca Update src/app/page.tsx 2026-06-11 21:34:22 +00:00
5b8fe8c2b0 Update src/app/page.tsx 2026-06-11 21:33:58 +00:00
cf8f6bd69c Merge version_3 into main
Merge version_3 into main
2026-06-11 21:32:24 +00:00
70c6de389c Update src/app/page.tsx 2026-06-11 21:32:21 +00:00
407f3390fb Merge version_2 into main
Merge version_2 into main
2026-06-11 21:29:12 +00:00

View File

@@ -4,9 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; 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 ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
@@ -57,12 +56,12 @@ export default function LandingPage() {
{ text: "View Our Services", href: "#services" } { text: "View Our Services", href: "#services" }
]} ]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg", imageAlt: "Lush green lawn with vibrant flower beds" }, { imageSrc: "https://images.unsplash.com/photo-1587392657476-d977e23b20e0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Lush green lawn with vibrant flower beds" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg", imageAlt: "Professional gardener trimming hedges" }, { imageSrc: "https://images.unsplash.com/photo-1549449852-19e072f9b1f7?q=80&w=2942&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Professional gardener trimming hedges" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hotel-pool-resort_74190-1619.jpg", imageAlt: "Beautifully designed backyard patio with seating" }, { imageSrc: "https://images.unsplash.com/photo-1628796677465-38c227181c01?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Beautifully designed backyard patio with seating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cut-dried-grass-animal-feed-close-up-selective-focus-pile-dry-grass-hay-agriculture-mowing-grass-park-care-landscape_166373-1664.jpg", imageAlt: "Freshly installed sod on a new lawn" }, { imageSrc: "https://images.unsplash.com/photo-1517743152285-d6d84f8b9b87?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Freshly installed sod on a new lawn" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-limber-loaded-with-wood-diepenheim-netherlands_181624-24352.jpg", imageAlt: "Applying fresh mulch to a garden bed" }, { imageSrc: "https://images.unsplash.com/photo-1629828552192-3a25d20367f0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Applying fresh mulch to a garden bed" },
{ imageSrc: "http://img.b2bpic.net/free-vector/set-floral-vintage-decorative-ornament-borders-corner-dividers_1150-48255.jpg", imageAlt: "Perfectly sculpted ornamental shrubs" } { imageSrc: "https://images.unsplash.com/photo-1605333857321-72fbf01d0a5b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Perfectly sculpted ornamental shrubs" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -79,17 +78,18 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyEight <ProductCardThree
title="Our Comprehensive Landscaping Services" 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." 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={[ products={[
{ id: "lawn-mowing", title: "Professional Lawn Mowing", subtitle: "Regular, precise cuts for a pristine, healthy lawn.", category: "Lawn Care", value: "Weekly / Bi-Weekly" }, { id: "lawn-mowing", name: "Professional Lawn Mowing - Regular, precise cuts for a pristine, healthy lawn.", price: "Weekly / Bi-Weekly", imageSrc: "https://images.unsplash.com/photo-1587392657476-d977e23b20e0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Professional lawn mowing" },
{ id: "shrub-trimming", title: "Expert Shrub & Hedge Trimming", subtitle: "Shaping and pruning for optimal plant health and aesthetics.", category: "Garden Care", value: "Seasonal" }, { id: "shrub-trimming", name: "Expert Shrub & Hedge Trimming - Shaping and pruning for optimal plant health and aesthetics.", price: "Seasonal", imageSrc: "https://images.unsplash.com/photo-1549449852-19e072f9b1f7?q=80&w=2942&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Expert shrub and hedge trimming" },
{ id: "mulch-refreshing", title: "Mulch & Bed Refreshing", subtitle: "Enhance soil health and curb appeal with fresh mulch application.", category: "Garden Enhancement", value: "Annual" }, { id: "mulch-refreshing", name: "Mulch & Bed Refreshing - Enhance soil health and curb appeal with fresh mulch application.", price: "Annual", imageSrc: "https://images.unsplash.com/photo-1628796677465-38c227181c01?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Mulch and bed refreshing" },
{ id: "sod-installation", title: "New Sod Installation", subtitle: "Instant green lawns with expert sod delivery and installation.", category: "Lawn Solutions", value: "On Demand" }, { id: "sod-installation", name: "New Sod Installation - Instant green lawns with expert sod delivery and installation.", price: "On Demand", imageSrc: "https://images.unsplash.com/photo-1517743152285-d6d84f8b9b87?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "New sod installation" },
{ id: "garden-design", title: "Custom Garden Design", subtitle: "Bespoke garden planning tailored to your vision and property.", category: "Landscape Design", value: "Consultation" }, { id: "garden-design", name: "Custom Garden Design - Bespoke garden planning tailored to your vision and property.", price: "Consultation", imageSrc: "https://images.unsplash.com/photo-1629828552192-3a25d20367f0?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Custom garden design" },
{ id: "irrigation-systems", title: "Efficient Irrigation Systems", subtitle: "Design and installation of smart watering solutions for your landscape.", category: "Water Management", value: "Installation / Repair" } { id: "irrigation-systems", name: "Efficient Irrigation Systems - Design and installation of smart watering solutions for your landscape.", price: "Installation / Repair", imageSrc: "https://images.unsplash.com/photo-1605333857321-72fbf01d0a5b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Efficient irrigation systems" }
]} ]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}