diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0c95ffe..95e8a91 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Instagram } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {