From 9c86e2e6d5628794bfd178180bfb46a294eafae0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 19:09:05 +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 7e65aa7..9bca585 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Car, Smile } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -193,7 +192,7 @@ export default function HomePage() { question: "Do you handle custom duties?", answer: "Yes, our team handles full customs clearance."}, ], }, - ]} + ], cta={{ name: "Need help?", role: "Customer Success Manager", buttonText: "Chat on WhatsApp", buttonHref: "https://wa.me/255764919775", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg"}} /> -- 2.49.1