diff --git a/src/app/page.tsx b/src/app/page.tsx index 94e68a7..734c487 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sprout, Leaf, Store, CheckCircle, Star, Heart, Seedling, Users, TrendingUp } from "lucide-react"; +import { Sprout, Leaf, Store, CheckCircle, Star, Heart, Users, TrendingUp } from "lucide-react"; export default function LandingPage() { return (