diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e23e5db..d3f6de0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Clock, Scissors, Shield, Smile, Star } from "lucide-react"; +import { Award, Shield, Smile } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {