diff --git a/src/app/page.tsx b/src/app/page.tsx index ac65360..78bf435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,14 @@ export default function LandingPage() { @@ -171,36 +97,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Scissors, - title: "Hair & Styling", - description: "Custom cuts, fades, and precision styling.", - }, - { - icon: Scissors, - title: "Beard Craft", - description: "Traditional shaping, trimming, and conditioning.", - }, - { - icon: Sparkles, - title: "Luxury Treatments", - description: "Premium scalp and grooming packages.", - }, - { - icon: User, - title: "Classic Grooming", - description: "Authentic hot towel razor shaves.", - }, - { - icon: Palette, - title: "Modern Styling", - description: "Asian-inspired cuts and textured styles.", - }, - { - icon: Sparkles, - title: "Detail & Care", - description: "Manicures and targeted grooming attention.", - }, + { icon: Scissors, title: "Hair & Styling", description: "Custom cuts, fades, and precision styling." }, + { icon: Scissors, title: "Beard Craft", description: "Traditional shaping, trimming, and conditioning." }, + { icon: Sparkles, title: "Luxury Treatments", description: "Premium scalp and grooming packages." }, + { icon: User, title: "Classic Grooming", description: "Authentic hot towel razor shaves." }, + { icon: Palette, title: "Modern Styling", description: "Asian-inspired cuts and textured styles." }, + { icon: Sparkles, title: "Detail & Care", description: "Manicures and targeted grooming attention." }, ]} title="Services" description="A refined curation of grooming mastery." @@ -211,54 +113,20 @@ export default function LandingPage() {