From e17e04f9986d31b1f885cb56bc3c93570f146d54 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 04:22:07 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 961e9cf..8ca564e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards'; import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; -import { Clock, TrendingUp, Users } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -151,7 +150,7 @@ export default function HomePage() { tag="Ready to scale?" text="Let's build your next high-performing remote team." primaryButton={{ - text: "Schedule Free Discovery", href: "#contact"}} + text: "Schedule Free Discovery", href: "#contact"}}, secondaryButton={{ text: "Email Sales", href: "mailto:hello@outsourcepro.com"}} /> -- 2.49.1