diff --git a/src/app/page.tsx b/src/app/page.tsx index dc1a9ed..6f84a5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { CheckCircle, Zap, User } from "lucide-react"; +import { User } from "lucide-react"; export default function LandingPage() { return ( @@ -52,6 +52,7 @@ export default function LandingPage() {