diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6aead13..6783706 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,10 @@ export default function LandingPage() {
@@ -55,109 +39,33 @@ export default function LandingPage() {
@@ -169,21 +77,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Precision Cuts",
- description: "Professional scissor and clipper cuts tailored to your unique style.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg?_wi=2",
- },
- {
- title: "Fades & Tapers",
- description: "Expertly executed skin fades and tapers for a clean, professional finish.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beauty-mulatto-woman-with-long-lashes_633478-2727.jpg?_wi=2",
- },
- {
- title: "Beard Grooming",
- description: "Precision beard trims and shaping to enhance your facial features.",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-trimming-moustache-customer_23-2147778871.jpg?_wi=2",
- },
+ { title: "Precision Cuts", description: "Professional scissor and clipper cuts tailored to your unique style.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg" },
+ { title: "Fades & Tapers", description: "Expertly executed skin fades and tapers for a clean, professional finish.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beauty-mulatto-woman-with-long-lashes_633478-2727.jpg" },
+ { title: "Beard Grooming", description: "Precision beard trims and shaping to enhance your facial features.", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-trimming-moustache-customer_23-2147778871.jpg" }
]}
title="Our Expert Services"
description="We specialize in precision cuts, custom designs, and professional grooming to keep you looking your best."
@@ -192,28 +88,14 @@ export default function LandingPage() {
@@ -312,35 +136,18 @@ export default function LandingPage() {