diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4c6a89c..b7a9e5c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, CheckCircle, Smile } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {