diff --git a/src/app/page.tsx b/src/app/page.tsx
index fee9892..80c2dc1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -52,108 +40,32 @@ export default function LandingPage() {
@@ -163,24 +75,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- negativeCard={{
- items: [
- "Kids' Cuts 12 & Under",
- "Eyebrow Grooming",
- "Senior Services 65+",
- "Toppik Hair Fibers",
- "Scalp Treatments",
- ],
- }}
- positiveCard={{
- items: [
- "Premium Haircuts & Fades",
- "Traditional Hot Towel Shaves",
- "Beard Maintenance & Conditioning",
- "Expert Scissor Cuts",
- "Sharp Line-ups",
- ],
- }}
+ negativeCard={{ items: ["Kids' Cuts 12 & Under", "Eyebrow Grooming", "Senior Services 65+", "Toppik Hair Fibers", "Scalp Treatments"] }}
+ positiveCard={{ items: ["Premium Haircuts & Fades", "Traditional Hot Towel Shaves", "Beard Maintenance & Conditioning", "Expert Scissor Cuts", "Sharp Line-ups"] }}
title="Our Expert Services"
description="From classic fades to relaxing hot towel shaves, we offer a comprehensive range of grooming services."
/>
@@ -188,49 +84,15 @@ export default function LandingPage() {
@@ -283,9 +122,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file