sandra
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
A modern, responsive beauty parlour website with WhatsApp booking integration.
- πΈ Beautiful, modern design with gradient backgrounds
- π± Fully responsive layout
- π Service showcase with pricing
- π©βπΌ Team member profiles
- π Direct WhatsApp booking integration
- π¨ Interactive service selection
- β Customer testimonials
- π Contact information and location
βββ backend/
β βββ index.ts # Main HTTP server (Hono)
βββ frontend/
β βββ index.html # Main page
β βββ style.css # Custom styles
β βββ script.js # Interactive functionality
βββ README.md
The website includes direct WhatsApp booking functionality that:
- Pre-fills service selection
- Includes preferred date/time
- Automatically formats booking message
- Opens WhatsApp with ready-to-send message
- Customers browse services and select their preferred treatments
- They choose a preferred date and time
- Click "Book via WhatsApp" to open WhatsApp with pre-filled booking message
- Send the message to complete the booking request
To customize for your beauty parlour:
Edit /frontend/script.js and change line 4:
const WHATSAPP_NUMBER = "1234567890"; // Replace with your actual WhatsApp number
Edit /frontend/index.html to update:
- Service names and prices in the services section
- Service options in the booking form checkboxes
In /frontend/index.html, update:
- Business name (currently "Bella Beauty")
- Contact information (phone, address)
- Business hours
- Team member names and descriptions
Edit /frontend/style.css to change:
- Color scheme (currently pink/purple gradient)
- Fonts and typography
- Layout and spacing
Replace the spa icon in the navigation with your logo by updating the <i class="fas fa-spa"> element in the HTML.