Add high-end AutoGas Pro LPG conversion website#43
Conversation
Full static website for an LPG vehicle conversion company, featuring: - Hero section with animated orbs, counter stats, and dual CTAs - Trust bar with certifications (SANS 347, SABS, 5-yr warranty) - Benefits grid with animated progress bars (6 key LPG advantages) - Services section (passenger, light/heavy commercial, maintenance) - 4-step conversion process timeline - Interactive savings calculator (live cost comparison, payback period) - Fleet solutions section with floating stats cards - Testimonials grid with star ratings - FAQ accordion - Contact form with validation feedback - Sticky nav with mobile hamburger menu - Scroll-triggered reveal animations throughout - Dark premium design: DM Serif Display + Inter, green accent (#22c55e) - Fully responsive (desktop, tablet, mobile) https://claude.ai/code/session_01AVuMbRnokq1zpDrV1DsvGZ
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1a5bb4e6c9
ℹ️ 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".
| /* ─── Contact form ─── */ | ||
| const contactForm = document.getElementById('contactForm'); | ||
| contactForm.addEventListener('submit', (e) => { | ||
| e.preventDefault(); |
There was a problem hiding this comment.
Submit contact requests instead of discarding them
For any visitor who uses the primary quote form, this handler prevents the browser's normal submission and only changes the button text before resetting the form; the entered name/email/vehicle details are never sent anywhere, and the user is told “Request Sent!”. This will silently lose every inbound quote request unless the form posts to a backend, mail endpoint, or other persistence path before showing success.
Useful? React with 👍 / 👎.
Full static website for an LPG vehicle conversion company, featuring:
https://claude.ai/code/session_01AVuMbRnokq1zpDrV1DsvGZ