Update src/app/page.tsx

This commit is contained in:
2026-03-06 05:24:39 +00:00
parent 034175d35d
commit 59cf33e425

View File

@@ -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}