-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Summary:
Clone the Mokse About Us page in a Next.js project using plain semantic HTML and the original UI assets. Replicate the current layout and structure exactly. Create only those reusable components that appear multiple times on this page.
Acceptance Criteria:
The page reproduces the existing Mokse About Us layout section-for-section (hero/intro, mission statement, team profiles, partner mentions, footer).
Original UI assets (logos, icons, images) are imported and referenced with proper alt text.
Components are created only when repeated (e.g., TeamMemberCard if used for several people).
Page renders in Next.js without styling, scripts, or external dependencies.
Headings and markup follow semantic HTML (header, main, section, article, footer, h1–h3).
Navigation links and footer match the home page clone structure for consistency.