From fc69c94b6d8d7bc8ce0f3b7a922f1850bb507625 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 01:35:28 +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 3b04450..7078109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,9 +127,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { id: "loyalty-plan", badge: "Special", price: "$10 Off", subtitle: "Your next visit", features: ["Rebooking incentive", "Priority scheduling", "Member discounts"] } + { id: "loyalty-plan", badge: "Special", price: "Exclusive", subtitle: "Member Benefits", features: ["Priority Appointment Access", "Complimentary Beard Taper", "Quarterly Style Consultation"] } ]} - title="Loyalty Program" + title="Client Loyalty Program" description="We value our regulars. Get rewarded for looking sharp." /> -- 2.49.1