diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69bc493..09c1a9e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,38 +33,14 @@ export default function LandingPage() {
@@ -72,63 +48,26 @@ export default function LandingPage() {
@@ -152,33 +91,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Precision Haircuts",
- tags: [
- "Modern",
- "Classic",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/classic-shaving-brush-front-foam-bowl-folded-white-napkin-razor-wooden-desk_23-2148088542.jpg",
- },
- {
- id: "f2",
- title: "Signature Beard Trims",
- tags: [
- "Styling",
- "Care",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg",
- },
- {
- id: "f3",
- title: "Hot Towel Facials",
- tags: [
- "Relax",
- "Groom",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-getting-facial-exfoliation-scrub-with-brush-health-beauty-spa_662251-2543.jpg",
- },
+ { id: "f1", title: "Precision Haircuts", tags: ["Modern", "Classic"], imageSrc: "http://img.b2bpic.net/free-photo/classic-shaving-brush-front-foam-bowl-folded-white-napkin-razor-wooden-desk_23-2148088542.jpg" },
+ { id: "f2", title: "Signature Beard Trims", tags: ["Styling", "Care"], imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg" },
+ { id: "f3", title: "Hot Towel Facials", tags: ["Relax", "Groom"], imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-getting-facial-exfoliation-scrub-with-brush-health-beauty-spa_662251-2543.jpg" }
]}
title="Master Grooming Services"
description="A comprehensive range of services tailored to the modern gentleman."
@@ -187,27 +102,13 @@ export default function LandingPage() {
@@ -419,4 +202,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file