From 7dbfcd04ed56949e9b1bbc2e8a66c7bc1da8d94e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:37:20 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 09d53cf..1a9c7f6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,8 +1,6 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; -import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp'; import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, CheckCircle, Clock, Shield, Smartphone, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';