Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-05 21:27:02 +00:00

View File

@@ -49,13 +49,13 @@ export default function LandingPage() {
title="Master Global Markets with TradingAtlas"
description="The ultimate institutional-grade knowledge hub. From basic terminology to advanced algorithmic execution. Accelerate your trading journey."
testimonials={[
{ name: "Alex R.", handle: "@trader", testimonial: "The best resource for algorithmic strategies.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg", imageAlt: "financial data dashboard" },
{ name: "Sarah J.", handle: "@investor", testimonial: "Clear, concise, and highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-design-background-with-shallow-depth-field_1048-14612.jpg", imageAlt: "financial data dashboard" },
{ name: "Mark V.", handle: "@forex", testimonial: "Essential reading for serious traders.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-papers_1098-15660.jpg", imageAlt: "financial data dashboard" },
{ name: "Elena K.", handle: "@quant", testimonial: "Transformative knowledge base.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-digital-tablet_329181-12725.jpg", imageAlt: "financial data dashboard" },
{ name: "John D.", handle: "@stocks", testimonial: "Institutional grade insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-analysis_1098-15678.jpg", imageAlt: "financial data dashboard" }
{ name: "Alex R.", handle: "@trader", testimonial: "The best resource for algorithmic strategies.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg?_wi=1", imageAlt: "financial data dashboard" },
{ name: "Sarah J.", handle: "@investor", testimonial: "Clear, concise, and highly professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-design-background-with-shallow-depth-field_1048-14612.jpg?_wi=1", imageAlt: "financial data dashboard" },
{ name: "Mark V.", handle: "@forex", testimonial: "Essential reading for serious traders.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-papers_1098-15660.jpg?_wi=1", imageAlt: "financial data dashboard" },
{ name: "Elena K.", handle: "@quant", testimonial: "Transformative knowledge base.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-digital-tablet_329181-12725.jpg?_wi=1", imageAlt: "financial data dashboard" },
{ name: "John D.", handle: "@stocks", testimonial: "Institutional grade insights.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/paper-analysis_1098-15678.jpg?_wi=1", imageAlt: "financial data dashboard" }
]}
imageSrc="http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg"
imageSrc="http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-116818.jpg?_wi=2"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103642.jpg", alt: "Business people working with ipad high angle" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="We bridge the gap between amateur observation and institutional execution."
subdescription="Our curriculum covers Forex, Crypto, Stocks, and Commodities, structured across three progression tiers."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-network-communications-design-background-with-shallow-depth-field_1048-14612.jpg"
imageSrc="http://img.b2bpic.net/free-photo/3d-render-network-communications-design-background-with-shallow-depth-field_1048-14612.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -162,9 +162,9 @@ export default function LandingPage() {
useInvertedBackground={false}
cardAnimation="slide-up"
testimonials={[
{ id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-papers_1098-15660.jpg" },
{ id: "t2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-digital-tablet_329181-12725.jpg" },
{ id: "t3", name: "Mark V.", imageSrc: "http://img.b2bpic.net/free-photo/paper-analysis_1098-15678.jpg" },
{ id: "t1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-papers_1098-15660.jpg?_wi=2" },
{ id: "t2", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-digital-tablet_329181-12725.jpg?_wi=2" },
{ id: "t3", name: "Mark V.", imageSrc: "http://img.b2bpic.net/free-photo/paper-analysis_1098-15678.jpg?_wi=2" },
{ id: "t4", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2149915935.jpg" },
{ id: "t5", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/factory-inspector-suit-monitoring-solar-panel-production-output_482257-125982.jpg" }
]}