{"id":8442,"date":"2024-03-25T11:54:28","date_gmt":"2024-03-25T11:54:28","guid":{"rendered":"http:\/\/protogile.com\/oasis\/?page_id=8442"},"modified":"2026-02-20T16:03:26","modified_gmt":"2026-02-20T16:03:26","slug":"what-makes-oasis-unique","status":"publish","type":"page","link":"https:\/\/oasisdayspama.com\/staging\/1958\/what-makes-oasis-unique\/","title":{"rendered":"What makes Oasis Unique"},"content":{"rendered":"\n<style>\n\/* What Makes Unique \u2014 page-specific styles *\/\n\n.oasis-unique-hero {\n  background: var(--oasis-warm-white);\n  padding: 80px 30px 90px;\n  text-align: center;\n}\n\n.oasis-unique-hero-inner {\n  max-width: 680px;\n  margin: 0 auto;\n}\n\n.oasis-unique-hero h1 {\n  font-family: var(--oasis-font-display);\n  font-size: clamp(36px, 5vw, 56px);\n  font-weight: 400;\n  color: var(--oasis-dark);\n  line-height: 1.15;\n  margin: 0 0 20px 0;\n}\n\n.oasis-unique-hero p {\n  font-family: var(--oasis-font-body);\n  font-size: 16px;\n  color: var(--oasis-text-light);\n  line-height: 1.75;\n  margin: 0;\n}\n\n\/* Differentiators grid *\/\n.oasis-diff {\n  background: var(--oasis-cream);\n  padding: 90px 30px;\n}\n\n.oasis-diff-inner {\n  max-width: var(--oasis-max-width);\n  margin: 0 auto;\n}\n\n.oasis-diff-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 28px;\n  margin-top: 60px;\n}\n\n.oasis-diff-card {\n  background: #fff;\n  border-radius: 4px;\n  padding: 40px 36px;\n  border: 1px solid var(--oasis-border);\n  transition: transform 0.4s, box-shadow 0.4s;\n}\n\n.oasis-diff-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 16px 40px rgba(0,0,0,0.06);\n}\n\n.oasis-diff-card-icon {\n  width: 52px;\n  height: 52px;\n  border-radius: 50%;\n  background: rgba(189,118,85,0.1);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 22px;\n}\n\n.oasis-diff-card-icon svg {\n  width: 24px;\n  height: 24px;\n  stroke: var(--oasis-primary);\n  fill: none;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.oasis-diff-card h3 {\n  font-family: var(--oasis-font-display);\n  font-size: 24px;\n  font-weight: 600;\n  color: var(--oasis-dark);\n  margin: 0 0 12px 0;\n}\n\n.oasis-diff-card p {\n  font-family: var(--oasis-font-body);\n  font-size: 15px;\n  color: var(--oasis-text-light);\n  line-height: 1.75;\n  margin: 0;\n}\n\n\/* Quote \/ pull quote section *\/\n.oasis-pullquote {\n  background: var(--oasis-dark);\n  padding: 80px 30px;\n  text-align: center;\n}\n\n.oasis-pullquote-inner {\n  max-width: 720px;\n  margin: 0 auto;\n}\n\n.oasis-pullquote-mark {\n  font-family: var(--oasis-font-display);\n  font-size: 72px;\n  color: var(--oasis-primary);\n  line-height: 1;\n  opacity: 0.6;\n  margin-bottom: -10px;\n}\n\n.oasis-pullquote p {\n  font-family: var(--oasis-font-display);\n  font-size: clamp(22px, 3vw, 30px);\n  font-weight: 400;\n  font-style: italic;\n  color: #fff;\n  line-height: 1.55;\n  margin: 0 0 24px 0;\n}\n\n.oasis-pullquote cite {\n  font-family: var(--oasis-font-body);\n  font-size: 13px;\n  font-weight: 600;\n  font-style: normal;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--oasis-primary);\n}\n\n\/* Promise section - image + text *\/\n.oasis-promise {\n  background: var(--oasis-warm-white);\n  padding: 90px 30px;\n}\n\n.oasis-promise-grid {\n  max-width: var(--oasis-max-width);\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 70px;\n  align-items: center;\n}\n\n.oasis-promise-img img {\n  width: 100%;\n  border-radius: 4px;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  display: block;\n}\n\n.oasis-promise-text h2 {\n  font-family: var(--oasis-font-display);\n  font-size: clamp(30px, 3.5vw, 44px);\n  font-weight: 400;\n  color: var(--oasis-dark);\n  line-height: 1.2;\n  margin: 0 0 20px 0;\n}\n\n.oasis-promise-text p {\n  font-family: var(--oasis-font-body);\n  font-size: 15px;\n  color: var(--oasis-text-light);\n  line-height: 1.75;\n  margin: 0 0 18px 0;\n}\n\n.oasis-promise-list {\n  list-style: none;\n  padding: 0;\n  margin: 24px 0 0 0;\n}\n\n.oasis-promise-list li {\n  font-family: var(--oasis-font-body);\n  font-size: 15px;\n  color: var(--oasis-text);\n  padding: 8px 0 8px 28px;\n  position: relative;\n  line-height: 1.6;\n}\n\n.oasis-promise-list li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 14px;\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: var(--oasis-primary);\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .oasis-diff-grid {\n    grid-template-columns: 1fr;\n  }\n  .oasis-diff-card {\n    padding: 30px 26px;\n  }\n  .oasis-promise-grid {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n  .oasis-pullquote {\n    padding: 60px 20px;\n  }\n}\n<\/style>\n\n\n<!-- ============ HERO ============ -->\n<section class=\"oasis-unique-hero\">\n  <div class=\"oasis-unique-hero-inner\">\n    <p class=\"oasis-intro-subtitle\">What Makes Us Different<\/p>\n    <h1>This Isn&#8217;t Just Another Massage.<\/h1>\n    <p>At Oasis Day Spa, every visit is personal. We&#8217;ve spent nearly two decades perfecting an approach that puts your comfort, your body, and your time first \u2014 no upsells, no scripts, no shortcuts.<\/p>\n  <\/div>\n<\/section>\n\n\n<!-- ============ DIFFERENTIATORS GRID ============ -->\n<section class=\"oasis-diff\">\n  <div class=\"oasis-diff-inner\">\n\n    <div class=\"oasis-section-header\">\n      <p class=\"oasis-section-subtitle\">The Oasis Difference<\/p>\n      <h2 class=\"oasis-section-title\">Six Reasons Clients Stay for Years<\/h2>\n    <\/div>\n\n    <div class=\"oasis-diff-grid\">\n\n      <!-- Card 1: Experience -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg>\n        <\/div>\n        <h3>Decades of Experience<\/h3>\n        <p>Our therapists aren&#8217;t fresh out of school \u2014 they&#8217;re seasoned professionals who&#8217;ve spent years mastering their craft. Many have been with Oasis for over a decade, which means they know exactly what your body needs before you even say a word.<\/p>\n      <\/div>\n\n      <!-- Card 2: Personalized -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\/><circle cx=\"12\" cy=\"7\" r=\"4\"\/><\/svg>\n        <\/div>\n        <h3>We Know You by Name<\/h3>\n        <p>We remember your preferred pressure, that old shoulder injury, and that you like the room a little cooler. Every massage is tailored to you \u2014 not a one-size-fits-all routine. That personal touch is something a chain spa simply can&#8217;t replicate.<\/p>\n      <\/div>\n\n      <!-- Card 3: No Pressure -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg>\n        <\/div>\n        <h3>No Contracts, No Gimmicks<\/h3>\n        <p>No membership fees, no pushy upsells, no packages you have to commit to. You book when you want, pay a fair price, and leave feeling better. Period. We earn your return visits the old-fashioned way \u2014 by being worth it.<\/p>\n      <\/div>\n\n      <!-- Card 4: Pricing -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/><path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\n        <\/div>\n        <h3>Honest, Fair Pricing<\/h3>\n        <p>Our rates are comparable to \u2014 and often less than \u2014 the big massage chains. But the quality? Not even close. Returning clients pay just $88 for 60 minutes and $112 for 90 minutes. Plus, every 6th visit earns you a free half-hour upgrade.<\/p>\n      <\/div>\n\n      <!-- Card 5: Therapist Stability -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <h3>The Same Trusted Faces<\/h3>\n        <p>At most spas, therapists come and go every few months. At Oasis, our team sticks around \u2014 some for over a decade. That consistency means you build a real relationship with someone who understands your body and your history.<\/p>\n      <\/div>\n\n      <!-- Card 6: Comfort -->\n      <div class=\"oasis-diff-card\">\n        <div class=\"oasis-diff-card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n        <\/div>\n        <h3>Small, Comfortable, Real<\/h3>\n        <p>We&#8217;re not a factory. We&#8217;re a small, welcoming space where you can actually relax. No crowded waiting rooms, no assembly-line scheduling, no pretense. Just a genuine place designed to help you feel your best.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============ PULL QUOTE ============ -->\n<section class=\"oasis-pullquote\">\n  <div class=\"oasis-pullquote-inner\">\n    <div class=\"oasis-pullquote-mark\">&#8220;<\/div>\n    <p>We&#8217;ve worked on many of our current clients for nearly 20 years. That kind of loyalty isn&#8217;t built with marketing \u2014 it&#8217;s built one massage at a time.<\/p>\n    <cite>The Oasis Team<\/cite>\n  <\/div>\n<\/section>\n\n\n<!-- ============ OUR PROMISE \u2014 image + text ============ -->\n<section class=\"oasis-promise\">\n  <div class=\"oasis-promise-grid\">\n\n    <div class=\"oasis-promise-img\">\n      <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/oasisdayspama.com\/wp-content\/uploads\/2024\/03\/woman-face-treatment-to-client.jpg\" alt=\"Oasis Day Spa treatment\">\n    <\/div>\n\n    <div class=\"oasis-promise-text\">\n      <p class=\"oasis-intro-subtitle\">Our Promise<\/p>\n      <h2>What You Can Expect Every Visit<\/h2>\n      <p>Whether it&#8217;s your first appointment or your hundredth, every visit to Oasis follows the same philosophy: listen first, then deliver exactly what you need.<\/p>\n\n      <ul class=\"oasis-promise-list\">\n        <li>A therapist who remembers your preferences and history<\/li>\n        <li>A treatment tailored to what your body needs that day<\/li>\n        <li>Straightforward pricing with no hidden fees or pressure<\/li>\n        <li>A quiet, comfortable environment \u2014 never rushed<\/li>\n        <li>Loyalty rewards that actually mean something<\/li>\n      <\/ul>\n\n      <div style=\"margin-top: 32px;\">\n        <a href=\"\/contact-us\/\" class=\"oasis-intro-btn\">Book Your Visit<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============ CTA BANNER (reuses .oasis-appointments) ============ -->\n<section class=\"oasis-appointments\">\n  <div class=\"oasis-appointments-inner\" style=\"flex-direction: column; text-align: center; align-items: center;\">\n    <div>\n      <h2 class=\"oasis-appt-title\" style=\"text-align: center;\">See What Our Clients Are Saying<\/h2>\n      <p style=\"font-family: var(--oasis-font-body); color: rgba(255,255,255,0.85); font-size: 16px; max-width: 500px; margin: 0 auto 30px; line-height: 1.7;\">Don&#8217;t just take our word for it \u2014 read the reviews from clients who&#8217;ve been coming back for years.<\/p>\n    <\/div>\n    <a href=\"\/reviews\/\" class=\"oasis-btn-dark\">Read Reviews<\/a>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>What Makes Us Different This Isn&#8217;t Just Another Massage. At Oasis Day Spa, every visit is personal. We&#8217;ve spent nearly two decades perfecting an approach that puts your comfort, your &#8230; <a title=\"What makes Oasis Unique\" class=\"read-more\" href=\"https:\/\/oasisdayspama.com\/staging\/1958\/what-makes-oasis-unique\/\" aria-label=\"Read more about What makes Oasis Unique\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"nf_dc_page":"","footnotes":""},"class_list":["post-8442","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/8442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/comments?post=8442"}],"version-history":[{"count":9,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/8442\/revisions"}],"predecessor-version":[{"id":9447,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/8442\/revisions\/9447"}],"wp:attachment":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/media?parent=8442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}