Open Issues Need Help
View All on GitHubAI Summary: This task requires creating new pages for 'About', 'Careers', and updating the 'Status' page for a Next.js application. Footer links need to be updated to point to these new pages. Additionally, the existing 'Contact Us' and 'Support' forms must be connected to a backend API, ensuring proper form validation, submission handling, and feedback messages for both authenticated and unauthenticated users.
AI Summary: Add styled social media icon links (Twitter, LinkedIn, Instagram) below the phone number in the existing contact form of a Next.js application. Icons should be sourced from the footer, ideally as separate components, and open in new tabs. The addition should not disrupt the form's functionality or layout on desktop or mobile.
AI Summary: Fix a broken link on the Cyntax Org landing page. The 'Sign-Up' button currently links to a non-existent `signup.html` file instead of the correct `/auth/signup` route. The task involves locating the button in the Next.js application, updating its routing to the correct path, and testing the fix across different environments.
AI Summary: Implement a front-end email subscription form for the Cyntax Org website. This involves creating a form to collect email addresses, validating the email address using client-side validation, and making a POST request to the `api.cyntax.org/subscribe` endpoint. User feedback (success/error messages) should be displayed. This task does not include backend integration, CRM integration, or email confirmation.