From 5e2ad0364ea6917a4d6ce13703c4d4e2f1424357 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 23:12:18 +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 41fe277..9bc3436 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Coffee, Flame, MapPin } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1