Static AMP salon landing page for beauty services, stylists, pricing, testimonials, and appointment requests.
- Responsive AMP landing page in
index.html - Hero section with salon photography
- Services section
- Team section
- Pricing / booking callouts
- Testimonials
- Contact and appointment request form
- Local image assets under
assets/images
- Restored broken image paths by adding the referenced
assets/imagesdirectory. - Replaced template placeholder branding with
Salon Luxe. - Removed broken Mobirise outbound CTA links.
- Updated dummy contact details and metadata.
- Reworked the appointment form fields to use clean names:
name,email,phone, andservice. - Replaced encoded template form payloads with readable form data.
- Added mobile hero text overrides to prevent clipped headings on smaller screens.
- Added README screenshots generated from the current page.
This is a static site, so any local static server will work.
python -m http.server 3010Then open:
http://127.0.0.1:3010/
The form currently posts to a placeholder FormSubmit endpoint:
https://formsubmit.co/ajax/hello@salonluxe.example
Before publishing, replace hello@salonluxe.example with the salon's real booking email or connect the form to the production booking/CRM endpoint.
.
├── index.html
├── assets/images/
├── docs/screenshots/
├── project.mobirise
└── hashes.json
The repo can be published on GitHub Pages, Netlify, Vercel, or any static host. No build step is required.

