From 199926d34598a47d9abde084892798dfc5cba6a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 +++++++---------------------------------------- 1 file changed, 37 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94be237..1dcf0f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -100,21 +64,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Commitment to Excellence" metrics={[ - { - icon: Star, - label: "Google Rating", - value: "4.9", - }, - { - icon: Calendar, - label: "Clients Served", - value: "2000+", - }, - { - icon: Award, - label: "Expert Barbers", - value: "5+", - }, + { icon: Star, label: "Google Rating", value: "4.9" }, + { icon: Calendar, label: "Clients Served", value: "2000+" }, + { icon: Award, label: "Expert Barbers", value: "5+" }, ]} metricsAnimation="slide-up" /> @@ -126,40 +78,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { - id: "p1", - badge: "Signature", - price: "$35", - subtitle: "Classic Precision Cut", - features: [ - "Haircut", - "Hot Towel", - "Neck Trim", - ], - }, - { - id: "p2", - badge: "Premium", - price: "$50", - subtitle: "The Full Experience", - features: [ - "Haircut", - "Beard Trim", - "Hot Towel", - "Styling", - ], - }, - { - id: "p3", - badge: "Essentials", - price: "$20", - subtitle: "Beard Grooming Only", - features: [ - "Beard Trim", - "Line Up", - "Hot Towel", - ], - }, + { id: "p1", badge: "Signature", price: "$35", subtitle: "Classic Precision Cut", features: ["Haircut", "Hot Towel", "Neck Trim"] }, + { id: "p2", badge: "Premium", price: "$50", subtitle: "The Full Experience", features: ["Haircut", "Beard Trim", "Hot Towel", "Styling"] }, + { id: "p3", badge: "Essentials", price: "$20", subtitle: "Beard Grooming Only", features: ["Beard Trim", "Line Up", "Hot Towel"] }, ]} title="Mastery Services" description="Precision cuts tailored to your unique identity." @@ -168,24 +89,13 @@ export default function LandingPage() {
@@ -317,34 +157,8 @@ export default function LandingPage() {