From f9e2c0a27dd116f197bbc638a110781d4414bec9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:18:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- 2.49.1