diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d0db987..5e195f8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlo import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Calendar, Camera, Scissors, Sparkles, Star, Target } from "lucide-react"; +import { Calendar, Scissors, Sparkles, Target } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {