From 44b5c8ce6c4eedbd0b633b705fba653c19059c2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 12:54:23 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bc944e6..f80d36d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {