diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1bd431f..838284f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,200 +5,127 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import { CheckCircle, ShieldCheck, Zap } from "lucide-react"; export default function HomePage() { return ( <> -