diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 23831b8..b11ed56 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Award, Heart, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -72,6 +71,7 @@ export default function HomePage() {