From a383f5fa52fdc002c2f0533cd9b0559ee2ad3aac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 09:59:35 +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 308941b..81d3bad 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Droplets, Sun, Zap } from "lucide-react"; export default function HomePage() { return ( -- 2.49.1