From 73a219dc7b8ce950b11fb05b8c995d5d734ed4d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 16:55:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cbbda1..d03fed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,8 @@ import TextAbout from '@/components/sections/about/TextAbout'; import { Clock, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { + const ctaUrl = "https://www.aplfb8trk.com/3KKKGDWS/CJNCZSR/?sub1=suma"; + return ( @@ -49,7 +51,7 @@ export default function LandingPage() { description="Quick approval. No stress. Funds sent fast. Your local financial assistance solution for urgent needs." buttons={[ { text: "Call Now", href: "tel:+18005550199" }, - { text: "Get Started", href: "#contact" } + { text: "Get Started", href: ctaUrl } ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-water-flowing-light-background-with-copy-space_23-2148469513.jpg" avatars={[ @@ -74,7 +76,7 @@ export default function LandingPage() { @@ -149,7 +151,7 @@ export default function LandingPage() { text="Get Started Today - Secure Your $1000 Cash Advance" buttons={[ { text: "Call Now", href: "tel:+18005550199" }, - { text: "Submit Request", href: "#" } + { text: "Submit Request", href: ctaUrl } ]} /> @@ -169,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1