Update src/app/page.tsx

This commit is contained in:
2026-06-11 21:34:22 +00:00
parent 5b8fe8c2b0
commit 1d1cc46bca

View File

@@ -56,12 +56,12 @@ export default function LandingPage() {
{ text: "View Our Services", href: "#services" }
]}
mediaItems={[
{ 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", imageAlt: "Lush green lawn with vibrant flower beds" },
{ 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", imageAlt: "Professional gardener trimming hedges" },
{ 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", imageAlt: "Beautifully designed backyard patio with seating" },
{ 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", imageAlt: "Freshly installed sod on a new lawn" },
{ 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", imageAlt: "Applying fresh mulch to a garden bed" },
{ 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", imageAlt: "Perfectly sculpted ornamental shrubs" }
{ 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: "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: "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: "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: "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: "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"
/>
@@ -82,12 +82,12 @@ export default function LandingPage() {
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."
products={[
{ 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", imageAlt: "Professional lawn mowing" },
{ 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", 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: "https://images.unsplash.com/photo-1628796677465-38c227181c01?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", 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: "https://images.unsplash.com/photo-1517743152285-d6d84f8b9b87?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "New sod installation" },
{ 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", 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: "https://images.unsplash.com/photo-1605333857321-72fbf01d0a5b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Efficient irrigation systems" }
{ 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", 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", 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", 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", 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", 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"