-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Summary:
Clone the current Mokse Services page in a Next.js project using plain semantic HTML and original UI assets. Create only components that are actually repeated on this page.
Acceptance Criteria:
Page reproduces the existing Services layout section-for-section (e.g., intro/hero, services list or categories, any tiers or feature lists, CTA).
Original assets (icons/images/logos) are imported and referenced with accurate alt text.
Only repeated elements become components (e.g., ServiceCard, FeatureItem), and each is used ≥2 times.
Renders with no styling or scripts; plain semantic HTML (header, main, section, article, h1–h3, ul/li, img, a).
Headings are ordered logically; nav and footer structure match the home page clone.
Any internal anchors/links present on the original are mirrored.