correction updated
This commit is contained in:
parent
57fd988d77
commit
57f2966547
@ -312,8 +312,8 @@ function ChatForm({ onClose }) {
|
||||
padding: "20px"
|
||||
}}
|
||||
>
|
||||
<div className="p-3 border-bottom d-flex justify-content-between align-items-center">
|
||||
<h5 className="mb-3" style={{ margin: 0, color: "#bc0000" }}>Chat with Us</h5>
|
||||
<div className="p-3 pb-0 border-bottom d-flex justify-content-between align-items-center">
|
||||
<h5 style={{ margin: 0, color: "#bc0000" }}>Chat with Us</h5>
|
||||
<button onClick={onClose} className="btn-close"></button>
|
||||
</div>
|
||||
|
||||
|
||||
@ -44,12 +44,10 @@ export default function AreaOfInjury() {
|
||||
{/* <div className="shape-3 float-bob-x" style={{ backgroundImage: 'url(assets/images/shape/shape-16.png)' }}></div> */}
|
||||
</div>
|
||||
<div className="auto-container">
|
||||
<div className="sec-title-2 mb_50">
|
||||
<span className="sub-title-1 text-white">Start Your Treatment Today! <br /> Visit our healthcare team in Etobicoke.</span>
|
||||
<h2 className='h3-white' style={{ fontWeight: "bold" }}>
|
||||
Area Of Injury
|
||||
</h2>
|
||||
</div>
|
||||
<div className="sec-title mb_50 centred">
|
||||
<span className="sub-title-1 new-color2">Start Your Treatment Today! <br /> Visit our healthcare team in Etobicoke.</span>
|
||||
<h2 className="tex-color-1">Area Of Injury</h2>
|
||||
</div>
|
||||
<div className="row clearfix">
|
||||
{areaOfInjuryData.slice(0, 8).map((area, index) => (
|
||||
<div key={index} className="col-lg-3 col-md-6 col-6 team-block d-flex">
|
||||
|
||||
@ -854,10 +854,7 @@
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.new-color2 {
|
||||
color: #fff !important;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
.sec-title h2 {
|
||||
position: relative;
|
||||
@ -3343,6 +3340,11 @@
|
||||
background: #bc0000;
|
||||
}
|
||||
|
||||
.new-color2 {
|
||||
color: #fff !important;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
.theme-btn-2:before,
|
||||
.theme-btn-2:after {
|
||||
@ -3760,6 +3762,11 @@
|
||||
font-size: 26px !important;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.new-color2 {
|
||||
color: #fff !important;
|
||||
font-size: 18px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
BIN
public/assets/images/mobile-view/services/foot-massage.png
Normal file
BIN
public/assets/images/mobile-view/services/foot-massage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/assets/images/mobile-view/services/knee.png
Normal file
BIN
public/assets/images/mobile-view/services/knee.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@ -797,6 +797,7 @@ export const servicesList = [
|
||||
"sidebarImg": "/assets/images/services/foot-reflexology/left.webp",
|
||||
"bigImg": "/assets/images/services/foot-reflexology/big-img.webp",
|
||||
"icon": "/assets/images/services/icons/foot-reflexology.webp",
|
||||
"icon2": "/assets/images/mobile-view/services/foot-massage.png",
|
||||
"metaTitle": "Foot Reflexology Clinic in Etobicoke | Rapharehab",
|
||||
"metaDiscription": "Rapharehab offers expert foot reflexology in Etobicoke to relieve stress, improve circulation, and enhance overall well-being for Canadians.",
|
||||
"shortDescription": "Professional foot reflexology in Etobicoke offering stress relief, improved circulation, and holistic wellness for Canadians.",
|
||||
@ -908,6 +909,7 @@ export const servicesList = [
|
||||
"sidebarImg": "/assets/images/services/custom-knee-braces/left.webp",
|
||||
"bigImg": "/assets/images/services/custom-knee-braces/big-img.webp",
|
||||
"icon": "/assets/images/services/icons/custom-knee-braces.webp",
|
||||
"icon2": "/assets/images/mobile-view/services/knee.png",
|
||||
"metaTitle": "Custom Knee Braces Clinic in Etobicoke | Rapharehab",
|
||||
"metaDiscription": "Discover expert custom knee braces in Etobicoke at Rapharehab. Personalized support for injury recovery, sports performance, and joint stability.",
|
||||
"shortDescription": "Expertly fitted custom knee braces in Etobicoke for joint stability, injury prevention, and faster recovery.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user