From 735582ff5b08407c3dbf4f26c5e84038fe0aeced Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:53:12 +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 9270609..7e13c4e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, Check, Coffee, Star, Sun, Zap } from "lucide-react"; export default function HomePage() { return ( -- 2.49.1