diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9c463e4..eb4018f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,7 +3,6 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Leaf, Star, Sun } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {