From 03e4134601fee8720ee03ded3326fc63fb07c443 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 19:20:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48079ee..fa312ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,8 +73,8 @@ export default function LandingPage() { features: ["Precision Haircut", "Line-up", "Hot Towel Service"], }, { - id: "p2", badge: "Design", price: "$35", subtitle: "Haircut with Design", buttons: [{ text: "Book", href: "#contact" }], - features: ["Precision Haircut", "Custom Hair Design", "Line-up"], + id: "p2", badge: "Design", price: "$35", subtitle: "Haircut with Eyebrows", buttons: [{ text: "Book", href: "#contact" }], + features: ["Precision Haircut", "Eyebrow Grooming", "Line-up"], }, { id: "p3", badge: "Complete", price: "$65", subtitle: "Full Grooming", buttons: [{ text: "Book", href: "#contact" }], @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1