From 7950fdf08d02da95caa6e83aa0a46a03c800518c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:32:08 +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 f2063a6..cfa8f30 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBrand from '@/components/sections/hero/HeroBrand'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Building2, CheckCircle, Leaf } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1