New banner 3 updated, testimonial updated
This commit is contained in:
commit
04a71f46e7
@ -17,7 +17,7 @@ export default function ServiceDetailClient({ slug, service, servicesList }) {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{/* service-section */}
|
{/* service-section */}
|
||||||
<section className="service-details pt_90 .pb_90">
|
<section className="service-details pt_90 pb_90">
|
||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="row clearfix">
|
<div className="row clearfix">
|
||||||
|
|
||||||
|
|||||||
@ -22,22 +22,23 @@ export default function Testimonial() {
|
|||||||
<li><i className="fas fa-star"></i></li>
|
<li><i className="fas fa-star"></i></li>
|
||||||
<li><i className="fas fa-star-half-alt"></i></li>
|
<li><i className="fas fa-star-half-alt"></i></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div className="btn-box mt-3 mb-5">
|
|
||||||
<Link
|
|
||||||
href="https://g.page/r/CYOR2OnruwHpEAE/review"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className="theme-btn btn-one-new-raw"
|
|
||||||
>
|
|
||||||
<span>Review us</span>
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>What Our Clients Say About Rapha Rehab</h2>
|
<h2>What Our Clients Say About Rapha Rehab</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="content-box">
|
<div className="content-box">
|
||||||
<TestimonialSlider1 />
|
<TestimonialSlider1 />
|
||||||
</div>
|
</div>
|
||||||
|
<div className="btn-box mt-3 mb-5">
|
||||||
|
<Link
|
||||||
|
href="https://g.page/r/CYOR2OnruwHpEAE/review"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="theme-btn btn-one-new-raw"
|
||||||
|
>
|
||||||
|
<span>Review us on Google</span>
|
||||||
|
</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -12,13 +12,13 @@ export default function Video() {
|
|||||||
<div className="auto-container">
|
<div className="auto-container">
|
||||||
<div className="inner-box">
|
<div className="inner-box">
|
||||||
{/* <div className="shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-17.png)' }}></div> */}
|
{/* <div className="shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-17.png)' }}></div> */}
|
||||||
<div className="video-btn">
|
{/* <div className="video-btn">
|
||||||
<a onClick={() => setOpen(true)}><i className="fas fa-play"></i>
|
<a onClick={() => setOpen(true)}><i className="fas fa-play"></i>
|
||||||
<span className="border-animation border-1"></span>
|
<span className="border-animation border-1"></span>
|
||||||
<span className="border-animation border-2"></span>
|
<span className="border-animation border-2"></span>
|
||||||
<span className="border-animation border-3"></span>
|
<span className="border-animation border-3"></span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div> */}
|
||||||
<h2>Expert Online Consultations <br />with our therapists.</h2>
|
<h2>Expert Online Consultations <br />with our therapists.</h2>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="/contact" className="theme-btn btn-one"><span>Schedule Your Consultation</span></Link>
|
<Link href="/contact" className="theme-btn btn-one"><span>Schedule Your Consultation</span></Link>
|
||||||
|
|||||||
29
public/assets/css/animate.css
vendored
29
public/assets/css/animate.css
vendored
@ -3667,35 +3667,6 @@ to {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-banner .icon-one,
|
|
||||||
.main-banner .icon-one{
|
|
||||||
animation-name: rotateme;
|
|
||||||
animation-duration: 7s;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
|
|
||||||
-webkit-animation-name: rotateme;
|
|
||||||
-webkit-animation-duration: 7s;
|
|
||||||
-webkit-animation-iteration-count: infinite;
|
|
||||||
-webkit-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-moz-animation-name: rotateme;
|
|
||||||
-moz-animation-duration: 7s;
|
|
||||||
-moz-animation-iteration-count: infinite;
|
|
||||||
-moz-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-ms-animation-name: rotateme;
|
|
||||||
-ms-animation-duration: 7s;
|
|
||||||
|
|
||||||
-ms-animation-iteration-count: infinite;
|
|
||||||
-ms-animation-timing-function: linear;
|
|
||||||
|
|
||||||
-o-animation-name: rotateme;
|
|
||||||
-o-animation-duration: 7s;
|
|
||||||
-o-animation-iteration-count: infinite;
|
|
||||||
-o-animation-timing-function: linear;
|
|
||||||
}
|
|
||||||
|
|
||||||
.how-it-works:before,
|
.how-it-works:before,
|
||||||
.main-banner .icon-six,
|
.main-banner .icon-six,
|
||||||
.main-banner .icon-two,
|
.main-banner .icon-two,
|
||||||
|
|||||||
7678
public/assets/css/bootstrap.css
vendored
7678
public/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,3 @@
|
|||||||
|
|
||||||
/* template-color */
|
/* template-color */
|
||||||
|
|
||||||
.handle-preloader{
|
|
||||||
background: #EC4E4F;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preloader-close{
|
|
||||||
color: #EC4E4F;
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user