Description
The footer links to About and FAQ but both return 404. New visitors have no way to learn about the platform mission, understand the team, or find answers before signing up. This issue builds both marketing pages.
Background
Implementation Guide
Create frontend/app/(marketing)/about/page.tsx with sections: mission statement ("Bite-sized Web3 education for busy professionals"), platform features overview, open source section with GitHub contribution info, and Nexacore Org contact section.
Create frontend/app/(marketing)/faq/page.tsx with accordion-style FAQ covering at minimum: "Is ByteChain Academy free?", "What is DAO governance?", "How do I earn certificates?", "What is a Stellar wallet and why do I need one?", "How do learning streaks work?", "How can I contribute?", "What is the Drips Wave Program?". Use Tailwind details/summary elements or simple useState toggle for accordion.
Acceptance Criteria
Complexity: High - 200 points
Join: https://t.me/ByteChainAcademy | Contact: contact@nexacore.org
Description
The footer links to About and FAQ but both return 404. New visitors have no way to learn about the platform mission, understand the team, or find answers before signing up. This issue builds both marketing pages.
Background
Implementation Guide
Create
frontend/app/(marketing)/about/page.tsxwith sections: mission statement ("Bite-sized Web3 education for busy professionals"), platform features overview, open source section with GitHub contribution info, and Nexacore Org contact section.Create
frontend/app/(marketing)/faq/page.tsxwith accordion-style FAQ covering at minimum: "Is ByteChain Academy free?", "What is DAO governance?", "How do I earn certificates?", "What is a Stellar wallet and why do I need one?", "How do learning streaks work?", "How can I contribute?", "What is the Drips Wave Program?". Use Tailwind details/summary elements or simple useState toggle for accordion.Acceptance Criteria
/aboutpage renders with mission, features, open source, and contact sections/faqpage renders with at least 7 FAQ items in accordion styleComplexity: High - 200 points
Join: https://t.me/ByteChainAcademy | Contact: contact@nexacore.org