From 9a26f53586bb5a3d0505a1ec58d3e4a54b6d856b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 14:07:07 +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 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() {