diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9ff4846..40cd907 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,6 +7,7 @@ import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; +import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -181,6 +182,21 @@ export default function HomePage() { /> + +
> ); }