Browse Source

updated content

JKR 2 years ago
parent
commit
12a3fa3160
2 changed files with 45 additions and 41 deletions
  1. 25 38
      resources/views/app/index.blade.php
  2. 20 3
      resources/views/app/physicians/index.blade.php

+ 25 - 38
resources/views/app/index.blade.php

@@ -23,17 +23,31 @@
 
 
 <div class="container pt-md-5 pt-4">
+
   <div class="row">
-    <div class="col-lg-12">
-      <div class="text-center">
-        <h4 class="title mb-3">Meet the HemBand applicator.</h4>
-        <p>
-          It takes a doctor less than 60 seconds to use the HemBand applicator to place a rubber band at the base of your hemorrhoid.
-          Rubber banding is long-lasting because instead of treating hemorrhoid symptoms, it safely and gently removes hemorrhoids themselves.
-        </p>
-      </div>
-      <div class="border mt-5 mb-4 p-md-5 p-3 text-center">
-        <img src="{{asset('img/snyder.png')}}" class="w-75" alt="">
+    <div class="col-lg-6">
+    <h5 class="subtitle">3 things every patient should know:</h5>
+    <h5>1. Banding is incredibly effective, safe, and long-lasting.</h5>
+    <ul style="" class="mb-3">
+      <li class="mb-2">Rubber banding is a highly-effective hemorrhoid removal treatment. It is considered the gold-standard for treating internal hemorrhoids.</li>
+      <li class="mb-2">Rubber banding is long-lasting because instead of treating hemorrhoid symptoms, it safely and gently removes hemorrhoids themselves.</li>
+      <li class="mb-2">Because it’s non-surgical, you can get back to your life immediately after your visit to a clinic.</li>
+    </ul>
+    <h5>2. Banding is available at a doctor’s office near you!</h5>
+    <ul style="" class="mb-3">
+      <li class="mb-2">Thousands of doctors nationwide are trained in hemorrhoid rubber banding.</li>
+      <li class="mb-2">Banding takes just minutes - and you’re back to work instantly.</li>
+    </ul>
+    <h5>3.Banding is widely covered by health insurance plans.</h5>
+    <ul style="" class="mb-3">
+      <li class="mb-2">Because of banding’s effectiveness, it’s covered by most insurance plans, including Medicare, Medicaid, and employer-sponsored plans.</li>
+    </ul>
+    </div>
+    <div class="col-lg-5 offset-lg-1">
+      <div class="bg-dark text-white p-4">
+        <p>You’re a simple rubber band away from <b>long-lasting hemorrhoid treatment.</b></p>
+        <p>No matter what stage your hemorrhoid is in, a physician trained in using the Snyder HemBand near you can help.</p>
+        <a href="#" class="btn btn-light rounded-0 px-5 py-2 mt-3">Find a Clinic</a>
       </div>
     </div>
   </div>
@@ -115,37 +129,10 @@
   </div>
 </div>
 
-<div class="container py-xl-5 py-4 d-none">
+<div class="container py-xl-5 py-4">
   <div class="d-md-flex align-items-center justify-content-between mb-4 pb-3 border-bottom">
     <h4 class="subtitle mb-0 mb-2"></h4>
   </div>
-  <div class="row">
-    <div class="col-lg-6">
-    <h5 class="subtitle">3 things every patient should know:</h5>
-    <h5>1. Banding is incredibly effective, safe, and long-lasting.</h5>
-    <ul style="" class="mb-3">
-      <li class="mb-2">Rubber banding is a highly-effective hemorrhoid removal treatment. It is considered the gold-standard for treating internal hemorrhoids.</li>
-      <li class="mb-2">Rubber banding is long-lasting because instead of treating hemorrhoid symptoms, it safely and gently removes hemorrhoids themselves.</li>
-      <li class="mb-2">Because it’s non-surgical, you can get back to your life immediately after your visit to a clinic.</li>
-    </ul>
-    <h5>2. Banding is available at a doctor’s office near you!</h5>
-    <ul style="" class="mb-3">
-      <li class="mb-2">Thousands of doctors nationwide are trained in hemorrhoid rubber banding.</li>
-      <li class="mb-2">Banding takes just minutes - and you’re back to work instantly.</li>
-    </ul>
-    <h5>3.Banding is widely covered by health insurance plans.</h5>
-    <ul style="" class="mb-3">
-      <li class="mb-2">Because of banding’s effectiveness, it’s covered by most insurance plans, including Medicare, Medicaid, and employer-sponsored plans.</li>
-    </ul>
-    </div>
-    <div class="col-lg-5 offset-lg-1">
-      <div class="bg-dark text-white p-4">
-        <p>You’re a simple rubber band away from <b>long-lasting hemorrhoid treatment.</b></p>
-        <p>No matter what stage your hemorrhoid is in, a physician trained in using the Snyder HemBand near you can help.</p>
-        <a href="#" class="btn btn-light rounded-0 px-5 py-2 mt-3">Find a Clinic</a>
-      </div>
-    </div>
-  </div>
 </div>
 
 

+ 20 - 3
resources/views/app/physicians/index.blade.php

@@ -10,7 +10,7 @@
                         <h3 class="md-title text-pry">Join us on our mission to address one of the most undertreated conditions in gastroenterology.</h3>
                         <p class="mb-3">One in three Americans has hemorrhoids on screening colonoscopy.</p>
                         <p class="mb-3">The SNYDER HemBand makes outpatient banding easier than ever.</p>
-                        <p class="mb-3">The hemorrhoid shrinks and falls off, typically within 24 hours.</p>
+                        <p class="mb-3">Get trained in less than 1 hour.</p>
                         <div class="d-sm-flex align-items-center my-4">
                             <a href="{{ route('physicians.practice-support') }}" class="btn btn-pry">Learn More</a>
                             <a href="{{ route('physicians.get-trained') }}" class="btn btn-outline-pry ms-sm-4 ms-0 mt-sm-0 mt-4">Get Trained</a>
@@ -22,7 +22,24 @@
     </div>
 </div>
 
+
 <div class="container mt-4 py-5">
+
+    <div class="row">
+      <div class="col-lg-12">
+        <div class="text-center">
+          <h4 class="title mb-3">Meet the HemBand applicator.</h4>
+          <p>
+            It takes less than 60 seconds to use the HemBand applicator to place a rubber band at the base of the hemorrhoid.
+            Banding is the gold-standard of care because instead of treating symptoms, it safely and gently removes hemorrhoids themselves.
+          </p>
+        </div>
+        <div class="border mt-5 mb-4 p-md-5 p-3 text-center">
+          <img src="{{asset('img/snyder.png')}}" class="w-75" alt="">
+        </div>
+      </div>
+    </div>
+
     <div class="d-sm-flex align-items-start justify-content-between pt-4 pb-5">
         <div class="text-center w-100 mb-sm-0 mb-4">
             <img src="{{asset('img/fp/fp-1.svg')}}" height="40">
@@ -32,12 +49,12 @@
         <div class="text-center w-100 mb-sm-0 mb-4">
             <img src="{{asset('img/fp/fp-3.svg')}}" height="40">
             <p class="mt-3"><b>Training is simple</b></p>
-            <p class="px-4">gastroenterologists can be trained virtually in less than one hour.</p>
+            <p class="px-4">Gastroenterologists can be trained virtually in less than one hour.</p>
         </div>
         <div class="text-center w-100 mb-sm-0 mb-4">
             <img src="{{asset('img/fp/fp-2.svg')}}" height="40">
             <p class="mt-3"><b>Strong reimbursement</b></p>
-            <p class="px-4">Hemorrhoid banding is remarkably effective - and therefore is widely covered by every major insurance, including Medicare and Medicaid.
+            <p class="px-4">Banding is widely covered by every major insurance including Medicare and Medicaid.
             </p>
         </div>
     </div>