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