From 282e2be4f099d37740421c0ddf13c18256b58b87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 20:53:53 +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 17fdc23..b6ee96f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { CheckCircle, Heart, Shield, Smile, Star, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1