From 25e8154671a111f6b50c1cdc1590fedf315ff548 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:34:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e26e693..5f6242e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,16 @@ export default function LandingPage() { tag="Our Benefits" features={[ { - id: "1", title: "Expert Certified Therapists", description: "Our licensed massage therapists bring over a decade of specialized training and expertise in Swedish massage techniques. Each therapist is dedicated to providing personalized care tailored to your unique wellness needs and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-spa-receiving-massage_23-2147844982.jpg" + id: 1, + tag: "Expert Therapists", title: "Expert Certified Therapists", subtitle: "Professional Care", description: "Our licensed massage therapists bring over a decade of specialized training and expertise in Swedish massage techniques. Each therapist is dedicated to providing personalized care tailored to your unique wellness needs and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-spa-receiving-massage_23-2147844982.jpg" }, { - id: "2", title: "Premium Wellness Environment", description: "Experience complete relaxation in our serene sanctuary designed for ultimate comfort. Ambient lighting, soothing music, and aromatherapy oils create the perfect atmosphere for deep healing and restoration of mind, body, and spirit.", imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg" + id: 2, + tag: "Wellness Environment", title: "Premium Wellness Environment", subtitle: "Serene Sanctuary", description: "Experience complete relaxation in our serene sanctuary designed for ultimate comfort. Ambient lighting, soothing music, and aromatherapy oils create the perfect atmosphere for deep healing and restoration of mind, body, and spirit.", imageSrc: "http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg" }, { - id: "3", title: "Personalized Treatment Plans", description: "Every massage is customized to your specific needs. Whether you seek pain relief, stress reduction, or sports recovery, we create a tailored treatment plan that evolves with your wellness journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-spa-treatment_23-2148912128.jpg" + id: 3, + tag: "Customized Plans", title: "Personalized Treatment Plans", subtitle: "Tailored Wellness", description: "Every massage is customized to your specific needs. Whether you seek pain relief, stress reduction, or sports recovery, we create a tailored treatment plan that evolves with your wellness journey.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-getting-spa-treatment_23-2148912128.jpg" } ]} animationType="blur-reveal" -- 2.49.1