diff --git a/app/docs/page.tsx b/app/docs/page.tsx new file mode 100644 index 0000000..1aacef6 --- /dev/null +++ b/app/docs/page.tsx @@ -0,0 +1,270 @@ +"use client"; + +import React from "react"; +import ReactMarkdown, { Components } from "react-markdown"; +import remarkGfm from "remark-gfm"; + +const ReadmePage = () => { + const readmeContent = ` +## πŸ“˜ WODEY Deliverables Overview + +Welcome to your WODEY UI/UX design package. This page provides everything your team needs to understand, preview, and implement the design assets developed for the WODEY Publishing Ecosystem. + +## πŸ“‚ What’s Included + +Your deliverables include high-fidelity UI mockups, design system components, and documentation that collectively represent the full user journey across all major WODEY touchpoints. + +| Section | Description | +| --------------------- | ------------------------------------------------------------------------------------------------------- | +| 01_Homepage | The landing experience for www.wodey.books including hero sections, genre browsing, and ebook discovery | +| 02_Author Studio | UI for authors to create, edit, preview, and publish multimedia ebooks | +| 03_Reader App | Reader-facing immersive interface with scroll & flip view modes | +| 04_Artist Marketplace | Asset browsing, upload flow, and commission request screens | +| 05_Advertiser Portal | Campaign setup, keyword targeting, and performance dashboards | +| 06_WODEY_Wallet | Revenue dashboard tracking ebook sales and ad earnings | +| 07_Design System | Colors, typography, button states, spacing, and reusable components | +| 08_Prototype_Flow | Clickable user journey demo | + +## πŸ›  How to Use These Files + +Preview the Screens: Scroll through the design sections in logical flow + +Download Assets: Use the "Download All Mockups" button to access the .zip file + +## πŸ”— Links + +[Live Preview URL](https://woedii.yoursoftwareengineers.com) + +[Download Full Zip File by clicking on the download icon](https://woedii.yoursoftwareengineers.com/slider) + +## 🀝 Support + +If you need help integrating these designs into code or want to schedule a handoff session, please contact: + +UI/UX Design Lead: Daphne Augustine ([daphne@yoursoftwareengineers.com](mailto:daphne@yoursoftwareengineers.com)) + +Development Lead: Yussif Yahuza ([yussif@yoursoftwareengineers.com](mailto:yussif@yoursoftwareengineers.com)) + `; + + const components: Components = { + h1: ({ node, ...props }) => ( +

+ ), + h2: ({ node, ...props }) => ( +

+ ), + h3: ({ node, ...props }) => ( +

+ ), + p: ({ node, ...props }) => ( +

+ ), + a: ({ node, ...props }) => ( + + ), + ul: ({ node, ...props }) => ( +