diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cfce780..151d0ef 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,8 +6,8 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Briefcase, Clock, Star, TrendingUp, User, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import FooterBrand from '@/components/sections/footer/FooterBrand'; export default function HomePage() { return ( @@ -141,6 +141,18 @@ export default function HomePage() { /> +
> ); } \ No newline at end of file