From 46be4d6603d5d568c117dcf73da397e6a553d6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:45:44 +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 f4d9cfb..829ca7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", badge: "Most Popular", price: "£35", subtitle: "Premium Haircut & Styling", buttons: [ + id: "p1", badge: "Most Popular", price: "£19.99", subtitle: "Premium Haircut & Styling", buttons: [ { text: "Book Now", href: bookingUrl}, ], @@ -157,7 +157,7 @@ export default function LandingPage() { "Consultation", "Precision Cut", "Style Advice", "Finish"], }, { - id: "p2", badge: "Essential", price: "£55", subtitle: "Cut, Wash & Blow Dry", buttons: [ + id: "p2", badge: "Essential", price: "£45", subtitle: "Cut, Wash & Blow Dry", buttons: [ { text: "Book Now", href: bookingUrl}, ], -- 2.49.1