From bd141dc7cc2b029efc1aa0c7aa5e405fe03a1ab9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 15:48:44 +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 fdf0e05..9bb72fa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,7 +8,6 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Globe } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1