diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e9b4a4a..8dff15c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return ( @@ -179,17 +178,6 @@ export default function HomePage() { /> - ); }