From bb42a920eddc93262cbe772c4dc0e496a403c2d6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:44:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22a4159..f4c511d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,13 +114,13 @@ export default function LandingPage() { plans={[ { id: "haircut", badge: "Popular", badgeIcon: Star, - price: "$25", subtitle: "Classic haircut service", buttons: [{ text: "Book Now", href: "contact" }], + price: "$25", subtitle: "Most popular choice", buttons: [{ text: "Book Now", href: "contact" }], features: [ "Professional haircut", "Expert styling advice", "Complimentary neck trim", "15-20 minutes"], }, { id: "beard-trim", badge: "Best For Style", badgeIcon: Sparkles, - price: "$20", subtitle: "Beard grooming and shaping", buttons: [{ text: "Book Now", href: "contact" }], + price: "$20", subtitle: "Best for maintenance", buttons: [{ text: "Book Now", href: "contact" }], features: [ "Precision beard trim", "Shape and style", "Beard oil application", "10-15 minutes"], }, -- 2.49.1