Merge version_2 into main #3
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -38,7 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="1000 Cash App"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: ctaUrl }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fast, Secure Financial Assistance"
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }]}
|
||||
buttons={[{ text: "Apply Now", href: ctaUrl }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -169,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user