diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b02166..f01191c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Leaf, Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react"; +import { Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -40,10 +40,10 @@ export default function LandingPage() {