Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 16:24:28 +00:00

View File

@@ -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>