From 337f562700b04cb7f0987d7d112c77d2029b6e47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 09:26:50 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- 2.49.1