Update src/app/blog/luxury-wellness-retreats-tenerife/page.tsx

This commit is contained in:
2026-03-09 02:44:39 +00:00
parent 0aed3faa75
commit cfc49fe253

View File

@@ -6,7 +6,7 @@ import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { MapPin, Heart, Instagram, Facebook, Mail, Spa, Droplet, Wind, Flame, Moon, Smile } from "lucide-react";
import { MapPin, Heart, Instagram, Facebook, Mail, Droplet, Droplets, Wind, Flame, Moon, Smile } from "lucide-react";
export default function WellnessRetreatsPage() {
const navItems = [
@@ -67,42 +67,30 @@ export default function WellnessRetreatsPage() {
title="Holistic Wellness Services"
description="Transform your vacation into a rejuvenating wellness experience with world-class treatments and therapies designed for complete restoration."
tag="Wellness Services"
tagIcon={Spa}
tagIcon={Droplets}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
features={[
{
icon: Spa,
title: "Signature Treatments",
description: "Bespoke spa rituals combining Mediterranean traditions with modern therapeutic techniques for ultimate relaxation.",
},
{
icon: Droplet,
title: "Thalassotherapy",
description: "Harness the healing power of seawater with specialized marine-based treatments promoting detoxification and rejuvenation.",
},
title: "Signature Treatments", description: "Bespoke spa rituals combining Mediterranean traditions with modern therapeutic techniques for ultimate relaxation."},
{
icon: Droplets,
title: "Thalassotherapy", description: "Harness the healing power of seawater with specialized marine-based treatments promoting detoxification and rejuvenation."},
{
icon: Wind,
title: "Yoga & Pilates",
description: "Expert-led classes overlooking the ocean, designed for all levels from beginner to advanced practitioners.",
},
title: "Yoga & Pilates", description: "Expert-led classes overlooking the ocean, designed for all levels from beginner to advanced practitioners."},
{
icon: Flame,
title: "Holistic Therapies",
description: "Reiki, acupuncture, and traditional healing practices administered by certified practitioners in serene settings.",
},
title: "Holistic Therapies", description: "Reiki, acupuncture, and traditional healing practices administered by certified practitioners in serene settings."},
{
icon: Moon,
title: "Sleep Wellness",
description: "Specialized programs including aromatherapy, meditation, and sleep hygiene coaching for restorative rest.",
},
title: "Sleep Wellness", description: "Specialized programs including aromatherapy, meditation, and sleep hygiene coaching for restorative rest."},
{
icon: Smile,
title: "Mental Wellness",
description: "Mindfulness coaching, stress management workshops, and personalized wellness consultations for holistic health.",
},
title: "Mental Wellness", description: "Mindfulness coaching, stress management workshops, and personalized wellness consultations for holistic health."},
]}
/>
</div>
@@ -179,19 +167,13 @@ export default function WellnessRetreatsPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/holidaytenerifeswouth",
ariaLabel: "Follow us on Instagram",
},
href: "https://instagram.com/holidaytenerifeswouth", ariaLabel: "Follow us on Instagram"},
{
icon: Facebook,
href: "https://facebook.com/holidaytenerifeswouth",
ariaLabel: "Follow us on Facebook",
},
href: "https://facebook.com/holidaytenerifeswouth", ariaLabel: "Follow us on Facebook"},
{
icon: Mail,
href: "mailto:info@holidaytenerifeswouth.com",
ariaLabel: "Email us",
},
href: "mailto:info@holidaytenerifeswouth.com", ariaLabel: "Email us"},
]}
/>
</div>