diff --git a/src/app/page.tsx b/src/app/page.tsx index 56092cf..9b8bd0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() {