From 91acde99650c56d74d80848048fc311f725f570c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 13:35:03 +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 42403b7..620be66 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; -import { Heart, MapPin, Phone, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1