From ed8bd866246307f94a024547e9ffc24193b71915 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:15:05 +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 5dd017b..d33d7f7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Clock, Star, Snowflake, Sun, User, Wine } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1