Add signature programs and concierge booking polish#1
Add signature programs and concierge booking polish#1
Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| <label>Goals | ||
| <textarea rows="3" placeholder="Tell us about your skin, timeline, and desired outcome"></textarea> | ||
| </label> | ||
| <button type="submit" class="pill pill--secondary">Request appointment</button> |
There was a problem hiding this comment.
Bug: Form inputs missing name attributes
All form inputs (input, select, and textarea elements) are missing name attributes. When the form is submitted, no field values will be transmitted because HTML forms only send data for inputs with name attributes. This breaks the booking form functionality entirely, preventing users from submitting consultation requests.
| .section--panel .pill--primary { | ||
| width: 100%; | ||
| text-align: center; | ||
| } |
There was a problem hiding this comment.
Bug: Badge labels incorrectly stretched to full width
The CSS selector .section--panel .pill--secondary, .section--panel .pill--primary applies width: 100% to all pills within panel sections, including small badge labels like "Glow" and "Most loved" that should remain inline. This stretches decorative badges to full width instead of only affecting the intended action buttons, breaking the visual hierarchy of the program and membership cards.
Summary
Testing
Codex Task
Note
Introduces a full landing page with multi-section HTML (programs, services, credentials, gallery, membership, testimonials, FAQ, contact) and comprehensive CSS for themed, responsive, and sticky/floating booking UI.
Traning/Fns Batch-5/HTML/index.html):announcement,nav,hero,section--trust,programs,services,experience(timeline panel),credentials(stats),gallery,membership,testimonials,section--cta-alt,faq,contact(form +location),floating-booking, andfooter.Traning/Fns Batch-5/css/style.css):nav, sticky/fixedfloating-booking, responsive grids, and mobile adjustments.Written by Cursor Bugbot for commit 316ab09. This will update automatically on new commits. Configure here.