From 116dadab134b4bf75993b60ab0df98b510045e7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 16:13:17 +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 1ec722e..775a078 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Layout, Type, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {