Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 23:59:43 +00:00

View File

@@ -141,15 +141,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Elena Vance", date: "Oct 2023", title: "Hedge Fund Manager", quote: "The most professional crypto platform I have used. Unrivaled security and performance.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "futuristic digital crypto interface dark"},
id: "1", name: "Elena Vance", date: "Oct 2023", title: "Hedge Fund Manager", quote: "The most professional crypto platform I have used. Unrivaled security and performance.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1", imageAlt: "futuristic digital crypto interface dark"},
{
id: "2", name: "Mark Sterling", date: "Nov 2023", title: "Crypto Trader", quote: "I've cut my execution time significantly. A game changer for day trading.", tag: "Power User", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg", imageAlt: "abstract blockchain network connection"},
id: "2", name: "Mark Sterling", date: "Nov 2023", title: "Crypto Trader", quote: "I've cut my execution time significantly. A game changer for day trading.", tag: "Power User", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg?_wi=1", imageAlt: "abstract blockchain network connection"},
{
id: "3", name: "Sarah Chen", date: "Dec 2023", title: "Blockchain Analyst", quote: "Clean UI, robust security, and deep liquidity. Exactly what institutions need.", tag: "Institutional", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "professional headshot tech entrepreneur"},
{
id: "4", name: "David Thorne", date: "Jan 2024", title: "Investor", quote: "Excellent transparency and reporting. Managing my portfolio has never been easier.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "futuristic digital crypto interface dark"},
id: "4", name: "David Thorne", date: "Jan 2024", title: "Investor", quote: "Excellent transparency and reporting. Managing my portfolio has never been easier.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2", imageAlt: "futuristic digital crypto interface dark"},
{
id: "5", name: "Julia Reed", date: "Feb 2024", title: "Fund Advisor", quote: "Best-in-class service for high net worth clients. I highly recommend it.", tag: "Advisor", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg", imageAlt: "abstract blockchain network connection"},
id: "5", name: "Julia Reed", date: "Feb 2024", title: "Fund Advisor", quote: "Best-in-class service for high net worth clients. I highly recommend it.", tag: "Advisor", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg?_wi=2", imageAlt: "abstract blockchain network connection"},
]}
title="Investor Confidence"
description="See why top-tier investors trust our platform to scale their digital portfolios."
@@ -168,7 +168,7 @@ export default function LandingPage() {
{
id: "f3", title: "Do you offer API access?", content: "Yes, our REST and WebSocket APIs are available for high-frequency trading."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-smart-city-digital-protection-network-security_23-2151998472.jpg?_wi=3"
mediaAnimation="blur-reveal"
title="Common Questions"
description="Get answers to frequently asked questions about our security and trading platform."
@@ -193,7 +193,7 @@ export default function LandingPage() {
name: "message", placeholder: "Tell us about your needs", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3"
/>
</div>