Update src/app/page.tsx
This commit is contained in:
121
src/app/page.tsx
121
src/app/page.tsx
@@ -32,16 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Process", id: "how-it-works"},
|
||||
{
|
||||
name: "Trust", id: "metrics"},
|
||||
{
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Features", id: "features"},
|
||||
{ name: "Process", id: "how-it-works"},
|
||||
{ name: "Trust", id: "metrics"},
|
||||
{ name: "FAQ", id: "faq"},
|
||||
{ name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CryptoCash Gateway"
|
||||
/>
|
||||
@@ -54,35 +49,25 @@ export default function LandingPage() {
|
||||
title="Convert Crypto to Cash Instantly"
|
||||
description="The fastest, most secure way to transform your digital assets into local fiat currency. Start your conversion today with our industry-leading exchange rates and instant transfers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Converting", href: "#contact"},
|
||||
{ text: "Sign Up", href: "#contact" },
|
||||
{ text: "Login", href: "#login" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-holding-bitcoin-money-stack_23-2148285274.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-man-grey-sweater-takingoff-glasses-smiling-pleased-standin_1258-129156.jpg", alt: "Happy Customer 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Happy Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Happy Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg", alt: "Happy Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "Happy Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-man-grey-sweater-takingoff-glasses-smiling-pleased-standin_1258-129156.jpg", alt: "Happy Customer 5" },
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ happy traders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Instant Settlements"},
|
||||
{
|
||||
type: "text", text: "Global Coverage"},
|
||||
{
|
||||
type: "text", text: "Secure Infrastructure"},
|
||||
{
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text", text: "Zero Fees"},
|
||||
{ type: "text", text: "Instant Settlements" },
|
||||
{ type: "text", text: "Global Coverage" },
|
||||
{ type: "text", text: "Secure Infrastructure" },
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
{ type: "text", text: "Zero Fees" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,12 +79,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Wallet Integration", description: "Connect your hardware or software wallets with military-grade encryption.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-secure-payment-screen_1163-2760.jpg"},
|
||||
{
|
||||
title: "Global Banking Network", description: "Direct deposits to over 150 countries with real-time settlement.", imageSrc: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg"},
|
||||
{
|
||||
title: "Lightning Fast Processing", description: "Most transactions processed in under 30 seconds, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-surrounded-by-money_23-2151683261.jpg"},
|
||||
{ title: "Secure Wallet Integration", description: "Connect your hardware or software wallets with military-grade encryption.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-secure-payment-screen_1163-2760.jpg" },
|
||||
{ title: "Global Banking Network", description: "Direct deposits to over 150 countries with real-time settlement.", imageSrc: "http://img.b2bpic.net/free-photo/our-world-connected-social-networking-interconnection-concept_53876-21158.jpg" },
|
||||
{ title: "Lightning Fast Processing", description: "Most transactions processed in under 30 seconds, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-surrounded-by-money_23-2151683261.jpg" },
|
||||
]}
|
||||
title="Built for Seamless Finance"
|
||||
description="Experience financial freedom with our specialized tools designed for speed and security."
|
||||
@@ -125,12 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "99.9%", title: "Uptime Guarantee", description: "Our systems remain active 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-with-annual-summary_1098-3525.jpg"},
|
||||
{
|
||||
id: "m2", value: "$500M+", title: "Volume Processed", description: "Trusted by investors globally.", imageSrc: "http://img.b2bpic.net/free-vector/internet-security-concept_1284-34094.jpg"},
|
||||
{
|
||||
id: "m3", value: "150+", title: "Countries Served", description: "Global reach, local speed.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051317.jpg"},
|
||||
{ id: "m1", value: "99.9%", title: "Uptime Guarantee", description: "Our systems remain active 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-with-annual-summary_1098-3525.jpg" },
|
||||
{ id: "m2", value: "$500M+", title: "Volume Processed", description: "Trusted by investors globally.", imageSrc: "http://img.b2bpic.net/free-vector/internet-security-concept_1284-34094.jpg" },
|
||||
{ id: "m3", value: "150+", title: "Countries Served", description: "Global reach, local speed.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051317.jpg" },
|
||||
]}
|
||||
title="Trust at Scale"
|
||||
description="Transparency is at the core of everything we do. Join thousands of users relying on our infrastructure daily."
|
||||
@@ -144,16 +123,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Jenkins, Founder of a $5M+ Startup"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "User"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-134131.jpg", alt: "User"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-male-manager-multitasking-office-handle-administrative-tasks_482257-123718.jpg", alt: "User"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-attractive-charming-brunette-glasses-blue-shirt-crossed-arms-listening-music-headphones-leaning-against-brick-wall-room-with-loft-design_613910-9183.jpg", alt: "User"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-with-tablet-front-view_23-2149442288.jpg", alt: "User"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "User" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-background-with-patterned-glass-texture_53876-134131.jpg", alt: "User" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-male-manager-multitasking-office-handle-administrative-tasks_482257-123718.jpg", alt: "User" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-charming-brunette-glasses-blue-shirt-crossed-arms-listening-music-headphones-leaning-against-brick-wall-room-with-loft-design_613910-9183.jpg", alt: "User" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-with-tablet-front-view_23-2149442288.jpg", alt: "User" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -165,12 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How fast are payouts?", content: "Most bank transfers are initiated within minutes of your transaction confirmation."},
|
||||
{
|
||||
id: "q2", title: "Which currencies are supported?", content: "We support all major cryptocurrencies and over 60 fiat currencies worldwide."},
|
||||
{
|
||||
id: "q3", title: "Is my money safe?", content: "We operate with full banking compliance and top-tier security standards."},
|
||||
{ id: "q1", title: "How fast are payouts?", content: "Most bank transfers are initiated within minutes of your transaction confirmation." },
|
||||
{ id: "q2", title: "Which currencies are supported?", content: "We support all major cryptocurrencies and over 60 fiat currencies worldwide." },
|
||||
{ id: "q3", title: "Is my money safe?", content: "We operate with full banking compliance and top-tier security standards." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our conversion process? Here are the most common inquiries we receive."
|
||||
@@ -186,12 +157,9 @@ export default function LandingPage() {
|
||||
title="Financial Insights"
|
||||
description="Stay updated with the latest trends in digital finance and cryptocurrency markets."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1", category: "Market Trends", title: "The Future of Fiat Integration", excerpt: "How crypto-to-cash services are becoming the backbone of decentralized finance.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149930146.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", date: "Oct 12, 2024"},
|
||||
{
|
||||
id: "b2", category: "Guides", title: "Securing Your Digital Assets", excerpt: "Best practices for hardware wallets in 2024.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970183.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", date: "Oct 14, 2024"},
|
||||
{
|
||||
id: "b3", category: "Security", title: "Regulatory Trends", excerpt: "Understanding global changes in crypto-to-fiat regulation.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-buying-things-with-online-shopping-laptop-typing-credit-card-numbers_482257-134522.jpg", authorName: "Alice Wong", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", date: "Oct 16, 2024"},
|
||||
{ id: "b1", category: "Market Trends", title: "The Future of Fiat Integration", excerpt: "How crypto-to-cash services are becoming the backbone of decentralized finance.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-smartphone_23-2149930146.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "Guides", title: "Securing Your Digital Assets", excerpt: "Best practices for hardware wallets in 2024.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970183.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", date: "Oct 14, 2024" },
|
||||
{ id: "b3", category: "Security", title: "Regulatory Trends", excerpt: "Understanding global changes in crypto-to-fiat regulation.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-guy-buying-things-with-online-shopping-laptop-typing-credit-card-numbers_482257-134522.jpg", authorName: "Alice Wong", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", date: "Oct 16, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,8 +167,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready to Start Converting?"
|
||||
description="Join thousands of satisfied users. Create your free account in less than a minute."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-businessman-working-his-office-businessperson-professional-environment_482257-32747.jpg"
|
||||
@@ -215,22 +182,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Pricing", href: "#"},
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Compliance", href: "#"},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user