Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ba1a4c45b5 | |||
|
|
4c3c6b2f4b |
@@ -1,298 +1,41 @@
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import SocialProofSection from './HomePage/sections/SocialProof';
|
||||
import FeaturesSection from './HomePage/sections/Features';
|
||||
import ProductSection from './HomePage/sections/Product';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import PricingSection from './HomePage/sections/Pricing';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
import SecurityBadgesSection from './HomePage/sections/SecurityBadges';export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7552.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ investors"
|
||||
title="Institutional Grade Crypto Security"
|
||||
description="The world's most trusted platform for secure, high-speed cryptocurrency trading and digital asset management. Built for the future of finance."
|
||||
primaryButton={{
|
||||
text: "Start Trading",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
}}
|
||||
names={[
|
||||
"Alpha",
|
||||
"Beta",
|
||||
"Gamma",
|
||||
"Delta",
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-cryptocurrencies-app-template_23-2151095449.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted By"
|
||||
title="Global financial institutions rely on us"
|
||||
description="Join the elite network of investors using our professional platform."
|
||||
names={[
|
||||
"Coinbase",
|
||||
"Kraken",
|
||||
"Binance",
|
||||
"Gemini",
|
||||
"Ledger",
|
||||
"TrustWallet",
|
||||
"BitGo",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<SocialProofSection />
|
||||
<SecurityBadgesSection />
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesComparison
|
||||
tag="Superior Performance"
|
||||
title="Why choose us?"
|
||||
description="Experience superior security and execution speed compared to legacy platforms."
|
||||
negativeItems={[
|
||||
"High transaction overhead",
|
||||
"Delayed processing times",
|
||||
"Generic security protocols",
|
||||
"No dedicated management",
|
||||
]}
|
||||
positiveItems={[
|
||||
"0.01% Institutional fees",
|
||||
"Multi-layered cold storage",
|
||||
"24/7 Priority support",
|
||||
"Real-time market analytics",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FeaturesSection />
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<SectionErrorBoundary name="product">
|
||||
<FeaturesImageBento
|
||||
tag="Ecosystem"
|
||||
title="A comprehensive suite"
|
||||
description="Everything you need to succeed in the digital asset market."
|
||||
items={[
|
||||
{
|
||||
title: "Dashboard",
|
||||
description: "Unified analytics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-translucent-geometric-shapes_23-2148830203.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wallet",
|
||||
description: "Secure storage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg",
|
||||
},
|
||||
{
|
||||
title: "Analytics",
|
||||
description: "Market insights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-with-plant-front-graph_23-2148285355.jpg",
|
||||
},
|
||||
{
|
||||
title: "Security",
|
||||
description: "Hardware protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-padlock-laptop_53876-75178.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hardware",
|
||||
description: "Offline safety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg",
|
||||
},
|
||||
{
|
||||
title: "Nodes",
|
||||
description: "Global network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-scientists-data-center-using-tablet-develop-disaster-recovery-plans_482257-125418.jpg",
|
||||
},
|
||||
{
|
||||
title: "Exchange",
|
||||
description: "Instant execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ProductSection />
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Performance"
|
||||
title="Measured by success"
|
||||
description="Our numbers speak for themselves."
|
||||
metrics={[
|
||||
{
|
||||
value: "$50B+",
|
||||
description: "Assets Managed",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
description: "Uptime",
|
||||
},
|
||||
{
|
||||
value: "20ms",
|
||||
description: "Execution Latency",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<MetricsSection />
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingLayeredCards
|
||||
tag="Subscription"
|
||||
title="Choose your plan"
|
||||
description="Select the level of access that fits your trading volume."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter",
|
||||
price: "$99",
|
||||
description: "For retail investors",
|
||||
primaryButton: {
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
features: [
|
||||
"Basic tools",
|
||||
"24/7 Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Professional",
|
||||
price: "$299",
|
||||
description: "For active traders",
|
||||
primaryButton: {
|
||||
text: "Upgrade",
|
||||
href: "#",
|
||||
},
|
||||
features: [
|
||||
"Advanced analytics",
|
||||
"Priority execution",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
description: "For institutions",
|
||||
primaryButton: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
features: [
|
||||
"Custom storage",
|
||||
"Dedicated account rep",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<PricingSection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Social Proof"
|
||||
title="Loved by the community"
|
||||
description="Hear from the professionals."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Trader",
|
||||
company: "Alpha Funds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus C.",
|
||||
role: "Analyst",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily D.",
|
||||
role: "CEO",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371896.jpg",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
role: "CFO",
|
||||
company: "NetSys",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-professional-works-desk-corporation_482257-122621.jpg",
|
||||
},
|
||||
{
|
||||
name: "Alice T.",
|
||||
role: "Tech Lead",
|
||||
company: "Systems",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know."
|
||||
items={[
|
||||
{
|
||||
question: "Is my money safe?",
|
||||
answer: "Yes, we use industry-leading security.",
|
||||
},
|
||||
{
|
||||
question: "How do I start?",
|
||||
answer: "Simply sign up and complete verification.",
|
||||
},
|
||||
{
|
||||
question: "Are there fees?",
|
||||
answer: "Our fees are among the lowest in the market.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Ready to trade with premium security?"
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Ready to trade with premium security?"
|
||||
primaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Faq.tsx
Normal file
34
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="FAQ"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know."
|
||||
items={[
|
||||
{
|
||||
question: "Is my money safe?",
|
||||
answer: "Yes, we use industry-leading security.",
|
||||
},
|
||||
{
|
||||
question: "How do I start?",
|
||||
answer: "Simply sign up and complete verification.",
|
||||
},
|
||||
{
|
||||
question: "Are there fees?",
|
||||
answer: "Our fees are among the lowest in the market.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
32
src/pages/HomePage/sections/Features.tsx
Normal file
32
src/pages/HomePage/sections/Features.tsx
Normal file
@@ -0,0 +1,32 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "features" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FeaturesSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesComparison
|
||||
tag="Superior Performance"
|
||||
title="Why choose us?"
|
||||
description="Experience superior security and execution speed compared to legacy platforms."
|
||||
negativeItems={[
|
||||
"High transaction overhead",
|
||||
"Delayed processing times",
|
||||
"Generic security protocols",
|
||||
"No dedicated management",
|
||||
]}
|
||||
positiveItems={[
|
||||
"0.01% Institutional fees",
|
||||
"Multi-layered cold storage",
|
||||
"24/7 Priority support",
|
||||
"Real-time market analytics",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
41
src/pages/HomePage/sections/Hero.tsx
Normal file
41
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,41 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7552.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg",
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ investors"
|
||||
title="Institutional Grade Crypto Security"
|
||||
description="The world's most trusted platform for secure, high-speed cryptocurrency trading and digital asset management. Built for the future of finance."
|
||||
primaryButton={{
|
||||
text: "Start Trading",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
}}
|
||||
names={[
|
||||
"Alpha",
|
||||
"Beta",
|
||||
"Gamma",
|
||||
"Delta",
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-cryptocurrencies-app-template_23-2151095449.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Metrics.tsx
Normal file
34
src/pages/HomePage/sections/Metrics.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "metrics" section.
|
||||
|
||||
import React from 'react';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function MetricsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Performance"
|
||||
title="Measured by success"
|
||||
description="Our numbers speak for themselves."
|
||||
metrics={[
|
||||
{
|
||||
value: "$50B+",
|
||||
description: "Assets Managed",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
description: "Uptime",
|
||||
},
|
||||
{
|
||||
value: "20ms",
|
||||
description: "Execution Latency",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
61
src/pages/HomePage/sections/Pricing.tsx
Normal file
61
src/pages/HomePage/sections/Pricing.tsx
Normal file
@@ -0,0 +1,61 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "pricing" section.
|
||||
|
||||
import React from 'react';
|
||||
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function PricingSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingLayeredCards
|
||||
tag="Subscription"
|
||||
title="Choose your plan"
|
||||
description="Select the level of access that fits your trading volume."
|
||||
plans={[
|
||||
{
|
||||
tag: "Starter",
|
||||
price: "$99",
|
||||
description: "For retail investors",
|
||||
primaryButton: {
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
features: [
|
||||
"Basic tools",
|
||||
"24/7 Support",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Professional",
|
||||
price: "$299",
|
||||
description: "For active traders",
|
||||
primaryButton: {
|
||||
text: "Upgrade",
|
||||
href: "#",
|
||||
},
|
||||
features: [
|
||||
"Advanced analytics",
|
||||
"Priority execution",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
description: "For institutions",
|
||||
primaryButton: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
features: [
|
||||
"Custom storage",
|
||||
"Dedicated account rep",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Product.tsx
Normal file
57
src/pages/HomePage/sections/Product.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "product" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ProductSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="product" data-section="product">
|
||||
<SectionErrorBoundary name="product">
|
||||
<FeaturesImageBento
|
||||
tag="Ecosystem"
|
||||
title="A comprehensive suite"
|
||||
description="Everything you need to succeed in the digital asset market."
|
||||
items={[
|
||||
{
|
||||
title: "Dashboard",
|
||||
description: "Unified analytics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-translucent-geometric-shapes_23-2148830203.jpg",
|
||||
},
|
||||
{
|
||||
title: "Wallet",
|
||||
description: "Secure storage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-factor-authentication-mobile-device_23-2151997022.jpg",
|
||||
},
|
||||
{
|
||||
title: "Analytics",
|
||||
description: "Market insights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piles-coins-with-plant-front-graph_23-2148285355.jpg",
|
||||
},
|
||||
{
|
||||
title: "Security",
|
||||
description: "Hardware protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-padlock-laptop_53876-75178.jpg",
|
||||
},
|
||||
{
|
||||
title: "Hardware",
|
||||
description: "Offline safety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg",
|
||||
},
|
||||
{
|
||||
title: "Nodes",
|
||||
description: "Global network",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-scientists-data-center-using-tablet-develop-disaster-recovery-plans_482257-125418.jpg",
|
||||
},
|
||||
{
|
||||
title: "Exchange",
|
||||
description: "Instant execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
67
src/pages/HomePage/sections/SecurityBadges.tsx
Normal file
67
src/pages/HomePage/sections/SecurityBadges.tsx
Normal file
@@ -0,0 +1,67 @@
|
||||
import { ShieldCheck, Lock, Banknote, Server } from "lucide-react"
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal"
|
||||
import TextAnimation from "@/components/ui/TextAnimation"
|
||||
import Tag from "@/components/ui/Tag"
|
||||
|
||||
export default function SecurityBadges() {
|
||||
const features = [
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "SOC 2 Type II Certified",
|
||||
description: "Independently audited for security, availability, and confidentiality."
|
||||
},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "ISO 27001",
|
||||
description: "Certified information security management systems."
|
||||
},
|
||||
{
|
||||
icon: Banknote,
|
||||
title: "$250M Insurance Policy",
|
||||
description: "Comprehensive coverage for digital assets in cold storage."
|
||||
},
|
||||
{
|
||||
icon: Server,
|
||||
title: "CCSS Level 3",
|
||||
description: "Highest level of the CryptoCurrency Security Standard."
|
||||
}
|
||||
]
|
||||
|
||||
return (
|
||||
<section data-webild-section="security-badges" id="security-badges" className="relative w-full py-24 bg-background">
|
||||
<div className="w-content-width mx-auto px-6">
|
||||
<div className="flex flex-col items-center text-center mb-16">
|
||||
<ScrollReveal variant="fade">
|
||||
<Tag text="Enterprise Security" className="mb-4" />
|
||||
</ScrollReveal>
|
||||
<TextAnimation
|
||||
text="Bank-Grade Security Infrastructure"
|
||||
variant="fade-blur"
|
||||
tag="h2"
|
||||
gradientText={false}
|
||||
className="text-4xl md:text-5xl font-bold text-foreground mb-6"
|
||||
/>
|
||||
<ScrollReveal variant="fade" delay={0.1}>
|
||||
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
||||
Built from the ground up to meet the most stringent institutional security requirements. Your assets are protected by industry-leading protocols and comprehensive insurance.
|
||||
</p>
|
||||
</ScrollReveal>
|
||||
</div>
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
|
||||
{features.map((feature, index) => (
|
||||
<ScrollReveal variant="fade" key={index} delay={0.1 * (index + 1)}>
|
||||
<div className="card p-8 flex flex-col items-center text-center h-full">
|
||||
<div className="w-16 h-16 rounded-full bg-primary-cta/10 flex items-center justify-center mb-6 text-primary-cta">
|
||||
<feature.icon className="w-8 h-8" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-foreground mb-3">{feature.title}</h3>
|
||||
<p className="text-muted-foreground">{feature.description}</p>
|
||||
</div>
|
||||
</ScrollReveal>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
29
src/pages/HomePage/sections/SocialProof.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "social-proof" section.
|
||||
|
||||
import React from 'react';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function SocialProofSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Trusted By"
|
||||
title="Global financial institutions rely on us"
|
||||
description="Join the elite network of investors using our professional platform."
|
||||
names={[
|
||||
"Coinbase",
|
||||
"Kraken",
|
||||
"Binance",
|
||||
"Gemini",
|
||||
"Ledger",
|
||||
"TrustWallet",
|
||||
"BitGo",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Social Proof"
|
||||
title="Loved by the community"
|
||||
description="Hear from the professionals."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Trader",
|
||||
company: "Alpha Funds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus C.",
|
||||
role: "Analyst",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily D.",
|
||||
role: "CEO",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371896.jpg",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
role: "CFO",
|
||||
company: "NetSys",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-professional-works-desk-corporation_482257-122621.jpg",
|
||||
},
|
||||
{
|
||||
name: "Alice T.",
|
||||
role: "Tech Lead",
|
||||
company: "Systems",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-data-center-equipment-maximum-efficiency_482257-117650.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user