From 0948fbae9cddd1ed0d1b98c7faca6ac1b80dde31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 10:49:56 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 89e0be2..dc301d8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Coffee, Utensils, Waves } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -29,7 +28,8 @@ export default function HomePage() { @@ -126,4 +126,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1