diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index a79eef80..358920d1 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -1,51 +1,57 @@ +'use client'; + import Link from 'next/link'; import { ArrowRight, BookOpen, Code, Users } from 'lucide-react'; +import { useI18n } from '@/i18n'; export default function Home() { + const { t } = useI18n(); + return (
- The ultimate open-source educational platform for blockchain development. Learn smart contracts, collaborate on projects, and build the future of Web3. + {t('home.subtitle')}
Progress from basics to advanced smart contract development with hands-on coding exercises. Earn blockchain-verifiable certificates as you complete modules.
+{t('home.feature_curriculum_desc')}
- Write, test, and deploy Rust smart contracts directly from your browser without local setup. Integrated with Soroban for seamless testing.
+{t('home.feature_ide_desc')}
Work together on Hackathon projects, share components, and build your decentralized reputation via on-chain peer reviews.
+{t('home.feature_collab_desc')}
- Web3 Student Lab is an ambitious open-source project designed to revolutionize developer onboarding to the Stellar ecosystem. We are currently seeking a grant to fully deploy our infrastructure, finalize our curriculum, and bring this platform to mainnet. -
+{t('home.grant_desc')}