diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16b9a1c..44aa3fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,85 +31,37 @@ export default function LandingPage() {
@@ -130,27 +82,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
- {
- title: "Rejuvenation Therapy",
- description: "Revitalize your body with our signature natural therapy.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-putting-stones-back_23-2149089219.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-women-indulging-self-care-with-beauty-product_23-2148655768.jpg",
- buttonText: "Read More",
- },
- {
- title: "Anti-Aging Treatment",
- description: "Natural and effective approaches to aging gracefully.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-prp-injection_23-2149341415.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-facial-yoga_23-2150649556.jpg",
- buttonText: "Read More",
- },
- {
- title: "Detoxification",
- description: "Deep cleanse through traditional ayurvedic methods.",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-mortar-pestle_23-2148894333.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-bath-concept-with-pink-salts_23-2148295957.jpg",
- buttonText: "Read More",
- },
+ { title: "Rejuvenation Therapy", description: "Revitalize your body with our signature natural therapy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-putting-stones-back_23-2149089219.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-women-indulging-self-care-with-beauty-product_23-2148655768.jpg", buttonText: "Read More" },
+ { title: "Anti-Aging Treatment", description: "Natural and effective approaches to aging gracefully.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-prp-injection_23-2149341415.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-practicing-facial-yoga_23-2150649556.jpg", buttonText: "Read More" },
+ { title: "Detoxification", description: "Deep cleanse through traditional ayurvedic methods.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-mortar-pestle_23-2148894333.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-angle-bath-concept-with-pink-salts_23-2148295957.jpg", buttonText: "Read More" }
]}
title="Our Treatments"
description="We offer a wide range of natural treatments designed to rejuvenate your well-being."
@@ -164,21 +98,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "15,000+",
- description: "Happy Clients",
- },
- {
- id: "m2",
- value: "20+",
- description: "Expert Practitioners",
- },
- {
- id: "m3",
- value: "30+",
- description: "Natural Treatments",
- },
+ { id: "m1", value: "15,000+", description: "Happy Clients" },
+ { id: "m2", value: "20+", description: "Expert Practitioners" },
+ { id: "m3", value: "30+", description: "Natural Treatments" }
]}
title="Healing Impact"
description="Thousands have found their path to wellness at our centre."
@@ -189,61 +111,18 @@ export default function LandingPage() {