diff --git a/src/app/page.tsx b/src/app/page.tsx index 098b3a5..ac5072f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"