Review button updated

This commit is contained in:
akash 2025-09-25 22:59:58 +05:30
parent f29ed1f9f7
commit 465019f1a8
3 changed files with 186 additions and 99 deletions

View File

@ -1,4 +1,5 @@
import TestimonialSlider1 from '@/components/slider/TestimonialSlider1'
import Link from "next/link";
export default function Testimonial() {
return (
@ -21,6 +22,16 @@ export default function Testimonial() {
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star-half-alt"></i></li>
</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>
</div>

View File

@ -8,7 +8,7 @@ const swiperOptions = {
slidesPerView: 1,
spaceBetween: 30,
autoplay: {
delay:2500,
delay: 2500,
disableOnInteraction: false,
},
loop: true,
@ -137,6 +137,74 @@ export default function TestimonialSlider1() {
</div>
</SwiperSlide>
<SwiperSlide className="slide-item">
<div className="testimonial-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-23"></i></div>
<p>This physiotherapy clinic has an excellent rate. I would give them even more than 5 stars if I could. I had neck and back injuries, and I can already see the improvement. Dhanya is patient and explains everything to me in detail. She also pays close attention to details and genuinely cares about her clients. I highly recommend them.</p>
{/* <div className="author-box">
<figure className="author-thumb"><img src="assets/images/resource/testimonial-1.png" alt="" /></figure>
<ul className="rating clearfix">
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="far fa-star"></i></li>
</ul>
<h3>Robert Fox</h3>
<span className="designation">Dog Trainer</span>
</div> */}
</div>
</div>
</SwiperSlide>
<SwiperSlide className="slide-item">
<div className="testimonial-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-23"></i></div>
<p>After a severe sciatica flare up, physiotherapist Dhanya Prashant was able to get me fully recovered within a few sessions! This was the fastest recovery time I had ever experienced, and I am incredibly grateful for the diligent and thorough follow up and long term management plan she put together for me. I highly recommend this clinic, the end to end experience was incredibly positive.</p>
{/* <div className="author-box">
<figure className="author-thumb"><img src="assets/images/resource/testimonial-1.png" alt="" /></figure>
<ul className="rating clearfix">
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="far fa-star"></i></li>
</ul>
<h3>Robert Fox</h3>
<span className="designation">Dog Trainer</span>
</div> */}
</div>
</div>
</SwiperSlide>
<SwiperSlide className="slide-item">
<div className="testimonial-block-one">
<div className="inner-box">
<div className="icon-box"><i className="icon-23"></i></div>
<p>I rate this physiotherapy as excellent. I have shoulder injury and I was suffering. I came to this office and from day one i saw improvement.
Dhanya Prashant is my physiotherapist. She is patient and explains everything to me in details and gets me involved in the treatment. She also pays attention to details and cares about clients. 5 star place in my opinion</p>
{/* <div className="author-box">
<figure className="author-thumb"><img src="assets/images/resource/testimonial-1.png" alt="" /></figure>
<ul className="rating clearfix">
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="fas fa-star"></i></li>
<li><i className="far fa-star"></i></li>
</ul>
<h3>Robert Fox</h3>
<span className="designation">Dog Trainer</span>
</div> */}
</div>
</div>
</SwiperSlide>
</Swiper>
</>
)

View File

@ -492,6 +492,11 @@
color: #bc0000 !important;
}
.theme-btn.btn-one-new-raw {
background: #fff !important;
color: #bc0000 !important;
}
.theme-btn.btn-two {
background: var(--secondary-color);
}
@ -1173,8 +1178,9 @@
}
.rating li i {
color: #FFDF00; /* gold/yellow */
}
color: #FFDF00;
/* gold/yellow */
}
@ -3746,13 +3752,15 @@
margin: 0px 10px !important;
}
}
.color-white{
.color-white {
color: #fff !important;
}
.pagination-wrapper .pagination li a img {
transition: filter 0.3s ease;
}
}
.pagination-wrapper .pagination li a:hover img {
.pagination-wrapper .pagination li a:hover img {
filter: brightness(0) invert(1);
}
}