Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da30693b55 | |||
| 631fb8a92b | |||
| 324b28ffad | |||
| f9e2c0a27d |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
@@ -196,4 +208,4 @@ export default function BarbershopPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user