From 7f4b11d8096bdb53ee6606135dc05b730bafb8ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 17:08:18 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e23e5db..d3f6de0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Clock, Scissors, Shield, Smile, Star } from "lucide-react"; +import { Award, Shield, Smile } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1