diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f9eb103..b87f431 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Apple, Dumbbell, Bike } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -186,4 +185,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file