Add professional frontend public page sections#212
Add professional frontend public page sections#212Pushpindersingh-2027 wants to merge 4 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 49028c3b91
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Thanks for the review. I have fixed the duplicate footer issue by removing the global footer from App.tsx. The public pages now use only the existing LandingFooter component, so /, /about, and /contact no longer render two footers. |
|
HI I have addressed the requested changes by removing the extra vanilla CSS and moving the public section styling into Tailwind utility classes inside App.tsx. The frontend production build has also been verified successfully. Could you please review it again when you get a chance? |
This PR improves the public-facing AutoAudit frontend by adding professional sections that better communicate the platform’s audit and compliance value.
Changes made:
Testing: