Description
The landing page is the primary growth driver and the first thing potential learners see. It needs a compelling hero section, a features section, a how-it-works visual, and a sample course preview — all designed to convert visitors into learners.
Background
frontend/app/(marketing)/page.tsx may be minimal or partially built
- Target audience: busy professionals wanting no-commitment crypto education
- Key differentiators: bite-sized lessons, DAO governance, currency hub, Stellar certificates
- Design: dark theme
#0a0a0a background, #00ff88 accent green
Implementation Guide
Update frontend/app/(marketing)/page.tsx with sections:
Hero: bold headline "Learn Web3 in 5-Minute Bites", tagline "No commitment. Real knowledge. Verifiable credentials.", two CTA buttons ("Start Learning Free" and "Explore Courses").
Features: four feature cards with Lucide icons — "Bite-sized Lessons", "DAO Governance", "Currency Knowledge Hub", "Stellar Certificates".
How it works: three-step visual — "Pick a Course", "Learn in 5 Minutes", "Earn Your Certificate".
Sample courses: fetch 3 published courses from GET /api/v1/courses?limit=3 and render course cards.
Footer with links to About, FAQ, GitHub (https://github.com/Nexacore-Org/ByteChain-Academy), and Telegram (https://t.me/ByteChainAcademy).
Acceptance Criteria
Complexity: High - 200 points
Join: https://t.me/ByteChainAcademy | Contact: contact@nexacore.org
Description
The landing page is the primary growth driver and the first thing potential learners see. It needs a compelling hero section, a features section, a how-it-works visual, and a sample course preview — all designed to convert visitors into learners.
Background
frontend/app/(marketing)/page.tsxmay be minimal or partially built#0a0a0abackground,#00ff88accent greenImplementation Guide
Update
frontend/app/(marketing)/page.tsxwith sections:Hero: bold headline "Learn Web3 in 5-Minute Bites", tagline "No commitment. Real knowledge. Verifiable credentials.", two CTA buttons ("Start Learning Free" and "Explore Courses").
Features: four feature cards with Lucide icons — "Bite-sized Lessons", "DAO Governance", "Currency Knowledge Hub", "Stellar Certificates".
How it works: three-step visual — "Pick a Course", "Learn in 5 Minutes", "Earn Your Certificate".
Sample courses: fetch 3 published courses from
GET /api/v1/courses?limit=3and render course cards.Footer with links to About, FAQ, GitHub (https://github.com/Nexacore-Org/ByteChain-Academy), and Telegram (https://t.me/ByteChainAcademy).
Acceptance Criteria
Complexity: High - 200 points
Join: https://t.me/ByteChainAcademy | Contact: contact@nexacore.org