diff --git a/src/app/page.tsx b/src/app/page.tsx index fb1efda..99f6815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"], + }, ]} />