diff --git a/src/app/wellness/page.tsx b/src/app/wellness/page.tsx index 7fd8596..7afa5db 100644 --- a/src/app/wellness/page.tsx +++ b/src/app/wellness/page.tsx @@ -7,7 +7,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Spa, Wind, Heart, Droplets, Users, Music } from "lucide-react"; +import { Wind, Heart, Droplets, Users, Music, Dumbbell } from "lucide-react"; export default function WellnessPage() { const navItems = [ @@ -20,92 +20,43 @@ export default function WellnessPage() { const wellnessFeatures = [ { - icon: Spa, - title: "Premium Spa Treatments", - description: "Indulge in our signature spa treatments featuring organic products and ancient healing techniques. Our expert therapists provide personalized wellness experiences.", - }, + icon: Dumbbell, + title: "Premium Spa Treatments", description: "Indulge in our signature spa treatments featuring organic products and ancient healing techniques. Our expert therapists provide personalized wellness experiences."}, { icon: Wind, - title: "Yoga & Meditation", - description: "Join guided yoga sessions and meditation classes designed to calm your mind, strengthen your body, and reconnect with inner peace.", - }, + title: "Yoga & Meditation", description: "Join guided yoga sessions and meditation classes designed to calm your mind, strengthen your body, and reconnect with inner peace."}, { icon: Heart, - title: "Holistic Health", - description: "Our wellness experts offer personalized health consultations, nutrition planning, and fitness coaching tailored to your specific goals.", - }, + title: "Holistic Health", description: "Our wellness experts offer personalized health consultations, nutrition planning, and fitness coaching tailored to your specific goals."}, { icon: Droplets, - title: "Thermal Pools", - description: "Relax in our heated thermal pools infused with mineral-rich waters known for their therapeutic and rejuvenating properties.", - }, + title: "Thermal Pools", description: "Relax in our heated thermal pools infused with mineral-rich waters known for their therapeutic and rejuvenating properties."}, { icon: Users, - title: "Group Classes", - description: "Participate in group wellness classes including pilates, tai chi, and dance fitness in our state-of-the-art studio.", - }, + title: "Group Classes", description: "Participate in group wellness classes including pilates, tai chi, and dance fitness in our state-of-the-art studio."}, { icon: Music, - title: "Sound Healing", - description: "Experience transformative sound healing sessions using crystal bowls and vibrational therapy for deep relaxation and balance.", - }, + title: "Sound Healing", description: "Experience transformative sound healing sessions using crystal bowls and vibrational therapy for deep relaxation and balance."}, ]; const wellnessTestimonials = [ { - id: "1", - name: "Sarah Mitchell", - handle: "@sarah_wellness", - testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=2", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", handle: "@sarah_wellness", testimonial: "The wellness center exceeded all my expectations. The spa treatments are world-class and the staff's attention to detail is impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Emma Richardson", - handle: "@emma_yoga", - testimonial: "The yoga classes have transformed my practice. The instructors are knowledgeable and the studio ambiance is perfectly serene.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=2", - imageAlt: "Emma Richardson", - }, + id: "2", name: "Emma Richardson", handle: "@emma_yoga", testimonial: "The yoga classes have transformed my practice. The instructors are knowledgeable and the studio ambiance is perfectly serene.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", imageAlt: "Emma Richardson"}, { - id: "3", - name: "Rachel Green", - handle: "@rachel_retreat", - testimonial: "I came for a weekend and felt completely renewed. The meditation sessions and thermal pools are absolutely magical.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=2", - imageAlt: "Rachel Green", - }, + id: "3", name: "Rachel Green", handle: "@rachel_retreat", testimonial: "I came for a weekend and felt completely renewed. The meditation sessions and thermal pools are absolutely magical.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg", imageAlt: "Rachel Green"}, { - id: "4", - name: "Sophie Laurent", - handle: "@sophie_spa", - testimonial: "Alexandra Hotel's wellness center is my sanctuary. The sound healing sessions have brought so much peace to my life.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg?_wi=3", - imageAlt: "Sophie Laurent", - }, + id: "4", name: "Sophie Laurent", handle: "@sophie_spa", testimonial: "Alexandra Hotel's wellness center is my sanctuary. The sound healing sessions have brought so much peace to my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-with-short-curly-hair-dressed-jacket-glasses-poses-pink-with-clasped-hands-wonderful-smile_291650-1138.jpg", imageAlt: "Sophie Laurent"}, { - id: "5", - name: "Lisa Anderson", - handle: "@lisa_balance", - testimonial: "The holistic health consultations helped me completely change my wellness routine. I've never felt better!", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg?_wi=3", - imageAlt: "Lisa Anderson", - }, + id: "5", name: "Lisa Anderson", handle: "@lisa_balance", testimonial: "The holistic health consultations helped me completely change my wellness routine. I've never felt better!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", imageAlt: "Lisa Anderson"}, { - id: "6", - name: "Jennifer White", - handle: "@jen_relax", - testimonial: "Every visit to the thermal pools feels like a healing journey. The mineral water combined with the peaceful atmosphere is transformative.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg?_wi=3", - imageAlt: "Jennifer White", - }, + id: "6", name: "Jennifer White", handle: "@jen_relax", testimonial: "Every visit to the thermal pools feels like a healing journey. The mineral water combined with the peaceful atmosphere is transformative.", imageSrc: "http://img.b2bpic.net/free-photo/spa-relaxation_1098-15108.jpg", imageAlt: "Jennifer White"}, ]; const footerColumns = [ { - title: "Hotel", - items: [ + title: "Hotel", items: [ { label: "Accommodations", href: "/hotel" }, { label: "Room Types", href: "/hotel" }, { label: "Dining", href: "/hotel" }, @@ -113,8 +64,7 @@ export default function WellnessPage() { ], }, { - title: "Wellness", - items: [ + title: "Wellness", items: [ { label: "Spa Services", href: "/wellness" }, { label: "Yoga Classes", href: "/wellness" }, { label: "Treatments", href: "/wellness" }, @@ -122,8 +72,7 @@ export default function WellnessPage() { ], }, { - title: "Sports Center", - items: [ + title: "Sports Center", items: [ { label: "Facilities", href: "/sports" }, { label: "Classes & Training", href: "/sports" }, { label: "Memberships", href: "/sports" }, @@ -131,8 +80,7 @@ export default function WellnessPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Contact", href: "#contact" }, { label: "Careers", href: "#" }, @@ -140,8 +88,7 @@ export default function WellnessPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cancellation Policy", href: "#" }, @@ -181,17 +128,11 @@ export default function WellnessPage() { background={{ variant: "radial-gradient" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", - alt: "Wellness guest", - }, + src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", alt: "Wellness guest"}, { - src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", - alt: "Wellness guest", - }, + src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10626.jpg", alt: "Wellness guest"}, { - src: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", - alt: "Wellness guest", - }, + src: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", alt: "Wellness guest"}, ]} avatarText="Trusted by wellness enthusiasts worldwide" buttons={[