diff --git a/src/app/page.tsx b/src/app/page.tsx index 73a3377..172d758 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Scissors, Star, Users, CheckCircle, Clock, MapPin } from "lucide-react"; +import { Clock, CheckCircle, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -75,6 +75,7 @@ export default function LandingPage() {