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() {