Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 23:36:54 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Calendar, Leaf, Home, Palette, Scissors, Zap, Phone, Search, Smile } from 'lucide-react';
import { Calendar, Leaf, Home, Palette, Scissors, Zap, Phone, Search, Smile, Flower2, ImageCompare } from 'lucide-react';
export default function LandingPage() {
return (
@@ -96,7 +96,7 @@ export default function LandingPage() {
]
},
{
title: "Mulch & Flower Bed Installation", description: "Professional mulch application and flower bed creation to beautify and protect your landscape.", icon: Leaf,
title: "Mulch & Flower Bed Installation", description: "Professional mulch application and flower bed creation to beautify and protect your landscape.", icon: Flower2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-gardening-tool_23-2149128101.jpg", imageAlt: "Mulch installation"
@@ -118,7 +118,7 @@ export default function LandingPage() {
]
},
{
title: "Seasonal Yard Cleanup", description: "Spring cleanup, fall leaf removal, and seasonal maintenance to keep your yard pristine.", icon: Home,
title: "Seasonal Yard Cleanup", description: "Spring cleanup, fall leaf removal, and seasonal maintenance to keep your yard pristine.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-walk-forest-friends-walking-through-forest-people-nature_169016-67628.jpg", imageAlt: "Seasonal cleanup"
@@ -129,7 +129,7 @@ export default function LandingPage() {
]
},
{
title: "Property Maintenance", description: "Comprehensive property maintenance for residential and commercial clients in the Lexington area.", icon: Calendar,
title: "Property Maintenance", description: "Comprehensive property maintenance for residential and commercial clients in the Lexington area.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139732.jpg", imageAlt: "Property maintenance"
@@ -152,8 +152,10 @@ export default function LandingPage() {
title="Before & After: See Our Impact"
description="Professional landscaping transformations"
subdescription="Imperial Lawn & Landscape"
icon={Smile}
videoSrc="/placeholders/placeholder1.webp"
icon={ImageCompare}
imageSrc="http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803948.jpg"
imageAlt="Beautiful transformed landscape"
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>