From 6f63f130c263943738bf91e36b7d0cbb10fac236 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 18 Jun 2026 12:21:07 +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 3da1ea7..0ec3717 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Book, Globe } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1