From 33eccaea69e71a1c9a7271570ed2888856605335 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:36:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index beac5a8..d114f11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,29 +104,37 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "haircut", badge: "Classic", price: "20 KM", subtitle: "Precision Cut & Style", buttons: [ - { - text: "Book Haircut", href: "#contact"}, - ], + id: "buzz-cut", badge: "Quick", price: "12.0 KM", subtitle: "Clean & Simple", buttons: [{ + text: "Book Buzz Cut", href: "#contact" + }], features: [ - "Consultation", "Wash & Cut", "Styling", "Hot Towel Finish"], + "Quick Wash", "Precision Buzz", "Styling" + ] }, { - id: "beard-trim", badge: "Refine", price: "15 KM", subtitle: "Expert Beard Grooming", buttons: [ - { - text: "Book Beard Trim", href: "#contact"}, - ], + id: "childrens-haircut", badge: "Kids", price: "10.0 KM", subtitle: "Gentle Cut (up to 6 years)", buttons: [{ + text: "Book Kid's Haircut", href: "#contact" + }], features: [ - "Beard Shaping", "Trimming & Lining", "Beard Product Application", "Razor Finish"], + "Friendly Service", "Haircut (up to 6 years)", "Quick Style" + ] }, { - id: "full-grooming", badge: "Premium", price: "30 KM", subtitle: "Complete Transformation", buttons: [ - { - text: "Book Full Grooming", href: "#contact"}, - ], + id: "haircut", badge: "Classic", price: "15.0 KM", subtitle: "Standard Cut & Style", buttons: [{ + text: "Book Haircut", href: "#contact" + }], features: [ - "Precision Haircut", "Full Beard Grooming", "Face Hot Towel Shave", "Finishing Touches"], + "Consultation", "Wash & Cut", "Styling" + ] }, + { + id: "haircut-beard", badge: "Combo", price: "20.0–25.0 KM", subtitle: "Complete Look", buttons: [{ + text: "Book Combo", href: "#contact" + }], + features: [ + "Precision Haircut", "Beard Styling & Trim", "Hot Towel Finish" + ] + } ]} title="Our Services & Pricing" description="Tailored grooming solutions designed for the modern man seeking exceptional quality." @@ -223,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1