diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3b0f22e..8edfc41 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Coffee, Smile, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -160,4 +159,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file