From 7a8659be597617fcbbdace706f20366b4a379b13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:57:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4869016..f61215b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,8 +73,9 @@ export default function LandingPage() { title="Our Expert Services" description="We offer a wide range of professional grooming services tailored to your specific style." features={[ - { id: "s1", label: "Hair Care", title: "Hair Services", items: ["Haircut", "Buzz cut", "Curly hair", "Custom cut", "Fade cut", "Head shave", "Kids' cuts", "Long haircut", "Scissor cut"] }, - { id: "s2", label: "Beard Care", title: "Beard Maintenance", items: ["Beard trim", "Beard maintenance"] }, + { + id: "s1", label: "Professional Grooming", title: "Available Services", items: ["Beard trim", "Haircut", "Beard maintenance", "Buzz cut", "Curly hair", "Custom cut", "Fade cut", "Head shave", "Kids' cuts", "Long haircut", "Scissor cut"] + } ]} /> -- 2.49.1