Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-08 08:47:27 +00:00

View File

@@ -97,6 +97,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Why Choose InGame? Educational trading that's actually fun, risk-free, and designed for everyone—from curious gamers to serious finance learners."
metricsAnimation="slide-up"
useInvertedBackground={false}
metrics={[
{ icon: Users, label: "Active Traders", value: "50,000+" },
@@ -175,28 +176,22 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_trades", testimonial: "I was terrified of investing with real money. InGame let me practice strategy risk-free for three months, and now I'm confident enough to invest in actual stocks!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-woman-trader--1772959513171-9dd78022.png", imageAlt: "Sarah Johnson profile"
id: "1", name: "Sarah Johnson", handle: "@sarahj_trades", testimonial: "I was terrified of investing with real money. InGame let me practice strategy risk-free for three months, and now I'm confident enough to invest in actual stocks!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-woman-trader--1772959513171-9dd78022.png", imageAlt: "Sarah Johnson profile"
},
{
id: "2", name: "Michael Chen", handle: "@mike_fintech", testimonial: "As an educator, I use InGame to teach my students market mechanics. The gamification keeps them engaged while they're actually learning fundamental investment principles.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-man-educator--1772959513705-10558cda.png", imageAlt: "Michael Chen profile"
id: "2", name: "Michael Chen", handle: "@mike_fintech", testimonial: "As an educator, I use InGame to teach my students market mechanics. The gamification keeps them engaged while they're actually learning fundamental investment principles.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-man-educator--1772959513705-10558cda.png", imageAlt: "Michael Chen profile"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emma_portfolio", testimonial: "The leaderboard competitions pushed me to sharpen my trading skills. I've earned 15 achievement badges and my portfolio strategy is now rock-solid!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-woman-with-po-1772959513391-d146a911.png", imageAlt: "Emma Rodriguez profile"
id: "3", name: "Emma Rodriguez", handle: "@emma_portfolio", testimonial: "The leaderboard competitions pushed me to sharpen my trading skills. I've earned 15 achievement badges and my portfolio strategy is now rock-solid!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-woman-with-po-1772959513391-d146a911.png", imageAlt: "Emma Rodriguez profile"
},
{
id: "4", name: "David Kim", handle: "@david_investor", testimonial: "Absolutely fantastic platform. The real-time data and analytics dashboards gave me the confidence to transition from gaming to actual investing.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-man-with-tech-1772959513490-762063da.png", imageAlt: "David Kim profile"
id: "4", name: "David Kim", handle: "@david_investor", testimonial: "Absolutely fantastic platform. The real-time data and analytics dashboards gave me the confidence to transition from gaming to actual investing.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-a-man-with-tech-1772959513490-762063da.png", imageAlt: "David Kim profile"
},
{
id: "5", name: "Lisa Thompson", handle: "@lisathompson88", testimonial: "My kids use this app to learn about markets while I manage my real portfolio. It's educational, fun, and completely free. Couldn't ask for more!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/friendly-parent-portrait-approachable-ex-1772959513202-dc2cc277.png", imageAlt: "Lisa Thompson profile"
id: "5", name: "Lisa Thompson", handle: "@lisathompson88", testimonial: "My kids use this app to learn about markets while I manage my real portfolio. It's educational, fun, and completely free. Couldn't ask for more!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/friendly-parent-portrait-approachable-ex-1772959513202-dc2cc277.png", imageAlt: "Lisa Thompson profile"
},
{
id: "6", name: "James Martinez", handle: "@james_trades", testimonial: "I've tried other trading simulators, but InGame's combination of accuracy, gamification, and community competition is unmatched. Highly recommend!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-an-enthusiastic-1772959513565-41f78936.png", imageAlt: "James Martinez profile"
id: "6", name: "James Martinez", handle: "@james_trades", testimonial: "I've tried other trading simulators, but InGame's combination of accuracy, gamification, and community competition is unmatched. Highly recommend!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeiSO3d9dqySRenN8WxyUVN7c1/professional-portrait-of-an-enthusiastic-1772959513565-41f78936.png", imageAlt: "James Martinez profile"
}
]}
/>
@@ -208,7 +203,7 @@ export default function LandingPage() {
sideDescription="Everything you need to know about trading, learning, and competing on InGame"
useInvertedBackground={false}
textPosition="left"
animationType="smooth"
faqsAnimation="smooth"
faqs={[
{
id: "1", title: "Is InGame really free?", content: "Yes, 100% free. You get 100,000 virtual credits to start trading immediately with no hidden costs, no credit card required, and no premium upsells blocking core features."
@@ -229,7 +224,6 @@ export default function LandingPage() {
id: "6", title: "Can I transfer to real investing?", content: "InGame teaches you the exact mechanics of real investing, but we don't handle real trades. You'll be ready to open a real broker account when you're confident in your strategy."
}
]}
faqsAnimation="slide-up"
/>
</div>