Merge version_1 into main #2
307
src/app/page.tsx
307
src/app/page.tsx
@@ -28,191 +28,144 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Process", id: "how-it-works"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Get Started", id: "contact"},
|
||||
]}
|
||||
brandName="1000 Cash App"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "How It Works", id: "how-it-works" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="1000 Cash App"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Get Up to $1000 Fast with Cash App"
|
||||
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"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-water-flowing-light-background-with-copy-space_23-2148469513.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Portrait of smiley business woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Confident African-American businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Businesswoman in Glasses"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Smiling Beautiful Adult Businesswoman"},
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ users"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/card-paper-textured-banner-background_23-2147981563.jpg", alt: "Financial background"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/crop-part-modern-skyscraper_23-2147694758.jpg", alt: "Skyscraper"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260359.jpg", alt: "Texture"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260358.jpg", alt: "Detail"},
|
||||
{
|
||||
type: "text", text: "Instant Approval"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Get Up to $1000 Fast with Cash App"
|
||||
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" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-water-flowing-light-background-with-copy-space_23-2148469513.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Portrait of smiley business woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", alt: "Confident African-American businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Businesswoman in Glasses" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Smiling Beautiful Adult Businesswoman" }
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ users"
|
||||
marqueeItems={[
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/card-paper-textured-banner-background_23-2147981563.jpg", alt: "Financial background" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/crop-part-modern-skyscraper_23-2147694758.jpg", alt: "Skyscraper" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260359.jpg", alt: "Texture" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/microperforated-sheet-background-still-life_23-2150260358.jpg", alt: "Detail" },
|
||||
{ type: "text", text: "Instant Approval" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fast, Secure Financial Assistance"
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Fast, Secure Financial Assistance"
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Submit Request", subtitle: "Complete our simple 60-second form online.", category: "Step 1", value: "1"},
|
||||
{
|
||||
id: "2", title: "Get Approved", subtitle: "Our team reviews your request quickly for fast turnaround.", category: "Step 2", value: "2"},
|
||||
{
|
||||
id: "3", title: "Receive Funds", subtitle: "Funds are sent securely directly to your Cash App account.", category: "Step 3", value: "3"},
|
||||
]}
|
||||
title="How It Works"
|
||||
description="Getting the funds you need is simple and stress-free."
|
||||
/>
|
||||
</div>
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "1", title: "Submit Request", subtitle: "Complete our simple 60-second form online.", category: "Step 1", value: "1" },
|
||||
{ id: "2", title: "Get Approved", subtitle: "Our team reviews your request quickly for fast turnaround.", category: "Step 2", value: "2" },
|
||||
{ id: "3", title: "Receive Funds", subtitle: "Funds are sent securely directly to your Cash App account.", category: "Step 3", value: "3" }
|
||||
]}
|
||||
title="How It Works"
|
||||
description="Getting the funds you need is simple and stress-free."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "5 Mins", title: "Average Approval", description: "Quick review process.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "99%", title: "Secure Process", description: "Your info is confidential.", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "24/7", title: "Friendly Support", description: "Real humans here for you.", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Fast Response Times"
|
||||
description="We prioritize speed and transparency in every transaction."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "5 Mins", title: "Average Approval", description: "Quick review process.", icon: Clock },
|
||||
{ id: "m2", value: "99%", title: "Secure Process", description: "Your info is confidential.", icon: ShieldCheck },
|
||||
{ id: "m3", value: "24/7", title: "Friendly Support", description: "Real humans here for you.", icon: Users }
|
||||
]}
|
||||
title="Fast Response Times"
|
||||
description="We prioritize speed and transparency in every transaction."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg"},
|
||||
{
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg"},
|
||||
{
|
||||
id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg"},
|
||||
]}
|
||||
cardTitle="Trusted by Thousands"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
|
||||
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg" },
|
||||
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg" },
|
||||
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg" },
|
||||
{ id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg" }
|
||||
]}
|
||||
cardTitle="Trusted by Thousands"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Is this legit?", content: "Yes, we are a professional service helping users with financial access."},
|
||||
{
|
||||
id: "f2", title: "How fast are funds sent?", content: "Most users receive funds within the same day of approval."},
|
||||
{
|
||||
id: "f3", title: "Do I need good credit?", content: "We look at more than just credit scores."},
|
||||
{
|
||||
id: "f4", title: "Are there hidden fees?", content: "We are fully transparent about all costs involved."},
|
||||
{
|
||||
id: "f5", title: "Is my data safe?", content: "We use bank-level encryption for all sensitive info."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers to common questions about our service."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is this legit?", content: "Yes, we are a professional service helping users with financial access." },
|
||||
{ id: "f2", title: "How fast are funds sent?", content: "Most users receive funds within the same day of approval." },
|
||||
{ id: "f3", title: "Do I need good credit?", content: "We look at more than just credit scores." },
|
||||
{ id: "f4", title: "Are there hidden fees?", content: "We are fully transparent about all costs involved." },
|
||||
{ id: "f5", title: "Is my data safe?", content: "We use bank-level encryption for all sensitive info." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers to common questions about our service."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Get Started Today - Secure Your $1000 Cash Advance"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:+18005550199"},
|
||||
{
|
||||
text: "Submit Request", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Get Started Today - Secure Your $1000 Cash Advance"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+18005550199" },
|
||||
{ text: "Submit Request", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Contact Us", href: "mailto:support@1000cashapp.com"},
|
||||
],
|
||||
},
|
||||
],
|
||||
logoText: "1000 Cash App"
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="1000 Cash App"
|
||||
columns={[
|
||||
{ items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact Us", href: "mailto:support@1000cashapp.com" }
|
||||
] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user