diff --git a/src/app/page.tsx b/src/app/page.tsx index 386b967..cb0c121 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { BookOpen, CheckCircle, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -117,6 +116,7 @@ export default function LandingPage() {