Merge version_1 into main #2
315
src/app/page.tsx
315
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="IncomeDaily"
|
||||
/>
|
||||
@@ -55,77 +43,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Generate $3,000 Daily Through Proven Automated Systems"
|
||||
description="Unlock your financial potential with our cutting-edge AI-powered daily income platform. Designed for stability, growth, and consistent results."
|
||||
kpis={[
|
||||
{
|
||||
value: "$3K",
|
||||
label: "Avg Daily Return",
|
||||
},
|
||||
{
|
||||
value: "12k+",
|
||||
label: "Active Investors",
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Success Rate",
|
||||
},
|
||||
{ value: "$3K", label: "Avg Daily Return" },
|
||||
{ value: "12k+", label: "Active Investors" },
|
||||
{ value: "99%", label: "Success Rate" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Earning Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1"
|
||||
buttons={[{ text: "Start Earning Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg",
|
||||
alt: "Close up as a businessman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg",
|
||||
alt: "Business manager working",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
|
||||
alt: "Student at home",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg",
|
||||
alt: "Person looking over finance",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet_1098-651.jpg",
|
||||
alt: "Smiling businessman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg", alt: "Close up as a businessman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-manager-working-two-screen-setup-late-night-office_482257-32822.jpg", alt: "Business manager working" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", alt: "Student at home" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg", alt: "Person looking over finance" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet_1098-651.jpg", alt: "Smiling businessman" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure & Regulated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Automated Payouts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI-Powered Strategy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Global Access",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bank-Grade Encryption",
|
||||
},
|
||||
{ type: "text", text: "Secure & Regulated" },
|
||||
{ type: "text", text: "Daily Automated Payouts" },
|
||||
{ type: "text", text: "AI-Powered Strategy" },
|
||||
{ type: "text", text: "24/7 Global Access" },
|
||||
{ type: "text", text: "Bank-Grade Encryption" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,9 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Redefining Financial Independence"
|
||||
description={[
|
||||
"Our proprietary technology bridges the gap between complex financial markets and daily passive income. We simplify success.",
|
||||
"Whether you are a beginner or a veteran trader, our system delivers daily opportunities optimized for security and scale.",
|
||||
]}
|
||||
"Our proprietary technology bridges the gap between complex financial markets and daily passive income. We simplify success.", "Whether you are a beginner or a veteran trader, our system delivers daily opportunities optimized for security and scale."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,40 +88,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Security",
|
||||
description: "Bank-grade encryption protecting every transaction and user profile.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-center_23-2151997031.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-business-labels-template_23-2150981682.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2",
|
||||
imageAlt: "digital security protection lock",
|
||||
title: "Advanced Security", description: "Bank-grade encryption protecting every transaction and user profile.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-center_23-2151997031.jpg", imageAlt: "digital security protection lock" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/banking-business-labels-template_23-2150981682.jpg", imageAlt: "digital security protection lock" }
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics",
|
||||
description: "Real-time AI monitoring for identifying high-yield daily opportunities.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-glowing-digital-waveform_84443-86252.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-executives-interacting_1098-695.jpg?_wi=1",
|
||||
imageAlt: "digital security protection lock",
|
||||
title: "Predictive Analytics", description: "Real-time AI monitoring for identifying high-yield daily opportunities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg", imageAlt: "digital security protection lock" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-glowing-digital-waveform_84443-86252.jpg", imageAlt: "digital security protection lock" }
|
||||
},
|
||||
{
|
||||
title: "Automated Income",
|
||||
description: "Smart payout protocols designed to ensure consistent daily earnings.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-light-with-bokeh-effect_1208-131.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/employee-month-business-gradient-badge-collection_23-2149524701.jpg?_wi=1",
|
||||
imageAlt: "digital security protection lock",
|
||||
title: "Automated Income", description: "Smart payout protocols designed to ensure consistent daily earnings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", imageAlt: "digital security protection lock" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/green-light-with-bokeh-effect_1208-131.jpg", imageAlt: "digital security protection lock" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -196,24 +112,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Shield,
|
||||
title: "Security Uptime",
|
||||
value: "99.9%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: TrendingUp,
|
||||
title: "Average Daily Yield",
|
||||
value: "$3,000",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "User Satisfaction",
|
||||
value: "4.9/5",
|
||||
},
|
||||
{ id: "m1", icon: Shield, title: "Security Uptime", value: "99.9%" },
|
||||
{ id: "m2", icon: TrendingUp, title: "Average Daily Yield", value: "$3,000" },
|
||||
{ id: "m3", icon: Users, title: "User Satisfaction", value: "4.9/5" },
|
||||
]}
|
||||
title="Global Impact & Performance"
|
||||
description="Transparent growth metrics backed by verified user success stories."
|
||||
@@ -227,42 +128,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Starter Plan",
|
||||
price: "$1,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/employee-month-business-gradient-badge-collection_23-2149524701.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Silver Plan",
|
||||
price: "$5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-online-shopping-concept_23-2148625707.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gold Plan",
|
||||
price: "$10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessperson-s-hand-showing-blank-visiting-card_23-2147899582.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Platinum Plan",
|
||||
price: "$25,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-female-background-summer-sky_1187-4807.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Elite Executive",
|
||||
price: "$50,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-presenting-her-business-card-pointing-it_114579-21802.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "VIP Wealth Management",
|
||||
price: "$100,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918470.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Starter Plan", price: "$1,000", imageSrc: "http://img.b2bpic.net/free-vector/employee-month-business-gradient-badge-collection_23-2149524701.jpg" },
|
||||
{ id: "p2", name: "Silver Plan", price: "$5,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-online-shopping-concept_23-2148625707.jpg" },
|
||||
{ id: "p3", name: "Gold Plan", price: "$10,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessperson-s-hand-showing-blank-visiting-card_23-2147899582.jpg" },
|
||||
{ id: "p4", name: "Platinum Plan", price: "$25,000", imageSrc: "http://img.b2bpic.net/free-photo/corporate-female-background-summer-sky_1187-4807.jpg" },
|
||||
{ id: "p5", name: "Elite Executive", price: "$50,000", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-presenting-her-business-card-pointing-it_114579-21802.jpg" },
|
||||
{ id: "p6", name: "VIP Wealth Management", price: "$100,000", imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918470.jpg" },
|
||||
]}
|
||||
title="Flexible Membership Tiers"
|
||||
description="Choose the account level that fits your goals."
|
||||
@@ -274,61 +145,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
date: "Oct 2023",
|
||||
title: "Consistent results",
|
||||
quote: "Finally found a system that actually pays out daily.",
|
||||
tag: "Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/excited-positive-man-receiving-message_1262-20901.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=3",
|
||||
imageAlt: "successful entrepreneur office portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Garcia",
|
||||
date: "Nov 2023",
|
||||
title: "Life changer",
|
||||
quote: "I am hitting my goals consistently every single week.",
|
||||
tag: "Entrepreneur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-executives-interacting_1098-695.jpg?_wi=2",
|
||||
imageAlt: "successful entrepreneur office portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Alex Chen",
|
||||
date: "Dec 2023",
|
||||
title: "Great tech",
|
||||
quote: "The platform interface is intuitive and extremely reliable.",
|
||||
tag: "Tech Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-center_23-2151997031.jpg?_wi=2",
|
||||
imageAlt: "successful entrepreneur office portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Lee",
|
||||
date: "Jan 2024",
|
||||
title: "Secure and fast",
|
||||
quote: "Fastest payouts I have experienced in five years.",
|
||||
tag: "Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-information-his-office_1098-19004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg?_wi=2",
|
||||
imageAlt: "successful entrepreneur office portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Miller",
|
||||
date: "Feb 2024",
|
||||
title: "Highly recommended",
|
||||
quote: "Solid daily returns and excellent support team.",
|
||||
tag: "Trader",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-busy-reading-financial-report_1098-19018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=2",
|
||||
imageAlt: "successful entrepreneur office portrait",
|
||||
},
|
||||
{ id: "1", name: "John Smith", date: "Oct 2023", title: "Consistent results", quote: "Finally found a system that actually pays out daily.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/excited-positive-man-receiving-message_1262-20901.jpg", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "successful entrepreneur office portrait" },
|
||||
{ id: "2", name: "Maria Garcia", date: "Nov 2023", title: "Life changer", quote: "I am hitting my goals consistently every single week.", tag: "Entrepreneur", avatarSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg", imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-executives-interacting_1098-695.jpg", imageAlt: "successful entrepreneur office portrait" },
|
||||
{ id: "3", name: "Alex Chen", date: "Dec 2023", title: "Great tech", quote: "The platform interface is intuitive and extremely reliable.", tag: "Tech Expert", avatarSrc: "http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-center_23-2151997031.jpg", imageAlt: "successful entrepreneur office portrait" },
|
||||
{ id: "4", name: "Sarah Lee", date: "Jan 2024", title: "Secure and fast", quote: "Fastest payouts I have experienced in five years.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-information-his-office_1098-19004.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151157.jpg", imageAlt: "successful entrepreneur office portrait" },
|
||||
{ id: "5", name: "David Miller", date: "Feb 2024", title: "Highly recommended", quote: "Solid daily returns and excellent support team.", tag: "Trader", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-busy-reading-financial-report_1098-19018.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", imageAlt: "successful entrepreneur office portrait" },
|
||||
]}
|
||||
title="Investor Success Stories"
|
||||
description="Real users, real daily results."
|
||||
@@ -340,26 +161,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my money safe?",
|
||||
content: "Yes, we use advanced encryption and secure cold storage.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I withdraw?",
|
||||
content: "You can request daily payouts directly to your wallet.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is experience required?",
|
||||
content: "No, our automated system does all the heavy lifting.",
|
||||
},
|
||||
{ id: "q1", title: "Is my money safe?", content: "Yes, we use advanced encryption and secure cold storage." },
|
||||
{ id: "q2", title: "How do I withdraw?", content: "You can request daily payouts directly to your wallet." },
|
||||
{ id: "q3", title: "Is experience required?", content: "No, our automated system does all the heavy lifting." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers about our earning platform."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diagrams-with-executives-interacting_1098-695.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diagrams-with-executives-interacting_1098-695.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -367,9 +176,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Join Us"
|
||||
title="Start Your Earning Journey Today"
|
||||
description="Sign up to begin your daily income potential."
|
||||
@@ -381,34 +188,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#metrics",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Results", href: "#metrics" },
|
||||
{ label: "Support", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Use", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user