From 39d366097a0f0f12969c0da120cf680f57eefb45 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:14:16 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5aa5674..c7aa1ef 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Dumbbell, Massage, Leaf, Clock, MapPin, Users, BookOpen } from "lucide-react"; +import { Sparkles, Dumbbell, Leaf, Clock, MapPin, Users, BookOpen, HeartPulse, BikeFront } from "lucide-react"; export default function ServicesPage() { return ( @@ -28,10 +28,10 @@ export default function ServicesPage() { @@ -45,16 +45,16 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "spa-1", title: "Therapeutic Massages", subtitle: "Relax and unwind with our expert massage therapists.", category: "Spa", value: "Starting at $80", mediaComponent: Massage + id: "spa-1", title: "Therapeutic Massages", subtitle: "Relax and unwind with our expert massage therapists.", category: "Spa", value: "Starting at $80" }, { - id: "spa-2", title: "Revitalizing Facials", subtitle: "Experience glowing skin with our personalized facial treatments.", category: "Spa", value: "Starting at $70", mediaComponent: Sparkles + id: "spa-2", title: "Revitalizing Facials", subtitle: "Experience glowing skin with our personalized facial treatments.", category: "Spa", value: "Starting at $70" }, { - id: "spa-3", title: "Detoxifying Body Wraps", subtitle: "Cleanse and nourish your body with natural ingredients.", category: "Spa", value: "Starting at $95", mediaComponent: Leaf + id: "spa-3", title: "Detoxifying Body Wraps", subtitle: "Cleanse and nourish your body with natural ingredients.", category: "Spa", value: "Starting at $95" }, { - id: "spa-4", title: "Aromatherapy Sessions", subtitle: "Enhance your well-being with essential oil treatments.", category: "Spa", value: "Starting at $60", mediaComponent: Leaf + id: "spa-4", title: "Aromatherapy Sessions", subtitle: "Enhance your well-being with essential oil treatments.", category: "Spa", value: "Starting at $60" } ]} /> @@ -69,16 +69,16 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "gym-1", title: "Personal Training", subtitle: "One-on-one sessions with certified trainers.", category: "Fitness", value: "Starting at $60/hr", mediaComponent: Dumbbell + id: "gym-1", title: "Personal Training", subtitle: "One-on-one sessions with certified trainers.", category: "Fitness", value: "Starting at $60/hr" }, { - id: "gym-2", title: "Group Fitness Classes", subtitle: "Join fun and energetic classes for all levels.", category: "Fitness", value: "Included in membership", mediaComponent: Users + id: "gym-2", title: "Group Fitness Classes", subtitle: "Join fun and energetic classes for all levels.", category: "Fitness", value: "Included in membership" }, { - id: "gym-3", title: "Cardio & Strength Zones", subtitle: "Access to a wide range of modern equipment.", category: "Fitness", value: "Full access", mediaComponent: Bike + id: "gym-3", title: "Cardio & Strength Zones", subtitle: "Access to a wide range of modern equipment.", category: "Fitness", value: "Full access" }, { - id: "gym-4", title: "Nutrition Counseling", subtitle: "Personalized advice to fuel your body effectively.", category: "Wellness", value: "Starting at $50/session", mediaComponent: BookOpen + id: "gym-4", title: "Nutrition Counseling", subtitle: "Personalized advice to fuel your body effectively.", category: "Wellness", value: "Starting at $50/session" } ]} /> -- 2.49.1