From a6782b59bad45186368f947ba57933425d6cbf20 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:06:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a7a2d..63a2be7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,18 +115,18 @@ export default function LandingPage() { tag="Pricing" plans={[ { - id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Expert consultation", "Premium scissors", "Style guidance" + id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ + "Expert consultation", "Premium scissors", "48-hour turnaround" ] }, { - id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Hot towel preparation", "Premium razor technique", "Aftershave treatment" + id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [ + "Hot towel preparation", "Premium razor technique", "48-hour turnaround" ] }, { - id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ - "Beard shaping", "Conditioning treatment", "Style consultation" + id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Reserve Spot", href: "#contact" }, featuresTitle: "What's Included:", features: [ + "Beard shaping", "Conditioning treatment", "48-hour turnaround" ] } ]} @@ -235,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1