From b730265a0baf121d1803c35f19b8ba0c545e983a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:24:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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"], + }, ]} /> -- 2.49.1