Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
257
src/app/page.tsx
257
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Activity, AlertTriangle, BookOpen, Globe, Radio, ShieldCheck, Star, TrendingUp, Trophy, Users, Zap } from "lucide-react";
|
||||
import { Activity, AlertTriangle, BookOpen, Globe, Radio, ShieldCheck, Star, TrendingUp, Trophy, Users, Zap, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "#metrics",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "Dashboard", id: "#metrics" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Community", id: "#testimonials" },
|
||||
]}
|
||||
brandName="CryptoCall"
|
||||
/>
|
||||
@@ -55,43 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Trade Smarter With CryptoCall"
|
||||
description="An exclusive crypto trading community with premium signals, institutional-grade analytics, and elite market intelligence for serious traders only."
|
||||
tag="ELITE CRYPTO TRADING"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join CryptoCall",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Platform",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Join CryptoCall", href: "#contact" },
|
||||
{ text: "Explore Platform", href: "#features" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg?_wi=1",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917451.jpg?_wi=1",
|
||||
imageAlt: "Workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57447.jpg",
|
||||
imageAlt: "Advanced analytical dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg",
|
||||
imageAlt: "Modern trading floor environment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-apartment-with-minimalist-home-office-wooden-furniture_482257-120933.jpg",
|
||||
imageAlt: "Sophisticated home office setup",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg", imageAlt: "Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917451.jpg", imageAlt: "Workspace" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,24 +67,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Zap,
|
||||
title: "Accuracy Rate",
|
||||
value: "94.2%",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: TrendingUp,
|
||||
title: "Avg. Monthly Yield",
|
||||
value: "28.5%",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: ShieldCheck,
|
||||
title: "Active Whale Trackers",
|
||||
value: "1.2k+",
|
||||
},
|
||||
{ id: "1", icon: Zap, title: "Accuracy Rate", value: "94.2%" },
|
||||
{ id: "2", icon: TrendingUp, title: "Avg. Monthly Yield", value: "28.5%" },
|
||||
{ id: "3", icon: ShieldCheck, title: "Active Whale Trackers", value: "1.2k+" },
|
||||
]}
|
||||
title="Institutional Performance Metrics"
|
||||
description="Real-time verification of our community's success rates and strategic yield."
|
||||
@@ -136,67 +83,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Whale Tracking",
|
||||
description: "Automated tracking for large wallet movements.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-metal-background-light-falls-metal-generative-ai_169016-30480.jpg",
|
||||
imageAlt: "Whale Tracking",
|
||||
},
|
||||
title: "Real-time Whale Tracking", description: "Automated tracking for large wallet movements.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-metal-background-light-falls-metal-generative-ai_169016-30480.jpg", imageAlt: "Whale Tracking" },
|
||||
items: [
|
||||
{
|
||||
icon: Radio,
|
||||
text: "Instant alerts",
|
||||
},
|
||||
{
|
||||
icon: AlertTriangle,
|
||||
text: "Risk assessment",
|
||||
},
|
||||
{ icon: Radio, text: "Instant alerts" },
|
||||
{ icon: AlertTriangle, text: "Risk assessment" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-55085.jpg?_wi=2",
|
||||
imageAlt: "digital trading signal visualization",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Advanced Algorithmic Signals",
|
||||
description: "Proprietary signals powered by our custom models.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841658.jpg",
|
||||
imageAlt: "Signals",
|
||||
},
|
||||
title: "Advanced Algorithmic Signals", description: "Proprietary signals powered by our custom models.", media: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841658.jpg", imageAlt: "Signals" },
|
||||
items: [
|
||||
{
|
||||
icon: Activity,
|
||||
text: "Low latency",
|
||||
},
|
||||
{
|
||||
icon: Cpu,
|
||||
text: "Custom models",
|
||||
},
|
||||
{ icon: Activity, text: "Low latency" },
|
||||
{ icon: Cpu, text: "Custom models" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151917451.jpg?_wi=2",
|
||||
imageAlt: "digital trading signal visualization",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Curated Daily Insights",
|
||||
description: "Elite market intelligence delivered daily.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg",
|
||||
imageAlt: "Insights",
|
||||
},
|
||||
title: "Curated Daily Insights", description: "Elite market intelligence delivered daily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "Insights" },
|
||||
items: [
|
||||
{
|
||||
icon: BookOpen,
|
||||
text: "Daily report",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Premium curated",
|
||||
},
|
||||
{ icon: BookOpen, text: "Daily report" },
|
||||
{ icon: Star, text: "Premium curated" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg?_wi=1",
|
||||
imageAlt: "digital trading signal visualization",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Institutional-Grade Ecosystem"
|
||||
@@ -209,21 +117,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Built for the 1%"
|
||||
metrics={[
|
||||
{
|
||||
icon: Trophy,
|
||||
label: "Community Age",
|
||||
value: "5 Years",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Active Members",
|
||||
value: "2,500+",
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Regions Covered",
|
||||
value: "40+",
|
||||
},
|
||||
{ icon: Trophy, label: "Community Age", value: "5 Years" },
|
||||
{ icon: Users, label: "Active Members", value: "2,500+" },
|
||||
{ icon: Globe, label: "Regions Covered", value: "40+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -234,14 +130,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Bloomberg",
|
||||
"Reuters",
|
||||
"CoinDesk",
|
||||
"CNBC",
|
||||
"Financial Times",
|
||||
"TechCrunch",
|
||||
"Forbes",
|
||||
]}
|
||||
"Bloomberg", "Reuters", "CoinDesk", "CNBC", "Financial Times", "TechCrunch", "Forbes"]}
|
||||
title="Trusted by Market Leaders"
|
||||
description="Our signals have been featured in top financial publications."
|
||||
/>
|
||||
@@ -254,26 +143,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Marcus V., Hedge Fund Manager"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cropped-image-bearded-male-wearing-formal-suit-holding-camera-isolated-gray-textured-background_613910-19011.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149005462.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/cropped-image-bearded-male-wearing-formal-suit-holding-camera-isolated-gray-textured-background_613910-19011.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149005462.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/manager-working-graphs-with-feet-table-two-screens_482257-32835.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg", alt: "User 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -284,21 +158,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Who is CryptoCall for?",
|
||||
content: "Designed specifically for professional traders and high-net-worth investors.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do signals work?",
|
||||
content: "Signals are delivered through our encrypted platform and telegram integration.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is the membership gated?",
|
||||
content: "Yes, our ecosystem is invite-only to maintain quality and exclusivity.",
|
||||
},
|
||||
{ id: "1", title: "Who is CryptoCall for?", content: "Designed specifically for professional traders and high-net-worth investors." },
|
||||
{ id: "2", title: "How do signals work?", content: "Signals are delivered through our encrypted platform and telegram integration." },
|
||||
{ id: "3", title: "Is the membership gated?", content: "Yes, our ecosystem is invite-only to maintain quality and exclusivity." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -308,13 +170,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="APPLY FOR ACCESS"
|
||||
title="Secure Your Invitation"
|
||||
description="Ready to step into the elite tier of trading? Join the waiting list today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -322,42 +182,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Community",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Features", href: "#features" }] },
|
||||
{ items: [{ label: "Community", href: "#testimonials" }, { label: "Pricing", href: "#" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="CryptoCall"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user