diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 034c04f..f5397fb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Leaf, Star, Sun } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {