diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0e60af1..50f8674 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,141 +6,148 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Activity, Award, Heart, Shield, Users } from "lucide-react"; +import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; export default function HomePage() { return ( <> -