Landing Page, Blog (MDX), and Editor Restructuring#17
Landing Page, Blog (MDX), and Editor Restructuring#17yossTheDev wants to merge 4 commits intomainfrom
Conversation
- Moved editor tools to \`/editor/removerized\`, \`/editor/upscaler\`, and \`/editor/colorizer\`. - Created a modern landing page at \`/\` with Hero and Tools sections. - Implemented individual tool marketing pages at \`/removerized\`, \`/upscaler\`, and \`/colorizer\`. - Added MDX support for the blog and created a sample post at \`/blog/first-post\`. - Created common landing components: \`LandingHeader\`, \`LandingFooter\`, \`Hero\`, and \`MiniEditor\`. - Updated SEO metadata and sitemap for all new routes. - Adjusted global layout to support scrolling on landing and blog pages. - Configured Next.js for MDX and established \`mdx-components.tsx\`. Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This commit restructures the project to have a marketing-first landing page at \`/\` while moving the editor tools to \`/editor/\`. Changes: - **Editor Routes**: Moved to \`/editor/removerized\`, \`/editor/upscaler\`, and \`/editor/colorizer\`. - **Landing Page**: New high-impact home page at \`/\`. - **Marketing Pages**: Detailed description pages at \`/removerized\`, \`/upscaler\`, and \`/colorizer\` with use cases and SEO content. - **Blog**: Integrated MDX support with sample post at \`/blog/first-post\`. - **Components**: Created shared landing components (\`LandingHeader\`, \`LandingFooter\`, \`Hero\`, \`MiniEditor\`). - **Configuration**: Updated \`next.config.mjs\` and added \`mdx-components.tsx\`. - **SEO**: Updated sitemap and root metadata. - **CI/CD Fixes**: Cleaned up environment-specific artifacts and updated \`.gitignore\`. Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
- Made the \`MiniEditor\` fully functional with on-device AI processing for single images. - Added desktop-only restriction for the interactive simulator with mobile fallback. - Expanded marketing content for all tools with use cases, pro tips, and step-by-step guides. - Improved blog styling using \`@tailwindcss/typography\` and refined MDX support. - Added FAQ and Privacy Deep Dive sections to the landing page. - Fixed CI build issues by cleaning up environment artifacts and updating configuration. Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
This PR transforms Removerized into a complete product suite with a marketing-first approach. Key Features: - **Restructured Routing**: Moved high-performance editor tools to \`/editor/\` paths, freeing root paths for marketing content. - **Functional MiniEditor**: Integrated a lightweight, single-image processing pipeline directly into marketing pages using ONNX Runtime Web. - **Marketing Landing & Tool Pages**: Developed rich, SEO-optimized content for Remover, Upscaler, and Colorizer including Use Cases, Pro Tips, and comparative guides. - **Mobile-First Marketing**: Implemented responsive logic to show a 'Desktop Only' simulator message on small screens while maintaining full navigation to mobile-optimized editor routes. - **Professional Blog**: Established MDX-based blog support with \`@tailwindcss/typography\` for beautiful content rendering. - **Trust & SEO**: Added deep-dive technical privacy sections and FAQs to build user confidence in on-device AI. - **Stability**: Fixed build regressions, removed environment-specific artifacts, and updated \`.gitignore\`. Co-authored-by: yossTheDev <98903135+yossTheDev@users.noreply.github.com>
This PR implements a major restructuring of the application to prioritize marketing and user onboarding while maintaining full AI editing capabilities.
Key Changes:
Verification:
PR created automatically by Jules for task 1792507111432175628 started by @yossTheDev