From ce98224a7dd361716bfab9dbb350ac087fbee3be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 22:34:30 +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 69e4749..64f45d5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { Star, Leaf, Flame } from 'lucide-react'; export default function HomePage() { return ( -- 2.49.1