diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c79922..c289c2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import { Search, Mail, Eye } from "lucide-react"; export default function LandingPage() { return ( @@ -109,6 +108,7 @@ export default function LandingPage() {