Update src/app/booking/page.tsx

This commit is contained in:
2026-05-31 22:45:28 +00:00
parent 06fd876409
commit f071e3bb5a

View File

@@ -77,7 +77,7 @@ export default function LandingPage() {
},
]}
multiSelect={{
name: "serviceInterest", label: "Service Interest", options: ['Haircut', 'Shave', 'Kids Haircut', 'Groom Package'],
name: "serviceInterest", label: "Service Interest", options: ['Haircut', 'Shave', 'Kids Haircut', 'Groom Package']
}}
textarea={{
name: "notes", placeholder: "Special Requests or Notes for Your Barber", rows: 4,