Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-25 21:11:33 +00:00

View File

@@ -82,8 +82,7 @@ export default function HomePage() {
<div id="about-app-disclaimer" data-section="about-app-disclaimer">
<TextAbout
title="Your AI Trading Companion for Education"
description="TradeChart AI helps you understand market dynamics by analyzing your chart screenshots. Get insights into potential moves, key levels, and candlestick patterns, all explained simply for beginners. \n\n**Disclaimer:** This tool is for educational and practice purposes only. It is NOT financial advice. Trading is inherently risky, and you should always conduct your own research and manage your capital responsibly. Past performance does not guarantee future results."
title="Your AI Trading Companion for Education\n\nTradeChart AI helps you understand market dynamics by analyzing your chart screenshots. Get insights into potential moves, key levels, and candlestick patterns, all explained simply for beginners. \n\n**Disclaimer:** This tool is for educational and practice purposes only. It is NOT financial advice. Trading is inherently risky, and you should always conduct your own research and manage your capital responsibly. Past performance does not guarantee future results."
useInvertedBackground={false}
/>
</div>
@@ -151,8 +150,7 @@ export default function HomePage() {
<div id="game-preview" data-section="game-preview">
<TextAbout
tag="Test Your Skills"
title="Ready to Play and Learn?"
description="Sharpen your trading intuition with our interactive learning games. Identify patterns, predict market moves, and earn badges as you master the charts in a fun, risk-free environment."
title="Ready to Play and Learn?\n\nSharpen your trading intuition with our interactive learning games. Identify patterns, predict market moves, and earn badges as you master the charts in a fun, risk-free environment."
buttons={[
{ text: "Start Game", href: "/game" }
]}