Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-03 22:18:57 +00:00

View File

@@ -90,6 +90,18 @@ export default function BarbershopPage() {
"Haircut & Shave - $65", "Haircut, Shave & Facial - $90", "Haircut & Deluxe Beard - $60", "Gray Blending - $35", "Full Grooming Package - $95"
],
buttons: [{ text: "Book Package", href: "#contact" }]
},
{
id: "premium", label: "Premium Services", title: "Luxury Grooming & Treatments", items: [
"Hot Stone Massage - $45", "Premium Facial Treatment - $55", "Scalp Treatment - $35", "Deep Conditioning Treatment - $40", "Complete Luxury Package - $120"
],
buttons: [{ text: "Book Premium Service", href: "#contact" }]
},
{
id: "styling", label: "Styling & Color", title: "Hair Styling & Color Services", items: [
"Hair Styling - $28", "Color Treatment - $50", "Highlights - $65", "Gray Coverage - $45", "Full Color & Style Package - $95"
],
buttons: [{ text: "Book Styling", href: "#contact" }]
}
]}
animationType="slide-up"