diff --git a/src/app/page.tsx b/src/app/page.tsx
index 36333c0..1cfa824 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,42 +42,17 @@ export default function LandingPage() {
@@ -111,24 +74,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "Precision Tailoring",
- description: "Expert cuts for men, women, and children.",
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-smokes-cigar_1304-5117.jpg",
- imageAlt: "precision hair cutting professional tools",
- },
- {
- title: "Bespoke Color",
- description: "Seamless balayage and dimensional tones.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668447.jpg",
- imageAlt: "expert hair coloring technique",
- },
- {
- title: "Luxury Treatments",
- description: "Restorative therapies for ultimate shine.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230928.jpg",
- imageAlt: "luxury scalp treatment salon",
- },
+ { title: "Precision Tailoring", description: "Expert cuts for men, women, and children.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-smokes-cigar_1304-5117.jpg", imageAlt: "precision hair cutting professional tools" },
+ { title: "Bespoke Color", description: "Seamless balayage and dimensional tones.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668447.jpg", imageAlt: "expert hair coloring technique" },
+ { title: "Luxury Treatments", description: "Restorative therapies for ultimate shine.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230928.jpg", imageAlt: "luxury scalp treatment salon" }
]}
title="Our Signature Approach"
description="Excellence in every detail."
@@ -137,61 +85,13 @@ export default function LandingPage() {
@@ -336,14 +171,8 @@ export default function LandingPage() {