From 5f263f96b4bc69f1f396b9447f7ef4dad236b133 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 18:41:54 +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 ea2f3dd..ce76c99 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Flame, Users, Wine } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1