From 7ef4f4c0087105f031e9a00880ef2bb1085afd42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 20:24:42 +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 0670d57..d92d266 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,7 +3,6 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Check, Heart, Move, Shield, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1