diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 84bc528..b012515 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Coffee, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {