{"id":1567,"date":"2021-01-15T10:38:49","date_gmt":"2021-01-15T15:38:49","guid":{"rendered":"https:\/\/www.reservit.ca\/\/?page_id=1567"},"modified":"2025-11-17T16:53:18","modified_gmt":"2025-11-17T21:53:18","slug":"spa-module","status":"publish","type":"page","link":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/","title":{"rendered":""},"content":{"rendered":"<div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-9f7970ae\" data-vce-do-apply=\"all el-9f7970ae\"><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-d998527a\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-d998527a\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-d998527a\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-3a63a799\" data-vce-do-apply=\"all el-3a63a799\">\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    \n    <!-- SEO -->\n    <title>Spa Module for Hotels &amp; Wellness Centres | Reservit Canada<\/title>\n    <meta name=\"description\" content=\"All-in-one management and booking solution for spas and wellness centres. Online booking engine, gift cards, team management and smart calendars. Optimize your spa operations with Reservit Canada.\">\n    <link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/spa-module\/\">\n    <link rel=\"alternate\" hreflang=\"fr-ca\" href=\"https:\/\/www.reservit.ca\/module-spa\/\">\n    <link rel=\"alternate\" hreflang=\"en-ca\" href=\"https:\/\/www.reservit.ca\/en\/spa-module\/\">\n    <link rel=\"alternate\" hreflang=\"x-default\" href=\"https:\/\/www.reservit.ca\/en\/spa-module\/\">\n\n    <!-- Social -->\n    <meta property=\"og:locale\" content=\"en_CA\">\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:title\" content=\"Spa Module for Hotels &amp; Wellness Centres | Reservit Canada\">\n    <meta property=\"og:description\" content=\"All-in-one management and booking solution for spas and wellness centres in Canada.\">\n    <meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\">\n    <meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/spa-module\/\">\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n\n    <!-- Fonts & Icons -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&amp;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <style>\n        :root {\n            --color-primary: #f7951e;\n            --color-secondary: #23bfd1;\n            --color-accent: #dd1667;\n            --color-green: #8dc73e;\n            --color-purple: #8b5cf6;\n            --color-text: #1d1d1f;\n            --color-text-light: #4b5563;\n            --color-background: #fbfbfd;\n            --color-surface: #ffffff;\n            --color-dark-surface: #111827;\n            --shadow-soft: 0 4px 6px -1px rgb(0 0 0 \/ 0.07);\n            --shadow-medium: 0 10px 15px -3px rgb(0 0 0 \/ 0.1);\n            --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: var(--color-background);\n            color: var(--color-text);\n            overflow-x: hidden;\n            line-height: 1.6;\n        }\n\n        .material-symbols-outlined {\n            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;\n        }\n\n        \/* Buttons *\/\n        .btn {\n            padding: .95rem 2rem;\n            border-radius: 9999px;\n            font-weight: 700;\n            font-size: 1.125rem;\n            transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), background-color var(--transition-smooth);\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: .5rem;\n            text-align: center;\n            border: none;\n            text-decoration: none;\n        }\n\n        .btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 16px rgba(0, 0, 0, .15);\n        }\n\n        .btn-primary {\n            background: var(--color-primary);\n            color: #fff;\n        }\n\n        .btn-primary:hover {\n            background: #e0851c;\n        }\n\n        .btn-secondary {\n            background: var(--color-accent);\n            color: #fff;\n        }\n\n        .btn-secondary:hover {\n            background: #c4125c;\n        }\n\n        .btn-outline {\n            border: 2px solid var(--color-primary);\n            background: transparent;\n            color: var(--color-primary);\n        }\n\n        .btn-outline:hover {\n            background: var(--color-primary);\n            color: white;\n        }\n\n        \/* Animations *\/\n        .scroll-animate {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity .6s ease-out, transform .6s ease-out;\n        }\n\n        .scroll-animate.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Cards *\/\n        .feature-card {\n            background: var(--color-surface);\n            border-radius: 1.5rem;\n            padding: 2rem;\n            border: 1px solid #e5e7eb;\n            transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);\n            height: 100%;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-medium);\n            border-color: #fed7aa;\n        }\n\n        .feature-card .icon-wrapper {\n            width: 64px;\n            height: 64px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.25rem;\n            transition: transform var(--transition-smooth);\n        }\n\n        .feature-card:hover .icon-wrapper {\n            transform: scale(1.1);\n        }\n\n        .feature-card h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            margin-bottom: .75rem;\n            text-align: center;\n        }\n\n        .feature-card p {\n            color: var(--color-text-light);\n            text-align: center;\n            line-height: 1.6;\n        }\n\n        \/* Section Titles *\/\n        .section-title {\n            color: var(--color-text);\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n\n        .highlight {\n            color: var(--color-primary);\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: var(--color-dark-surface);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-image: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\"><g fill=\"%23222938\"><circle cx=\"10\" cy=\"10\" r=\"1.5\"\/><circle cx=\"30\" cy=\"30\" r=\"1.5\"\/><circle cx=\"50\" cy=\"50\" r=\"1.5\"\/><circle cx=\"70\" cy=\"70\" r=\"1.5\"\/><circle cx=\"90\" cy=\"90\" r=\"1.5\"\/><circle cx=\"10\" cy=\"50\" r=\"1.5\"\/><circle cx=\"50\" cy=\"10\" r=\"1.5\"\/><circle cx=\"90\" cy=\"50\" r=\"1.5\"\/><circle cx=\"50\" cy=\"90\" r=\"1.5\"\/><\/g><\/svg>');\n            opacity: .5;\n            animation: pan 60s linear infinite;\n        }\n\n        @keyframes pan {\n            0% { background-position: 0% 0%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* FAQ *\/\n        .faq-item {\n            background: var(--color-surface);\n            border: 1px solid #e5e7eb;\n            border-radius: 1rem;\n            margin-bottom: 1rem;\n            overflow: hidden;\n            transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth);\n        }\n\n        .faq-item[open] {\n            border-color: #fed7aa;\n            box-shadow: var(--shadow-soft);\n        }\n\n        .faq-item summary {\n            cursor: pointer;\n            list-style: none;\n            padding: 1.25rem 1.5rem;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 1rem;\n        }\n\n        .faq-item summary::-webkit-details-marker {\n            display: none;\n        }\n\n        .faq-icon {\n            font-size: 24px;\n            color: var(--color-primary);\n            transition: transform var(--transition-smooth);\n        }\n\n        .faq-item[open] .faq-icon {\n            transform: rotate(45deg);\n        }\n\n        .faq-content {\n            padding: 0 1.5rem 1.5rem;\n            color: var(--color-text-light);\n            line-height: 1.7;\n        }\n\n        \/* Badges *\/\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            gap: .4rem;\n            padding: .4rem .8rem;\n            border-radius: 9999px;\n            font-size: .85rem;\n            font-weight: 600;\n        }\n\n        .badge-primary {\n            background: #fef3e2;\n            color: #92400e;\n        }\n\n        \/* Logo Section *\/\n        .logo-carousel {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 4rem;\n            flex-wrap: wrap;\n        }\n\n        .logo-carousel img {\n            height: 120px;\n            width: auto;\n            object-fit: contain;\n            filter: grayscale(100%) opacity(0.7);\n            transition: all var(--transition-smooth);\n        }\n\n        .logo-carousel img:hover {\n            filter: grayscale(0%) opacity(1);\n            transform: scale(1.05);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .btn {\n                padding: .8rem 1.5rem;\n                font-size: 1rem;\n            }\n\n            .feature-card {\n                padding: 1.5rem;\n            }\n\n            .section-title {\n                font-size: 2rem !important;\n            }\n\n            .logo-carousel {\n                gap: 2.5rem;\n            }\n\n            .logo-carousel img {\n                height: 90px;\n            }\n        }\n    <\/style>\n\n\n\n    <main>\n        <!-- Hero Section -->\n        <section class=\"py-20 md:py-28 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-6 grid md:grid-cols-2 gap-12 items-center\">\n                <div class=\"text-center md:text-left scroll-animate\">\n                    <span class=\"badge badge-primary\">\n                        <span class=\"material-symbols-outlined text-base\">spa<\/span>\n                        Spa &amp; Wellness Module\n                    <\/span>\n                    <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight mt-4 mb-6\">\n                        Turn your spa into a <span class=\"highlight\">booking powerhouse<\/span>\n                    <\/h1>\n                    <p class=\"text-lg md:text-xl text-gray-600 max-w-xl mx-auto md:mx-0 mb-8\">\n                        All-in-one management and distribution solution for spas and wellness centres. Online bookings, gift cards, team management and much more.\n                    <\/p>\n                    <div class=\"flex gap-4 flex-wrap justify-center md:justify-start\">\n                        <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" class=\"btn btn-primary\" target=\"_blank\" rel=\"noopener noreferrer\">\n                            <span class=\"material-symbols-outlined\">calendar_month<\/span>\n                            Book a free demo\n                        <\/a>\n                        <a href=\"#fonctionnalites\" class=\"btn btn-outline\">\n                            Explore the features\n                        <\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"scroll-animate\" style=\"transition-delay: 150ms;\">\n                    <img fetchpriority=\"high\" src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\" alt=\"Reservit spa module interface \u2013 full booking and service management\" width=\"1200\" height=\"800\" loading=\"eager\" decoding=\"async\" class=\"w-full h-auto\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Why Choose Us -->\n        <section class=\"py-20 md:py-28 bg-gradient-to-br from-orange-50 to-amber-50\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <h2 class=\"section-title text-4xl md:text-5xl font-bold tracking-tight\">\n                        Why choose <span class=\"highlight\">Reservit Spa<\/span>?\n                    <\/h2>\n                    <p class=\"mt-4 text-lg text-gray-600 max-w-3xl mx-auto\">\n                        A solution designed for spas that want to maximize their revenue while delivering an outstanding guest experience.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                    <div class=\"feature-card scroll-animate\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-primary); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 32px;\">trending_up<\/span>\n                        <\/div>\n                        <h3>Boost your revenue<\/h3>\n                        <p>Sell your services online 24\/7, offer add-ons and increase average spend per guest with personalized offers.<\/p>\n                    <\/div>\n\n                    <div class=\"feature-card scroll-animate\" style=\"transition-delay: 150ms;\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-accent); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 32px;\">bolt<\/span>\n                        <\/div>\n                        <h3>Save valuable time<\/h3>\n                        <p>Automate bookings, confirmations and reminders. Reduce no-shows and free your team from repetitive tasks.<\/p>\n                    <\/div>\n\n                    <div class=\"feature-card scroll-animate\" style=\"transition-delay: 300ms;\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-secondary); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 32px;\">favorite<\/span>\n                        <\/div>\n                        <h3>Delight and retain guests<\/h3>\n                        <p>Offer a smooth booking experience, personalized gift cards and a frictionless customer journey.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Booking Engine Section -->\n        <section id=\"fonctionnalites\" class=\"py-20 md:py-28 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                    <div class=\"scroll-animate\">\n                        <span class=\"badge badge-primary mb-4\">\n                            <span class=\"material-symbols-outlined text-base\">computer<\/span>\n                            Booking Engine\n                        <\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-bold tracking-tight mb-6\">\n                            Sell your services <span class=\"highlight\">online, commission-free<\/span>\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-6\">\n                            A customizable booking engine integrated directly into your website. Your guests can book treatments in just a few clicks, 24\/7.\n                        <\/p>\n                        <ul class=\"space-y-4\">\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Real-time calendar<\/strong>: Availability automatically updated based on your opening hours and staff schedule<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Multiple services<\/strong>: Massages, facials, packages\u2026 Offer your full catalogue online<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Full or deposit payment<\/strong>: Secure your bookings with flexible payment rules<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Consent form<\/strong>: Collect the required information at the time of booking<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"scroll-animate\" style=\"transition-delay: 200ms;\">\n                        <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/05\/Page-Activites-Site-Web-1.svg\" alt=\"Online booking interface for spa services \u2013 calendar and availability\" width=\"800\" height=\"600\" loading=\"lazy\" decoding=\"async\" class=\"w-full h-auto\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Gift Cards Section -->\n        <section class=\"py-20 md:py-28 bg-gray-50\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                    <div class=\"scroll-animate order-2 md:order-1\">\n                        <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/05\/BE-Cartes-cadeaux.svg\" alt=\"Spa gift card and voucher system \u2013 online and in-person sales\" width=\"800\" height=\"600\" loading=\"lazy\" decoding=\"async\" class=\"w-full h-auto\">\n                    <\/div>\n                    <div class=\"scroll-animate order-1 md:order-2\">\n                        <span class=\"badge badge-primary mb-4\">\n                            <span class=\"material-symbols-outlined text-base\">card_giftcard<\/span>\n                            Gift Cards &amp; Vouchers\n                        <\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-bold tracking-tight mb-6\">\n                            Generate revenue <span class=\"highlight\">all year round<\/span>\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-6\">\n                            Sell gift cards and vouchers directly from your website or in person. Perfect for holidays, birthdays and special occasions.\n                        <\/p>\n                        <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-4\">\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">storefront<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Online sales<\/p>\n                                    <p class=\"text-sm text-gray-600\">Available 24\/7 on your website<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">point_of_sale<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">On-site sales<\/p>\n                                    <p class=\"text-sm text-gray-600\">Directly at your spa reception<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">palette<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Fully branded<\/p>\n                                    <p class=\"text-sm text-gray-600\">Design customized with your brand colours<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">receipt_long<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Built-in tracking<\/p>\n                                    <p class=\"text-sm text-gray-600\">Balance and expiry date managed automatically<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Team Management Section -->\n        <section class=\"py-20 md:py-28 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                    <div class=\"scroll-animate\">\n                        <span class=\"badge badge-primary mb-4\">\n                            <span class=\"material-symbols-outlined text-base\">groups<\/span>\n                            Team Management\n                        <\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-bold tracking-tight mb-6\">\n                            Coordinate your team <span class=\"highlight\">efficiently<\/span>\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-6\">\n                            Multiple calendars, custom permissions and real-time notifications for seamless team management.\n                        <\/p>\n                        <ul class=\"space-y-4\">\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Multiple calendars<\/strong>: One calendar per therapist, treatment room or service type<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Custom permissions<\/strong>: Control who can see and edit what, based on user roles<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-green-600 flex-shrink-0\">check_circle<\/span>\n                                <span><strong>Real-time notifications<\/strong>: Automatic email alerts for your whole team<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                    <div class=\"scroll-animate\" style=\"transition-delay: 200ms;\">\n                        <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/05\/Page-Activites-Site-Web.svg\" alt=\"Spa team management interface \u2013 calendars, permissions and therapist planning\" width=\"800\" height=\"600\" loading=\"lazy\" decoding=\"async\" class=\"w-full h-auto\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Flexible Offers Section -->\n        <section class=\"py-20 md:py-28 bg-gradient-to-br from-orange-50 to-amber-50\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <h2 class=\"section-title text-4xl md:text-5xl font-bold tracking-tight\">\n                        Flexible &amp; <span class=\"highlight\">personalized<\/span> offers\n                    <\/h2>\n                    <p class=\"mt-4 text-lg text-gray-600 max-w-3xl mx-auto\">\n                        Build custom promotions, attractive packages and add-ons to maximize your revenue.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                    <div class=\"feature-card scroll-animate\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-primary); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 28px;\">local_offer<\/span>\n                        <\/div>\n                        <h3>Smart promotions<\/h3>\n                        <p>Promo codes, discounts by season, time of day or day of the week. Drive bookings during off-peak periods.<\/p>\n                    <\/div>\n\n                    <div class=\"feature-card scroll-animate\" style=\"transition-delay: 150ms;\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-accent); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 28px;\">package_2<\/span>\n                        <\/div>\n                        <h3>Custom packages<\/h3>\n                        <p>Combine several services into attractive packages. Increase the length and value of each guest visit.<\/p>\n                    <\/div>\n\n                    <div class=\"feature-card scroll-animate\" style=\"transition-delay: 300ms;\">\n                        <div class=\"icon-wrapper\" style=\"background: var(--color-secondary); color: white;\">\n                            <span class=\"material-symbols-outlined\" style=\"font-size: 28px;\">add_shopping_cart<\/span>\n                        <\/div>\n                        <h3>Add-ons &amp; upgrades<\/h3>\n                        <p>Offer products, extended durations or premium services to grow your average order value.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Partnership Network Section -->\n        <section class=\"py-20 md:py-28 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                    <div class=\"scroll-animate order-2 md:order-1\">\n                        <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/05\/Reeseau-Spa.svg\" alt=\"Spa partnership network \u2013 hotels, distributors and local collaborations\" width=\"800\" height=\"600\" loading=\"lazy\" decoding=\"async\" class=\"w-full h-auto\">\n                    <\/div>\n                    <div class=\"scroll-animate order-1 md:order-2\">\n                        <span class=\"badge badge-primary mb-4\">\n                            <span class=\"material-symbols-outlined text-base\">hub<\/span>\n                            Network &amp; Partnerships\n                        <\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-bold tracking-tight mb-6\">\n                            Multiply your <span class=\"highlight\">visibility<\/span>\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-6\">\n                            Collaborate with hotels, local partners and distributors to maximize your bookings.\n                        <\/p>\n                        <ul class=\"space-y-4 mb-8\">\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">hotel<\/span>\n                                <span><strong>Hotel integration<\/strong>: Partner hotels can book your spa directly from their own system<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">sync_alt<\/span>\n                                <span><strong>Channel Manager<\/strong>: Distribute your offers on multiple channels with no overbooking risk<\/span>\n                            <\/li>\n                            <li class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">groups<\/span>\n                                <span><strong>Local partners<\/strong>: Create packages with restaurants, activities and other services<\/span>\n                            <\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/www.reservit.ca\/partenaires\/\" class=\"btn btn-outline\" target=\"_blank\" rel=\"noopener noreferrer\">\n                            Discover our partners\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Billing & Reports Section -->\n        <section class=\"py-20 md:py-28 bg-gray-50\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"grid md:grid-cols-2 gap-12 items-center\">\n                    <div class=\"scroll-animate\">\n                        <span class=\"badge badge-primary mb-4\">\n                            <span class=\"material-symbols-outlined text-base\">receipt_long<\/span>\n                            Billing &amp; Reports\n                        <\/span>\n                        <h2 class=\"text-3xl md:text-4xl font-bold tracking-tight mb-6\">\n                            Run your business with <span class=\"highlight\">accurate data<\/span>\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-6\">\n                            Automated invoices, detailed reports and accounting integrations for flawless financial management.\n                        <\/p>\n                        <div class=\"space-y-4\">\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">auto_awesome<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Automatic invoicing<\/p>\n                                    <p class=\"text-sm text-gray-600\">Automatic sending of invoices and receipts after each service<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">integration_instructions<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Accounting integrations<\/p>\n                                    <p class=\"text-sm text-gray-600\">Compatible with Acomba, Sage50, QuickBooks and more<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">analytics<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Reports &amp; Analytics<\/p>\n                                    <p class=\"text-sm text-gray-600\">Revenue, most popular services, etc.<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-3\">\n                                <span class=\"material-symbols-outlined text-primary flex-shrink-0\">payments<\/span>\n                                <div>\n                                    <p class=\"font-semibold\">Negotiated rates<\/p>\n                                    <p class=\"text-sm text-gray-600\">Benefit from preferred payment rates through the Reservit network<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"scroll-animate\" style=\"transition-delay: 200ms;\">\n                        <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/Page-Activites-Site-Web.svg\" alt=\"Spa billing and reporting module \u2013 statistics, accounting integrations and analytics\" width=\"800\" height=\"600\" loading=\"lazy\" decoding=\"async\" class=\"w-full h-auto\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Clients Trust Section -->\n        <section class=\"py-20 md:py-28 bg-white\">\n            <div class=\"max-w-screen-xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <h2 class=\"section-title text-4xl md:text-5xl font-bold tracking-tight\">\n                        They trust <span class=\"highlight\">Reservit<\/span>\n                    <\/h2>\n                    <p class=\"mt-4 text-lg text-gray-600 max-w-3xl mx-auto\">\n                        Spas and wellness centres of all sizes rely on Reservit to streamline their operations.\n                    <\/p>\n                <\/div>\n\n                <div class=\"logo-carousel scroll-animate\" style=\"transition-delay: 150ms;\">\n                    <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/1.svg\" alt=\"Spa client using Reservit\" width=\"300\" height=\"120\" loading=\"lazy\" decoding=\"async\">\n                    <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/2.svg\" alt=\"Wellness centre client using Reservit\" width=\"300\" height=\"120\" loading=\"lazy\" decoding=\"async\">\n                    <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/3.svg\" alt=\"Spa facility client using Reservit\" width=\"300\" height=\"120\" loading=\"lazy\" decoding=\"async\">\n                    <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/4.svg\" alt=\"Resort spa client using Reservit\" width=\"300\" height=\"120\" loading=\"lazy\" decoding=\"async\">\n                    <img src=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/11\/5.svg\" alt=\"Hotel spa client using Reservit\" width=\"300\" height=\"120\" loading=\"lazy\" decoding=\"async\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQ Section -->\n        <section class=\"py-20 md:py-28 bg-gradient-to-br from-orange-50 to-amber-50\">\n            <div class=\"max-w-4xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <h2 class=\"section-title text-4xl md:text-5xl font-bold tracking-tight\">\n                        Frequently Asked <span class=\"highlight\">Questions<\/span>\n                    <\/h2>\n                    <p class=\"mt-4 text-lg text-gray-600\">\n                        Everything you need to know about Reservit Spa\n                    <\/p>\n                <\/div>\n\n                <div class=\"space-y-4 scroll-animate\">\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>Can the Spa module be used on its own, or does it need to be combined with other Reservit modules?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            The Spa module can be used on its own to manage only your spa services. However, it seamlessly integrates with our other modules (Hotel, Restaurant, Activities) if you operate a multi-service property. This integration gives you a unified view of all your operations.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>How do multiple calendars help manage several therapists?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            You can create a separate calendar for each therapist, treatment room or service type. Each calendar shows real-time availability and can be customized with schedules, days off and specific services. You can view all calendars at once or individually, depending on your needs.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>Can I accept online payments for spa bookings?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            Yes, absolutely. Reservit Spa integrates a secure payment system (PCI-DSS Level 1) that allows you to accept full payments, deposits or pre-authorizations. You define your own rules: full payment at booking, a deposit of X%, or payment on site. Payments are processed securely and you benefit from negotiated rates through the Reservit network.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>How can I sell gift cards and vouchers?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            The module includes a complete gift card management system. Your guests can purchase them directly online via your website (available 24\/7), or you can sell them on site at the reception. Cards are fully customizable with your logo and brand colours. The system automatically manages balances, expiry dates and usage tracking.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>Is the system compatible with Canadian accounting software?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            Yes, Reservit Spa integrates with the main accounting software used in Canada: Acomba, Sage50 and QuickBooks. Transactions are exported automatically in the format required by your software, eliminating double entry and reducing accounting errors. Our team supports you with the setup of these integrations.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>Can I offer my spa services to partner hotel guests?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            Absolutely. If you work with hotels that also use Reservit, they can integrate your spa services directly into their booking process. Their guests can book spa services at the same time as their room, and all bookings appear automatically in your system. It\u2019s an excellent way to grow your visibility and bookings without additional marketing effort.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>How long does it take to set up Reservit Spa?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            Most of our clients are up and running within a few business days. The process includes: configuration of your services and pricing, calendar and schedule setup, staff training, and integration of the booking engine into your website. Our Canadian team supports you at every step to ensure a smooth and efficient rollout. <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-primary hover:underline\">Contact us to get a personalized timeline<\/a>.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"faq-item\">\n                        <summary>\n                            <span>Does the system send automatic confirmations and reminders to guests?<\/span>\n                            <span class=\"material-symbols-outlined faq-icon\">add<\/span>\n                        <\/summary>\n                        <div class=\"faq-content\">\n                            Yes, Reservit Spa automatically sends confirmation emails immediately after each booking. You can also configure automatic reminders (for example, 24 or 48 hours before the appointment) to reduce no-shows. All messages are customizable and available in French and English. The system can also send post-visit thank-you messages and review invitations.\n                        <\/div>\n                    <\/details>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- CTA Final -->\n        <section class=\"cta-section py-24 text-white\">\n            <div class=\"max-w-4xl mx-auto px-6 text-center relative z-10 scroll-animate\">\n                <h2 class=\"text-4xl md:text-5xl font-bold tracking-tight mb-6\" style=\"color: #ffffff !important;\">\n                    Join over <span style=\"color: var(--color-primary);\">10,000 properties<\/span> that trust Reservit\n                <\/h2>\n                <p class=\"text-lg opacity-90 max-w-2xl mx-auto mb-8\" style=\"color: #d1d5db !important;\">\n                    Turn your spa into a booking powerhouse. Increase your revenue, save time and deliver an exceptional guest experience.\n                <\/p>\n                <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" class=\"btn btn-primary\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <span class=\"material-symbols-outlined\">calendar_month<\/span>\n                    Book a free demo\n                <\/a>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <!-- Scripts -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Scroll animations\n            const animated = document.querySelectorAll('.scroll-animate');\n            if ('IntersectionObserver' in window) {\n                const observer = new IntersectionObserver((entries) => {\n                    entries.forEach(entry => {\n                        if (entry.isIntersecting) {\n                            entry.target.classList.add('is-visible');\n                            observer.unobserve(entry.target);\n                        }\n                    });\n                }, { threshold: 0.1 });\n                \n                animated.forEach(el => observer.observe(el));\n            } else {\n                animated.forEach(el => el.classList.add('is-visible'));\n            }\n\n            \/\/ Smooth scroll for anchor links\n            document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    const href = this.getAttribute('href');\n                    if (href !== '#' && href.length > 1) {\n                        e.preventDefault();\n                        const target = document.querySelector(href);\n                        if (target) {\n                            target.scrollIntoView({\n                                behavior: 'smooth',\n                                block: 'start'\n                            });\n                        }\n                    }\n                });\n            });\n\n            \/\/ Ensure all external links open in new tab\n            document.querySelectorAll('a[href^=\"http\"]').forEach(link => {\n                if (!link.hostname.includes('reservit.ca') && !link.hasAttribute('target')) {\n                    link.setAttribute('target', '_blank');\n                    link.setAttribute('rel', 'noopener noreferrer');\n                }\n            });\n        });\n    <\/script>\n\n    <!-- Structured Data: SoftwareApplication -->\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"SoftwareApplication\",\n        \"name\": \"Reservit Spa Module\",\n        \"applicationCategory\": \"BusinessApplication\",\n        \"operatingSystem\": \"Web-based, iOS, Android\",\n        \"offers\": {\n            \"@type\": \"Offer\",\n            \"price\": \"30\",\n            \"priceCurrency\": \"CAD\",\n            \"url\": \"https:\/\/www.reservit.ca\/en\/request-a-quote\/\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4.7\",\n            \"reviewCount\": \"233\"\n        },\n        \"featureList\": [\n            \"Online booking engine\",\n            \"Multiple calendar management\",\n            \"Gift cards and vouchers\",\n            \"Integrated secure payments\",\n            \"Team management and permissions\",\n            \"Mobile application\",\n            \"Accounting integrations\",\n            \"Reports and analytics\"\n        ],\n        \"availableLanguage\": [\"fr-CA\", \"en-CA\"],\n        \"inLanguage\": \"en-CA\"\n    }\n    <\/script>\n\n    <!-- Structured Data: FAQPage -->\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Can the Spa module be used on its own, or does it need to be combined with other Reservit modules?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The Spa module can be used on its own to manage only your spa services. However, it seamlessly integrates with our other modules (Hotel, Restaurant, Activities) if you operate a multi-service property.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How do multiple calendars help manage several therapists?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"You can create a separate calendar for each therapist, treatment room or service type. Each calendar shows real-time availability and can be customized with schedules, days off and specific services.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Can I accept online payments for spa bookings?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes, Reservit Spa integrates a secure payment system (PCI-DSS Level 1) that allows you to accept full payments, deposits or pre-authorizations. You benefit from negotiated rates through the Reservit network.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"How can I sell gift cards and vouchers?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"The module includes a complete gift card management system. Your guests can purchase them directly online via your website, or you can sell them on site at the reception. Cards are customizable and the system automatically manages balances and expiry dates.\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"Is the system compatible with Canadian accounting software?\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"Yes, Reservit Spa integrates with the main accounting software used in Canada: Acomba, Sage50 and QuickBooks. Transactions are exported automatically.\"\n                }\n            }\n        ]\n    }\n    <\/script>\n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Spa Module for Hotels &amp; Wellness Centres | Reservit Canada spa Spa &amp; Wellness Module Turn your spa into a booking powerhouse All-in-one management and distribution solution for spas and wellness centres. Online bookings, gift cards, team management and much more. calendar_month Book a free demo Explore the features Why choose Reservit Spa? A solution [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1567","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Spa &amp; Wellness Management Software | Reservit Canada<\/title>\n<meta name=\"description\" content=\"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Spa &amp; Wellness Management Software | Reservit Canada\" \/>\n<meta property=\"og:description\" content=\"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/\" \/>\n<meta property=\"og:site_name\" content=\"Reservit Canada\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-17T21:53:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/\",\"url\":\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/\",\"name\":\"Spa & Wellness Management Software | Reservit Canada\",\"isPartOf\":{\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\",\"datePublished\":\"2021-01-15T15:38:49+00:00\",\"dateModified\":\"2025-11-17T21:53:18+00:00\",\"description\":\"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.\",\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage\",\"url\":\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\",\"contentUrl\":\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#website\",\"url\":\"https:\/\/reservitca.wagaia.com\/en\/\",\"name\":\"Reservit Canada\",\"description\":\"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada\",\"publisher\":{\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/reservitca.wagaia.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#organization\",\"name\":\"Reservit Canada\",\"url\":\"https:\/\/reservitca.wagaia.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"width\":512,\"height\":512,\"caption\":\"Reservit Canada\"},\"image\":{\"@id\":\"https:\/\/reservitca.wagaia.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Spa & Wellness Management Software | Reservit Canada","description":"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/","og_locale":"en_US","og_type":"article","og_title":"Spa & Wellness Management Software | Reservit Canada","og_description":"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.","og_url":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/","og_site_name":"Reservit Canada","article_publisher":"https:\/\/www.facebook.com\/moteur.reservation.reservit\/","article_modified_time":"2025-11-17T21:53:18+00:00","og_image":[{"url":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/","url":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/","name":"Spa & Wellness Management Software | Reservit Canada","isPartOf":{"@id":"https:\/\/reservitca.wagaia.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage"},"image":{"@id":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png","datePublished":"2021-01-15T15:38:49+00:00","dateModified":"2025-11-17T21:53:18+00:00","description":"All-in-one spa management and online booking software for spas and wellness centres. Online booking engine, gift cards, staff scheduling, billing and reports designed for Canadian operators.","inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reservitca.wagaia.com\/en\/spa-module\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/reservitca.wagaia.com\/en\/spa-module\/#primaryimage","url":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png","contentUrl":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2025\/01\/Spa.png"},{"@type":"WebSite","@id":"https:\/\/reservitca.wagaia.com\/en\/#website","url":"https:\/\/reservitca.wagaia.com\/en\/","name":"Reservit Canada","description":"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada","publisher":{"@id":"https:\/\/reservitca.wagaia.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/reservitca.wagaia.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/reservitca.wagaia.com\/en\/#organization","name":"Reservit Canada","url":"https:\/\/reservitca.wagaia.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/reservitca.wagaia.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/04\/cropped-logo_pour_linkedin.jpg","contentUrl":"https:\/\/www.reservit.ca\/wp-content\/uploads\/2024\/04\/cropped-logo_pour_linkedin.jpg","width":512,"height":512,"caption":"Reservit Canada"},"image":{"@id":"https:\/\/reservitca.wagaia.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/moteur.reservation.reservit\/"]}]}},"_links":{"self":[{"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/pages\/1567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/comments?post=1567"}],"version-history":[{"count":0,"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/pages\/1567\/revisions"}],"wp:attachment":[{"href":"https:\/\/reservitca.wagaia.com\/en\/wp-json\/wp\/v2\/media?parent=1567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}