diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 89e0be2..dc301d8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Coffee, Utensils, Waves } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -29,7 +28,8 @@ export default function HomePage() { @@ -126,4 +126,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file