diff --git a/src/app/page.tsx b/src/app/page.tsx
index a5b7657..21a9500 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,92 +41,30 @@ export default function LandingPage() {
@@ -158,27 +84,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "s1",
- title: "Precision Cuts",
- subtitle: "Modern styling for every hair type.",
- category: "Styling",
- value: "Essential",
- },
- {
- id: "s2",
- title: "Custom Color",
- subtitle: "Vibrant and healthy hair color transformations.",
- category: "Coloring",
- value: "Premium",
- },
- {
- id: "s3",
- title: "Restorative Treatments",
- subtitle: "Nourishing therapies to revive your hair.",
- category: "Care",
- value: "Treatment",
- },
+ { id: "s1", title: "Precision Cuts", subtitle: "Modern styling for every hair type.", category: "Styling", value: "Essential" },
+ { id: "s2", title: "Custom Color", subtitle: "Vibrant and healthy hair color transformations.", category: "Coloring", value: "Premium" },
+ { id: "s3", title: "Restorative Treatments", subtitle: "Nourishing therapies to revive your hair.", category: "Care", value: "Treatment" },
]}
title="Professional Services"
description="Comprehensive hair care solutions delivered with precision and care."
@@ -187,63 +95,30 @@ export default function LandingPage() {
@@ -322,9 +161,7 @@ export default function LandingPage() {