diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7d58658..8dc4f6d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplit from '@/components/sections/hero/HeroSplit'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Cake, Gift, Leaf, Star, Wheat } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {