From 497698843bb73bc8ee33af02aab1a8c5d4e59b3b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 12:02:09 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3b0f22e..8edfc41 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Coffee, Smile, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -160,4 +159,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1