From b7ccdf35c9b056c3078b970e40450142e3f546eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:45:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db20cd6..224e668 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -99,54 +76,22 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "cut", - tag: "Popular", - price: "$30", - period: "per cut", - description: "Classic cut with a modern finish.", - button: { - text: "Book", - }, - featuresTitle: "Includes", - features: [ - "Consultation", - "Haircut", - "Hot Towel", - "Neck Shave", - ], + id: "cut", tag: "Popular", price: "$30", period: "per cut", description: "Classic cut with a modern finish.", button: { + text: "Book"}, + featuresTitle: "Includes", features: [ + "Consultation", "Haircut", "Hot Towel", "Neck Shave"], }, { - id: "beard", - tag: "Grooming", - price: "$25", - period: "service", - description: "Precision beard trim and maintenance.", - button: { - text: "Book", - }, - featuresTitle: "Includes", - features: [ - "Beard Trim", - "Line Up", - "Moisturizing Oil", - ], + id: "beard", tag: "Grooming", price: "$25", period: "service", description: "Precision beard trim and maintenance.", button: { + text: "Book"}, + featuresTitle: "Includes", features: [ + "Beard Trim", "Line Up", "Moisturizing Oil"], }, { - id: "full", - tag: "Elite", - price: "$50", - period: "combo", - description: "Full haircut and beard service.", - button: { - text: "Book", - }, - featuresTitle: "Includes", - features: [ - "Haircut", - "Beard Trim", - "Face Massage", - "Styling", - ], + id: "full", tag: "Elite", price: "$50", period: "combo", description: "Full haircut and beard service.", button: { + text: "Book"}, + featuresTitle: "Includes", features: [ + "Haircut", "Beard Trim", "Face Massage", "Styling"], }, ]} title="Our Services" @@ -156,30 +101,16 @@ export default function LandingPage() {