From 1f2ee471fdf436d032e894ffbfe537029d8dc8f6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:16:14 +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 d0db987..5e195f8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlo import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Award, Calendar, Camera, Scissors, Sparkles, Star, Target } from "lucide-react"; +import { Calendar, Scissors, Sparkles, Target } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {