Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b730265a0b | |||
| ea4791114c | |||
| b371aa4c57 | |||
| 75c4d03f30 |
@@ -169,6 +169,12 @@ export default function HomePage() {
|
||||
features: [
|
||||
"Precise trimming", "Clean shaping", "Professional care", "No appointment needed", "Cash only"],
|
||||
},
|
||||
{
|
||||
id: "full-service", badge: "Full Service", badgeIcon: Scissors,
|
||||
price: "$35", subtitle: "Haircut + Beard Trim combo", buttons: [{ text: "Walk In", href: "/contact" }],
|
||||
features: [
|
||||
"Professional scissor cut", "Premium beard shaping", "Complete grooming experience", "No appointment needed", "Cash only"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user