diff --git a/src/app/page.tsx b/src/app/page.tsx
index f16cf6f..776b01f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,16 +30,11 @@ export default function LandingPage() {
@@ -47,27 +42,17 @@ export default function LandingPage() {
@@ -88,98 +73,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "s1", name: "Swedish Massage", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-spa_23-2150911797.jpg"},
- {
- id: "s2", name: "Deep Tissue Massage", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-masseuse-with-client_23-2148531217.jpg"},
- {
- id: "s3", name: "Hot Stone Therapy", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/stones-meditation_23-2148835375.jpg"},
- {
- id: "s4", name: "Desert Salt Body Scrub", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-implements-leaves_23-2148116153.jpg"},
- {
- id: "s5", name: "Couples Retreat", price: "$220", imageSrc: "https://img.b2bpic.net/premium-photo/facial-spa-relax-with-couple-mask-skincare-cosmetics-detox-treatment-beauty-face-self-care-weekend-with-man-woman-bedroom-home-salon-wellness-cucumber_590464-193498.jpg?id=48910172"},
+ { id: "s1", name: "Swedish Massage", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-spa_23-2150911797.jpg" },
+ { id: "s2", name: "Deep Tissue Massage", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-masseuse-with-client_23-2148531217.jpg" },
+ { id: "s3", name: "Hot Stone Therapy", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/stones-meditation_23-2148835375.jpg" },
]}
title="Our Services Menu"
- description="Indulge in a curated selection of holistic treatments inspired by the desert landscape."
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -194,13 +93,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file