From 59cf33e42542ab3593f962c5bd2f5d3b4abfce4d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:24:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d5bbf7..cfbda89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,32 +114,25 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Regular", label: "Men's Haircuts", title: "$17", items: ["Professional haircut", "Modern fades & classic cuts", "Consultation included"], - }, + tag: "Regular", title: "Men's Haircuts", subtitle: "$17", description: "Professional haircut with modern fades & classic cuts. Consultation included"}, { id: 2, - tag: "Youth", label: "Boys Haircuts", title: "$14", items: ["Ages under 12", "Quick & professional", "Kid-friendly service"], - }, + tag: "Youth", title: "Boys Haircuts", subtitle: "$14", description: "Ages under 12. Quick & professional service with kid-friendly atmosphere"}, { id: 3, - tag: "Specialty", label: "Beard Services", title: "$8", items: ["Beard trim & shape", "Precision grooming", "Expert technique"], - }, + tag: "Specialty", title: "Beard Services", subtitle: "$8", description: "Beard trim & shape with precision grooming and expert technique"}, { id: 4, - tag: "Classic", label: "Straight Razor Shave", title: "$16", items: ["Traditional technique", "Close & smooth shave", "Relaxing experience"], - }, + tag: "Classic", title: "Straight Razor Shave", subtitle: "$16", description: "Traditional technique for close & smooth shave. Relaxing experience"}, { id: 5, - tag: "Specialty", label: "Women's Haircuts", title: "$19", items: ["Professional styling", "Modern techniques", "Custom cuts"], - }, + tag: "Specialty", title: "Women's Haircuts", subtitle: "$19", description: "Professional styling with modern techniques and custom cuts"}, { id: 6, - tag: "Youth", label: "Girls Haircuts", title: "$15", items: ["Young girls service", "Gentle & professional", "Fun atmosphere"], - }, + tag: "Youth", title: "Girls Haircuts", subtitle: "$15", description: "Young girls service, gentle & professional in fun atmosphere"}, { id: 7, - tag: "Quick", label: "Bang Trim", title: "$7", items: ["Quick touch-up", "Precise cutting", "Walk-in welcome"], - }, + tag: "Quick", title: "Bang Trim", subtitle: "$7", description: "Quick touch-up with precise cutting. Walk-in welcome"}, ]} textboxLayout="default" useInvertedBackground={false}