From 11ead3e501c0c4048dde492e4b858cbce62706f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 25 Jun 2026 06:07:33 +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 daf58e8..24c3a9e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {