{"id":14,"date":"2023-07-21T06:52:45","date_gmt":"2023-07-21T06:52:45","guid":{"rendered":"http:\/\/source.wpopal.com\/beautifly\/about-us-1\/"},"modified":"2026-02-20T03:51:52","modified_gmt":"2026-02-20T03:51:52","slug":"about-us","status":"publish","type":"page","link":"https:\/\/oasisdayspama.com\/staging\/1958\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<style>\n\/* ==============================================\n   ABOUT PAGE \u2014 ADDITIONAL STYLES\n   Add to GP Additional CSS or page-specific hook\n   Reuses var(--oasis-*) tokens from global stylesheet\n   ============================================== *\/\n\n\/* --- Three-column hero layout (photo | text | illustration) --- *\/\n.oasis-about-hero {\n  background: var(--oasis-warm-white);\n  padding: 80px 30px 100px;\n}\n\n.oasis-about-hero-grid {\n  max-width: var(--oasis-max-width);\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1.1fr 0.8fr;\n  gap: 50px;\n  align-items: center;\n}\n\n.oasis-about-hero-img img {\n  width: 100%;\n  border-radius: 4px;\n  object-fit: cover;\n  aspect-ratio: 2\/3;\n  display: block;\n}\n\n.oasis-about-hero-text {\n  text-align: center;\n  padding: 0 10px;\n}\n\n.oasis-about-hero-text .oasis-intro-subtitle {\n  margin-bottom: 18px;\n}\n\n.oasis-about-hero-text h2 {\n  font-family: var(--oasis-font-display);\n  font-size: clamp(34px, 4vw, 52px);\n  font-weight: 400;\n  color: var(--oasis-dark);\n  line-height: 1.15;\n  margin: 0 0 24px 0;\n}\n\n.oasis-about-hero-text h4 {\n  font-family: var(--oasis-font-display);\n  font-size: 22px;\n  font-weight: 500;\n  color: var(--oasis-primary);\n  font-style: italic;\n  margin: 0 0 20px 0;\n}\n\n.oasis-about-hero-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  max-width: 420px;\n  margin: 0 auto;\n}\n\n\/* Line art illustration column *\/\n.oasis-about-hero-art {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.oasis-about-hero-art img {\n  width: 100%;\n  max-width: 300px;\n  height: auto;\n  opacity: 0.5;\n}\n\n\/* --- Two-column alternating sections --- *\/\n.oasis-about-row {\n  padding: 90px 30px;\n}\n\n.oasis-about-row-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-about-row--reverse .oasis-about-row-img { order: 2; }\n.oasis-about-row--reverse .oasis-about-row-text { order: 1; }\n\n.oasis-about-row-img img {\n  width: 100%;\n  border-radius: 4px;\n  object-fit: cover;\n  display: block;\n}\n\n.oasis-about-row-text h2 {\n  font-family: var(--oasis-font-display);\n  font-size: clamp(30px, 3.5vw, 46px);\n  font-weight: 400;\n  color: var(--oasis-dark);\n  line-height: 1.2;\n  margin: 0 0 22px 0;\n}\n\n.oasis-about-row-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\/* Price cards *\/\n.oasis-price-cards {\n  display: flex;\n  gap: 20px;\n  margin: 28px 0;\n  flex-wrap: wrap;\n}\n\n.oasis-price-card {\n  background: var(--oasis-cream);\n  border: 1px solid var(--oasis-border);\n  border-radius: 4px;\n  padding: 18px 28px;\n  text-align: center;\n}\n\n.oasis-price-card-amount {\n  font-family: var(--oasis-font-display);\n  font-size: 38px;\n  font-weight: 600;\n  color: var(--oasis-primary);\n  display: block;\n  line-height: 1.1;\n}\n\n.oasis-price-card-label {\n  font-family: var(--oasis-font-body);\n  font-size: 13px;\n  color: var(--oasis-text-light);\n  font-weight: 500;\n}\n\n\/* Loyalty callout *\/\n.oasis-loyalty {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  background: linear-gradient(135deg, rgba(189,118,85,0.08), rgba(189,118,85,0.02));\n  border: 1px solid rgba(189,118,85,0.15);\n  border-radius: 4px;\n  padding: 18px 22px;\n  margin-top: 6px;\n}\n\n.oasis-loyalty svg {\n  flex-shrink: 0;\n  margin-top: 2px;\n  color: var(--oasis-primary);\n}\n\n.oasis-loyalty p {\n  font-family: var(--oasis-font-body);\n  font-size: 14px;\n  color: var(--oasis-text);\n  line-height: 1.6;\n  margin: 0;\n}\n\n.oasis-loyalty strong {\n  color: var(--oasis-primary);\n}\n\n\/* --- Responsive --- *\/\n@media (max-width: 1024px) {\n  .oasis-about-hero-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n  .oasis-about-hero-art {\n    display: none;\n  }\n  .oasis-about-hero-text {\n    text-align: left;\n  }\n  .oasis-about-hero-text p {\n    margin: 0;\n  }\n}\n\n@media (max-width: 768px) {\n  .oasis-about-hero {\n    padding: 50px 20px 60px;\n  }\n  .oasis-about-hero-grid {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n  .oasis-about-hero-img img {\n    aspect-ratio: 4\/3;\n  }\n  .oasis-about-hero-text {\n    text-align: center;\n  }\n  .oasis-about-hero-text p {\n    margin: 0 auto;\n  }\n\n  .oasis-about-row {\n    padding: 60px 20px;\n  }\n  .oasis-about-row-grid {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n  .oasis-about-row--reverse .oasis-about-row-img { order: 0; }\n  .oasis-about-row--reverse .oasis-about-row-text { order: 0; }\n\n  .oasis-price-cards {\n    flex-direction: column;\n  }\n}\n<\/style>\n\n\n<!-- ============================================================\n     SECTION 1: EXPERIENCE \u2014 3-column hero (matches current design)\n     ============================================================ -->\n<section class=\"oasis-about-hero\">\n  <div class=\"oasis-about-hero-grid\">\n\n    <!-- Left: Photo -->\n    <div class=\"oasis-about-hero-img\">\n      <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/oasisdayspama.com\/wp-content\/uploads\/2024\/03\/woman-face-treatment-to-client.jpg\" alt=\"Facial treatment at Oasis Day Spa\">\n    <\/div>\n\n    <!-- Center: Text -->\n    <div class=\"oasis-about-hero-text\">\n      <p class=\"oasis-intro-subtitle\">About Us<\/p>\n      <h2>What Makes Oasis Day Spa Special<\/h2>\n      <h4>Experience<\/h4>\n      <p>That one word probably matters most of all. We have seasoned therapists who not only know how to make you comfortable, they know exactly where to start to help your sore lower back or running injuries. No cookie cutter massages here \u2014 each one is unique and tailored entirely to your needs.<\/p>\n    <\/div>\n\n    <!-- Right: Line art illustration -->\n    <div class=\"oasis-about-hero-art\">\n      <img decoding=\"async\" src=\"http:\/\/source.wpopal.com\/beautifly\/wp-content\/uploads\/2023\/07\/h1-surgery03.png\" alt=\"\" loading=\"lazy\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 2: OUR CLIENTS \u2014 text left, image right\n     ============================================================ -->\n<section class=\"oasis-about-row\" style=\"background: var(--oasis-cream);\">\n  <div class=\"oasis-about-row-grid oasis-about-row--reverse\">\n\n    <div class=\"oasis-about-row-text\">\n      <p class=\"oasis-intro-subtitle\">Our Community<\/p>\n      <h2>Our clients are like family.<\/h2>\n      <p>We are a small and comfortable spa. We aren&#8217;t pretentious and we know what it takes to tailor a massage to each client&#8217;s individual needs. As a result, we know our clients very well. We can recall the pressure you like for your massage, that you don&#8217;t like the heating pad on, and we remember that nasty car accident you were in years ago that still wreaks havoc on your neck.<\/p>\n      <p>In fact, we&#8217;ve worked on many of our current clients for nearly 20 years. With many massage places, there is a revolving door with new therapists coming and going from month to month. I&#8217;m happy to say that several of our current therapists have worked at Oasis for well over a decade \u2014 so that&#8217;s saying something!<\/p>\n      <div class=\"oasis-intro-stats\" style=\"margin-top: 28px;\">\n        <div>\n          <div class=\"oasis-intro-stat-num\">20+<\/div>\n          <div class=\"oasis-intro-stat-label\">Years serving clients<\/div>\n        <\/div>\n        <div>\n          <div class=\"oasis-intro-stat-num\">10+<\/div>\n          <div class=\"oasis-intro-stat-label\">Year therapist tenure<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"oasis-about-row-img\">\n      <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/oasisdayspama.com\/wp-content\/uploads\/2024\/03\/family-clients-549x540.jpg\" alt=\"Oasis Day Spa clients\" style=\"aspect-ratio: 1\/1;\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 3: PRICING \u2014 image left, text right\n     ============================================================ -->\n<section class=\"oasis-about-row\" style=\"background: var(--oasis-warm-white);\">\n  <div class=\"oasis-about-row-grid\">\n\n    <div class=\"oasis-about-row-img\">\n      <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/oasisdayspama.com\/wp-content\/uploads\/2024\/03\/oasis-about-534x540.jpg\" alt=\"Oasis Day Spa\" style=\"aspect-ratio: 1\/1;\">\n    <\/div>\n\n    <div class=\"oasis-about-row-text\">\n      <p class=\"oasis-intro-subtitle\">Value<\/p>\n      <h2>AND the Price.<\/h2>\n      <p>You know it&#8217;s important and so do we. Our prices are comparable (and in some cases less expensive) than any local massage chains. You can&#8217;t beat that.<\/p>\n\n      <div class=\"oasis-price-cards\">\n        <div class=\"oasis-price-card\">\n          <span class=\"oasis-price-card-amount\">$88<\/span>\n          <span class=\"oasis-price-card-label\">60-Minute Massage<\/span>\n        <\/div>\n        <div class=\"oasis-price-card\">\n          <span class=\"oasis-price-card-amount\">$112<\/span>\n          <span class=\"oasis-price-card-label\">90-Minute Massage<\/span>\n        <\/div>\n      <\/div>\n\n      <p>It&#8217;s that simple \u2014 no contracts, no pressure. Just visit us within the last 35 days for returning client pricing.<\/p>\n\n      <div class=\"oasis-loyalty\">\n        <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <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\"><\/path>\n        <\/svg>\n        <p>For every <strong>5 massages<\/strong> you get with us, you get an extra <strong>half hour added free<\/strong> to your 6th massage!<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 4: CTA BANNER (reuses .oasis-appointments from global CSS)\n     ============================================================ -->\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;\">Ready to Experience the Difference?<\/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;\">Book your appointment today and see why our clients keep coming back for nearly 20 years.<\/p>\n    <\/div>\n    <a href=\"\/contact-us\/\" class=\"oasis-btn-dark\">Book Your Appointment<\/a>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>About Us What Makes Oasis Day Spa Special Experience That one word probably matters most of all. We have seasoned therapists who not only know how to make you comfortable, &#8230; <a title=\"About Us\" class=\"read-more\" href=\"https:\/\/oasisdayspama.com\/staging\/1958\/about-us\/\" aria-label=\"Read more about About Us\">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-14","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/14","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=14"}],"version-history":[{"count":163,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":9442,"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/pages\/14\/revisions\/9442"}],"wp:attachment":[{"href":"https:\/\/oasisdayspama.com\/staging\/1958\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}