From c00c3cf268fe7265507039be929769cf863ac3a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 180c815..e88f2cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Award, BarChart3, CheckCircle, ClipboardList, DollarSign, Sparkles, Star, Target, TrendingUp, Users, Zap, Shield } from 'lucide-react'; +import Image from 'next/image'; export default function LandingPage() { return ( @@ -249,7 +250,7 @@ export default function LandingPage() { mediaPosition="right" inputPlaceholder="Enter your email" buttonText="Claim Your Free Credit Analysis" - termsText="We respect your privacy. Your consultation request will be handled securely." + termsText="We respect your privacy. Your consultation request will be handled securely. Zero obligation—just expert guidance to help you succeed." /> -- 2.49.1