diff --git a/src/app/page.tsx b/src/app/page.tsx index 377a644..dbcd699 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"