%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/pages/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/pages/community.vue |
<template> <div class="page-wrapper"> <PageHeader classObject='bg-orange'> <img class="relative z-20 mb-8" src="~assets/images/logo-white-small.svg" alt="Takeaseat" /> <h1 class="relative z-20 text-5xl lg:text-7xl font-bold">Join our community</h1> <div class="page-header-bottom flex items-center justify-center"> <NuxtLink class="btn btn-primary btn-small rounded-full shadow" to="/register/therapist">Join Take A Seat</NuxtLink> </div> </PageHeader> <section class="bg-gray py-20 px-8 mb-8"> <header class="text-center mb-20 max-w-3xl mx-auto w-full"> <h1 class="text-5xl font-bold mb-8">Take A Seat Certified Therapists</h1> <div class="max-w-xl mx-auto w-full"> <p class="mb-4">We are a best in class platform for Integrative therapists. Where clients can book with ease and professionals can connect with each other to share ideas, best practice and ethical dilemmas. A community where you can access CPD, peer support and get clients all in one place.</p> </div> </header> <div class="max-w-5xl mx-auto w-full"> <div class="grid grid-cols-1 md:grid-cols-3 gap-x-16 gap-y-10 mb-6"> <div class="text-sm leading-6"> <div class="flex items-end mb-6"> <img class="h-11 mr-3" src="~/assets/images/icons/icon-mobile-orange.svg" alt="Browse" /> <h2 class="text-3xl font-medium">Experienced</h2> </div> <p>Minimum 100+ hrs supervised <br/>counselling</p> </div> <div class="text-sm leading-6"> <div class="flex items-end mb-6"> <img class="h-10 mr-3" src="~/assets/images/icons/icon-calendar-orange.svg" alt="Book" /> <h2 class="text-3xl font-medium">Committed</h2> </div> <p>Completed 30+ hrs of <br/>ongoing CPD</p> </div> <div class="text-sm leading-6"> <div class="flex items-end mb-6"> <img class="h-9 mr-3" src="~/assets/images/icons/icon-sofa-orange.svg" alt="Take a Seat" /> <h2 class="text-3xl font-medium">Fully Insured</h2> </div> <p>Adequate, current and ongoing professional indemnity insurance and qualifications</p> </div> </div> <div class="flex flex-col items-center justify-center"> <NuxtLink class="btn btn-primary rounded-full shadow" to="/register/therapist">Join Take A Seat</NuxtLink> </div> </div> </section> <section class="bg-gray py-20 px-8 mb-8"> <div class="max-w-4xl mx-auto w-full"> <header class="text-center mb-20"> <h1 class="text-5xl font-bold">Why Take A Seat</h1> </header> <p class="mb-6">We believe everyone deserves good therapy and that making it easier to access this is more vital than ever. We have created a platform where clients can easily find the right therapist, instantly book and pay for a session. Letting you manage future bookings with just a couple of clicks. Helping to reduce your admin and marketing leaving you free to do what you do best, help people.</p> <p class="mb-6">We also believe that therapists need support just as much as clients. It can be a lonely profession at times and having access to a peer support network is vital. We are not only creating a platform for you to get new clients but a community that you can share ideas, ethical dilemmas or get support. We create engaging webinars each month and offer weekly peer supervision to aid in your professional development. If you need support, you will have a dedicated member of the customer success team assigned to you from day one. No more chatbots or endless emails, an actual human helping you get the most out of the platform.</p> <p>We are committed to continually improving and listen to our members feedback to refine the services that we offer. Become a member today and help shape the future of the platform for you.</p> </div> </section> <section class="bg-black py-20 px-8 mb-8 text-white"> <div class="max-w-4xl mx-auto w-full"> <header class="text-center mb-20"> <h1 class="text-5xl font-bold mb-4">Become a Founder Member</h1> <span class="text-4xl font-bold text-orange">Only £20 A Month</span> </header> <p class="mb-8">As a member of Take A Seat, not only will you gain access to all member benefits of client bookings, CPD as well as your own profile page, you will get access to our Facebook community of Integrative therapists.</p> <div class="grid grid-cols-2 my-8 gap-8"> <div class="bg-white h-24 border-l-8 border-orange p-6 pr-20 text-black font-medium flex items-center"> Dynamic profile page with digital calendar and booking system </div> <div class="bg-white h-24 border-l-8 border-orange p-6 pr-20 text-black font-medium flex items-center"> Access to a Facebook community of peers </div> <div class="bg-white h-24 border-l-8 border-orange p-6 pr-20 text-black font-medium flex items-center"> Monthly Webinars that can be accessed at any time </div> <div class="bg-white h-24 border-l-8 border-orange p-6 pr-20 text-black font-medium flex items-center"> Weekly group supervision </div> <div class="bg-white h-24 border-l-8 border-orange p-6 pr-20 text-black font-medium flex items-center"> Dedicated member of our customer success team for support. </div> </div> <p class="mb-10">This is a great opportunity to be part of something new and exciting. Subscribe from as little as £20 to access all of these features.</p> <div class="flex items-center justify-center"> <NuxtLink class="btn btn-tertiary btn-small rounded-full shadow" to="/register/therapist">Join Take A Seat</NuxtLink> </div> </div> </section> <section class="bg-gray py-20 px-8 mb-8"> <div class="max-w-4xl mx-auto w-full"> <header class="text-center mb-20"> <h1 class="text-5xl font-bold">Benefits of membership</h1> </header> <div class="grid grid-cols-1 gap-2"> <div v-for="(benefit, key) in benefits" v-bind:key="key" class="bg-white relative pl-16 h-16 flex items-center"> <div class="absolute top-0 left-0 w-16 h-16 bg-orange flex items-center justify-center"> <svg class="w-10 h-10 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /> </svg> </div> <div class="p-4">{{ benefit.text }}</div> </div> </div> </div> </section> <section class="bg-orange py-24 px-8 mb-8"> <div v-for="testimonial in testimonials" v-bind:key="testimonial.name" class="max-w-4xl mx-auto w-full mb-10"> <div class="mb-10"> <p class="text-lg leading-8">{{ testimonial.quote }}</p> </div> <div class="relative flex items-center"> <div class="relative mr-3"> <div class="absolute top-0 left-0 w-full h-full border-4 border-opacity-50 border-gray"></div> <img class="w-12" :src="require(`~/assets/images/testimonials/${testimonial.imageUrl}`)"> </div> <div class="flex flex-col justify-center"> <span class="uppercase text-sm">{{ testimonial.name }}</span> <span class="uppercase text-sm text-white">{{ testimonial.jobTitle }}</span> </div> </div> </div> </section> <section v-if="faqs.length > 0" class="bg-gray py-20 px-8 mb-8"> <div class="max-w-4xl mx-auto w-full"> <header class="text-center mb-20"> <h1 class="text-5xl font-bold">FAQs</h1> </header> <div v-for="(item, key) in faqs" v-bind:key="key" class="mb-10"> <h2 class="text-2xl font-bold mb-6">{{ item.question}}</h2> <div class="text-content" v-html="item.answer" /> </div> <div class="flex items-center justify-center"> <NuxtLink class="btn btn-primary btn-small rounded-full shadow" to="/register/therapist">Join Take A Seat</NuxtLink> </div> </div> </section> </div> </template> <script> export default { head () { return { titleTemplate: 'Join Take A Seat | %s', } }, data() { return { benefits: [ { text: 'New Client Referrals' }, { text: 'From only £20 per month' }, { text: 'Dedicated human support' }, { text: 'Beta access to CPD training and courses' }, { text: 'Immediate booking and payments' }, ], testimonials: [ { quote: "Take A Seat are leading the way in bringing Integrative therapists together and building a community. They are pushing boundaries with and on behalf of the profession, which is why I was so keen to join their team. As an experienced counsellor, supervisor and trainer, professional ethical practice is vital. Take a Seat have developed a platform that meets the highest standards, where both counsellor and client can feel secure in the knowledge all counsellors are vetted and audited. As a member I benefit from a supportive network where I can discuss good practice and ethical dilemmas, whilst feeling part of a supportive community. Take a Seat is unique in that it offers support and guidance to both the counsellor and the client throughout the counselling journey.", name: "Joanne Pitt", imageUrl: "joanne-pitt.png", jobTitle: "Therapist & Take A Seat Non-Executive Director", }, { quote: "Your organisation has so far proved to be a cut above all others I am working for or have been involved with and it’s only in its infancy. Very encouraging and you should all be very proud of what you are putting together", name: "Dan Fitzpatrick", imageUrl: "dan-fitzpatrick.jpg", jobTitle: "Take a Seat Therapist", }, { quote: "Jo is brilliant and it was really nice to connect with other therapists. I think that’s really unique about Take A Seat, the chances to meet up with like-minded people and talk about interesting topics.", name: "Victoria Smith", imageUrl: "victoria-smith.jpg", jobTitle: "Take a Seat therapist", }, ], faqs: [ { question: "What’s the cost?", answer: "<p>To be part of the platform costs £20 per month for all of the features. Clients will be charged a booking fee that will be added on to your session price. This helps us to reinvest back in to the services we offer and make sure more people get the help they deserve.</p>" }, { question: "What do I need to join?", answer: "<p>You need to be an integrative therapist trained in at least two modalities, preferably three. A minimum level 4 diploma, valid indemnity insurance and membership to an accredited body. We also ask for details of your supervisor to ensure you undergo regular supervision. You can be reassured you are a part of a community that allows only fully qualified, Ethical and professional counsellors.</p>" }, { question: "How do I receive clients?", answer: "<p>Clients will be able to search for therapists through the platform using a variety of filters. They will book using the online booking system selecting an available time and date set by you. This will be face to face, online or via telephone depending on what you are currently offering. You will receive a notification to let you know the session has been booked and the next steps. You can then manage all future bookings through the site with a couple of clicks and better understand your revenue with money manager.</p>" }, ] } } } </script>