diff --git a/src/app/page.tsx b/src/app/page.tsx index 58a008c..847e667 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Leaf, Sprout, Trees, Wrench, Scissors, Wind, CheckCircle, Star, HelpCircle } from "lucide-react"; +import { Leaf, Sprout, Trees, Wrench, Scissors, Wind, CheckCircle, Star, HelpCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -169,7 +169,7 @@ export default function LandingPage() {