Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Support",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Support", id: "contact"},
|
||||
]}
|
||||
brandName="Passive Gainz"
|
||||
/>
|
||||
@@ -58,13 +50,9 @@ export default function LandingPage() {
|
||||
description="The No 1 Global Platform for secure digital investments and passive wealth creation. Join thousands of investors earning consistent returns."
|
||||
buttons={[
|
||||
{
|
||||
text: "Register Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Register Now", href: "#contact"},
|
||||
{
|
||||
text: "Login",
|
||||
href: "#",
|
||||
},
|
||||
text: "Login", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-120322.jpg"
|
||||
/>
|
||||
@@ -77,17 +65,11 @@ export default function LandingPage() {
|
||||
description="We provide a secure, bank-grade digital investment dashboard that automates your financial growth. Our infrastructure ensures high security with US-based servers."
|
||||
metrics={[
|
||||
{
|
||||
value: "10K+",
|
||||
title: "Investors",
|
||||
},
|
||||
value: "10K+", title: "Investors"},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
},
|
||||
value: "99.9%", title: "Uptime"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
},
|
||||
value: "24/7", title: "Support"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/home-office-design-workspace-room-concept_53876-16314.jpg"
|
||||
/>
|
||||
@@ -100,20 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Crypto Wallet Funding",
|
||||
description: "Deposit via various cryptocurrencies with secure, dedicated wallet addresses.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/money-protection-shield_78370-6867.jpg",
|
||||
},
|
||||
title: "Crypto Wallet Funding", description: "Deposit via various cryptocurrencies with secure, dedicated wallet addresses.", imageSrc: "http://img.b2bpic.net/free-vector/money-protection-shield_78370-6867.jpg"},
|
||||
{
|
||||
title: "Automated Profit Tracking",
|
||||
description: "See your daily estimated profit and growth in real-time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
|
||||
},
|
||||
title: "Automated Profit Tracking", description: "See your daily estimated profit and growth in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg"},
|
||||
{
|
||||
title: "Human Verification",
|
||||
description: "Confirm you're human with our seamless biometric and verification checks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/2-factor-authentication-explanation_23-2152004077.jpg",
|
||||
},
|
||||
title: "Human Verification", description: "Confirm you're human with our seamless biometric and verification checks.", imageSrc: "http://img.b2bpic.net/free-photo/2-factor-authentication-explanation_23-2152004077.jpg"},
|
||||
]}
|
||||
title="Secure Investment Features"
|
||||
description="Cutting-edge tools to manage your portfolio, crypto funding, and earnings effortlessly."
|
||||
@@ -127,23 +100,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: TrendingUp,
|
||||
title: "Est. Monthly Returns",
|
||||
value: "12.5%",
|
||||
},
|
||||
id: "m1", icon: TrendingUp,
|
||||
title: "Average Monthly ROI", value: "12.5%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Total Security",
|
||||
value: "AES-256",
|
||||
},
|
||||
id: "m2", icon: Shield,
|
||||
title: "Total Security", value: "AES-256"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Clock,
|
||||
title: "Withdrawal Time",
|
||||
value: "Instant",
|
||||
},
|
||||
id: "m3", icon: Clock,
|
||||
title: "Withdrawal Time", value: "Instant"},
|
||||
]}
|
||||
title="Investment Insights"
|
||||
description="Real-time performance metrics for your passive income stream."
|
||||
@@ -158,45 +122,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
role: "Financial Analyst",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
id: "1", name: "John Smith", role: "Financial Analyst", company: "Global Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Miller",
|
||||
role: "Software Dev",
|
||||
company: "Tech Labs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Miller", role: "Software Dev", company: "Tech Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Wilson",
|
||||
role: "Consultant",
|
||||
company: "Biz Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
},
|
||||
id: "3", name: "David Wilson", role: "Consultant", company: "Biz Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Brown",
|
||||
role: "Designer",
|
||||
company: "Creative Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
id: "4", name: "Emma Brown", role: "Designer", company: "Creative Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Lee",
|
||||
role: "Investor",
|
||||
company: "Private Capital",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
id: "5", name: "James Lee", role: "Investor", company: "Private Capital", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
|
||||
]}
|
||||
title="Investor Success Stories"
|
||||
description="Hear what our global investment community says about Passive Gainz."
|
||||
@@ -209,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I deposit funds?",
|
||||
content: "You can fund your account using our supported crypto deposit addresses, providing a secure and fast way to start your journey.",
|
||||
},
|
||||
id: "q1", title: "How do I deposit funds?", content: "You can fund your account using our supported crypto deposit addresses, providing a secure and fast way to start your journey."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is my account secure?",
|
||||
content: "Absolutely. We utilize high-grade encryption and automated human verification to keep your funds and identity safe.",
|
||||
},
|
||||
id: "q2", title: "Is my account secure?", content: "Absolutely. We utilize high-grade encryption and automated human verification to keep your funds and identity safe."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is profit calculated?",
|
||||
content: "Profit is calculated based on your invested capital and market performance, updated daily in your dashboard.",
|
||||
},
|
||||
id: "q3", title: "How is profit calculated?", content: "Profit is calculated based on your invested capital and market performance, updated daily in your dashboard."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got answers regarding account registration, funding, and growth."
|
||||
@@ -234,8 +164,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get Started"
|
||||
title="Start Your Investment Journey"
|
||||
description="Join Passive Gainz today. Sign up with your phone number and email to receive your verification code."
|
||||
@@ -247,42 +176,27 @@ export default function LandingPage() {
|
||||
logoText="Passive Gainz"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user