From 9e5094d9e48e655ffdbdec97d99a0cb96a01dc0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 20:33:28 +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 05cfb0e..3043cae 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Clock, Zap, Shield, CheckCircle, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {