Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-10 01:09:54 +00:00

View File

@@ -8,7 +8,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { MapPin, Leaf, Award, Star, Phone } from "lucide-react";
import { MapPin, Leaf, Award, Star, Phone, Trees, Sprout, Cloud } from "lucide-react";
export default function LandingPage() {
return (
@@ -90,13 +90,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
icon: "Trees", title: "Landscaping & Outdoor Design", description: "Custom landscaping, patios, and outdoor spaces designed to upgrade your property with professional expertise."
icon: Trees, title: "Landscaping & Outdoor Design", description: "Custom landscaping, patios, and outdoor spaces designed to upgrade your property with professional expertise."
},
{
icon: "Sprout", title: "Lawn Care", description: "Professional lawn care services that keep your yard looking clean, healthy, and beautifully maintained."
icon: Sprout, title: "Lawn Care", description: "Professional lawn care services that keep your yard looking clean, healthy, and beautifully maintained."
},
{
icon: "Cloud", title: "Snow Removal", description: "Reliable snow removal services to keep your driveway and property safe during winter months."
icon: Cloud, title: "Snow Removal", description: "Reliable snow removal services to keep your driveway and property safe during winter months."
}
]}
animationType="slide-up"