diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 41fe277..9bc3436 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Coffee, Flame, MapPin } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {