Update src/app/page.tsx

This commit is contained in:
2026-04-11 23:03:42 +00:00
parent 5034115399
commit 70cc26d107

View File

@@ -17,31 +17,28 @@ export default function LandingPage() {
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="America Cash Awards"
/>
@@ -51,103 +48,60 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="America's Most Trusted Cash Award Platform"
description="Empowering your financial future with transparent, secure, and instant award processing. Join thousands who trust our platform for their financial rewards."
testimonials={[
{
name: "John Doe",
handle: "@johndoe",
testimonial: "The fastest cash awards platform I've ever used. Completely secure and transparent process.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg",
},
name: "John Doe", handle: "@johndoe", testimonial: "The fastest cash awards platform I've ever used. Completely secure and transparent process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg"},
{
name: "Jane Smith",
handle: "@janesmith",
testimonial: "Excellent customer service and instant payouts. Highly recommended for everyone!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
},
name: "Jane Smith", handle: "@janesmith", testimonial: "Excellent customer service and instant payouts. Highly recommended for everyone!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
{
name: "Alex Johnson",
handle: "@alexj",
testimonial: "America Cash Awards changed how I handle my small financial wins. Seamless experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
},
name: "Alex Johnson", handle: "@alexj", testimonial: "America Cash Awards changed how I handle my small financial wins. Seamless experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg"},
{
name: "Maria Garcia",
handle: "@mgarcia",
testimonial: "Safe, reliable, and always pays on time. The best in the business.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-smartphone_23-2149308461.jpg",
},
name: "Maria Garcia", handle: "@mgarcia", testimonial: "Safe, reliable, and always pays on time. The best in the business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-smartphone_23-2149308461.jpg"},
{
name: "Robert Brown",
handle: "@rbrown",
testimonial: "Incredible service. I got my award within hours of approval.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
},
name: "Robert Brown", handle: "@rbrown", testimonial: "Incredible service. I got my award within hours of approval.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg"},
]}
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
alt: "Smiley woman doing the thumbs up",
},
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "Smiley woman doing the thumbs up"},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
alt: "Smiling middle-aged attractive woman showing thumb up outdoors.",
},
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Smiling middle-aged attractive woman showing thumb up outdoors."},
{
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg",
alt: "Portrait of an expressive woman posing in the studio",
},
src: "http://img.b2bpic.net/free-photo/portrait-expressive-woman-posing-studio_344912-185.jpg", alt: "Portrait of an expressive woman posing in the studio"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
alt: "Portrait of smiling girl shows okay OK signs",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Portrait of smiling girl shows okay OK signs"},
{
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg",
alt: "blond man surprised",
},
src: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2853.jpg", alt: "blond man surprised"},
]}
avatarText="Join 50,000+ satisfied users"
marqueeItems={[
{
type: "text-icon",
text: "Instant Processing",
icon: Zap,
type: "text-icon", text: "Instant Processing", icon: Zap,
},
{
type: "text-icon",
text: "Secure Transactions",
icon: ShieldCheck,
type: "text-icon", text: "Secure Transactions", icon: ShieldCheck,
},
{
type: "text-icon",
text: "24/7 Support",
icon: Headphones,
type: "text-icon", text: "24/7 Support", icon: Headphones,
},
{
type: "text-icon",
text: "Global Access",
icon: Globe,
type: "text-icon", text: "Global Access", icon: Globe,
},
{
type: "text-icon",
text: "Verified Reliability",
icon: CheckCircle,
type: "text-icon", text: "Verified Reliability", icon: CheckCircle,
},
]}
/>
@@ -173,21 +127,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Hidden fees",
"Complex application forms",
"Slow manual reviews",
"Lack of transparency",
"Limited support hours",
],
"Hidden fees", "Complex application forms", "Slow manual reviews", "Lack of transparency", "Limited support hours"],
}}
positiveCard={{
items: [
"Instant digital approval",
"100% transparent tracking",
"Secure encrypted transfers",
"Real-time notifications",
"Dedicated account managers",
],
"Instant digital approval", "100% transparent tracking", "Secure encrypted transfers", "Real-time notifications", "Dedicated account managers"],
}}
title="Why Choose Us"
description="We eliminate the friction that makes traditional financial award processes frustrating."
@@ -201,37 +145,16 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Essential",
price: "Low Fee",
subtitle: "Perfect for beginners",
features: [
"Instant processing",
"Basic tracking",
"24/7 Support",
],
id: "basic", badge: "Essential", price: "Low Fee", subtitle: "Perfect for beginners", features: [
"Instant processing", "Basic tracking", "24/7 Support"],
},
{
id: "pro",
badge: "Most Popular",
price: "Standard Fee",
subtitle: "For consistent users",
features: [
"Priority processing",
"Detailed analytics",
"Enhanced security",
],
id: "pro", badge: "Most Popular", price: "Standard Fee", subtitle: "For consistent users", features: [
"Priority processing", "Detailed analytics", "Enhanced security"],
},
{
id: "enterprise",
badge: "Expert",
price: "Custom",
subtitle: "Designed for heavy users",
features: [
"Dedicated manager",
"Zero transaction fees",
"Custom integration",
],
id: "enterprise", badge: "Expert", price: "Custom", subtitle: "Designed for heavy users", features: [
"Dedicated manager", "Zero transaction fees", "Custom integration"],
},
]}
title="Transparent Award Tiers"
@@ -243,16 +166,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get Started Today"
title="Ready to Receive Your Award?"
description="Sign up now and join the most reliable financial award community in America."
buttons={[
{
text: "Apply Now",
href: "#",
},
text: "Apply Now", href: "#"},
]}
/>
</div>
@@ -262,37 +182,23 @@ export default function LandingPage() {
logoText="America Cash Awards"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Press",
href: "#",
},
label: "Press", href: "#"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Security",
href: "#",
},
label: "Security", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
],
},
]}