소스 검색

updated home

JKR 2 년 전
부모
커밋
0883824210
2개의 변경된 파일29개의 추가작업 그리고 22개의 파일을 삭제
  1. 21 18
      resources/views/app/index.blade.php
  2. 8 4
      resources/views/layouts/app.blade.php

+ 21 - 18
resources/views/app/index.blade.php

@@ -195,25 +195,28 @@
     </div>
   </div>
 </div>
-<div class="mt-4 mb-5 bg-grey pt-5">
-  <div class="container">
-    <div class="row mt-xl-5 mb-xl-0 my-4">
-      <div class="col-xl-5 mb-0 d-xl-block d-none">
-        <img src="{{asset('img/serve.png')}}" class="w-100" alt="">
+<div class="mt-4 bg-grey py-5">
+  <div class="container py-lg-4">
+    <div class="row align-items-center">
+      <div class="col-xl-5 col-lg-6">
+        <img src="{{asset('img/pc-top.png')}}" class="w-100" alt="">
       </div>
-      <div class="col-xl-6 offset-xl-1">
-        <h4 class="subtitle">Who we serve</h4>
-        <p>We supply the product Snyder Hemband which is used for treating hemorrhoids through a non-surgical approach in the clinical or hospital setting. It is used by a trained professional who serves patients with hemorrhoids.</p>
-
-        <h5 class="header pt-4">Patients</h5>
-        <p class="mb-3">Helping countless patients to deal with hemorrhoids in a painless, quick, effective, and safe manner.</p>
-        <hr class="opacity-100">
-        <h5 class="header">Physicians</h5>
-        <p class="mb-3">Services for those who help others.</p>
-        <hr class="opacity-100">
-        <h5 class="header">Medical clinics</h5>
-        <p class="mb-3">Bulk deals for big companies that care for people.</p>
-        <hr class="opacity-100">
+      <div class="col-xl-5 offset-lg-1 col-lg-5 mb-lg-0 mb-4">
+        <h4 class="subtitle">Don't just treat your symptoms.</h4>
+          <hr class="opacity-100">
+          <h5>If you are experiencing any of the following:</h5>
+          <ul>
+            <li>Bleeding</li>
+            <li>Itching</li>
+            <li>Swelling</li>
+            <li>Soiling</li>
+            <li>Pain</li>
+            <li>Bulging</li>
+          </ul>
+          <p>Experience long-term relief by solving the root of your problem.</p>
+          <div class="d-sm-flex align-items-center my-4">
+            <a href="#" class="btn btn-pry">Find a Specialist Today</a>
+          </div>
       </div>
     </div>
   </div>

+ 8 - 4
resources/views/layouts/app.blade.php

@@ -79,11 +79,15 @@
 
 @section('footer')
 <footer>
-      <div class="bg-grey py-5">
+      <div class="py-5" style="background-color: #F7F7F7;">
         <div class="container">
-          <div class="d-lg-flex align-items-center justify-content-between w-100">
-            <h4 class="header m-0">Considering Snyder Hemband? <br class="d-md-none d-block"> Reach out!</h4>
-            <a href="{{route('contact')}}" class="btn btn-pry px-5 mt-lg-0 mt-3">Contact us</a>
+          <div class="d-lg-flex align-items-center w-100">
+            <div>
+              <h4 class="header m-0">Have any questions? <br class="d-md-none d-block"></h4>
+            </div>
+            <div class="px-4">
+              <a href="{{route('contact')}}" class="btn btn-outline-pry px-5 mt-lg-0 mt-3">Contact us</a>
+            </div>
           </div>
         </div>
       </div>