Merge branch 'team' of https://git.metatroncube.in/MetatroncubeSoftwareSolutions/rapharehap into team
This commit is contained in:
commit
9b6225eb50
@ -35,7 +35,7 @@ export default function About() {
|
|||||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
|
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
|
||||||
<div className="image_block_two">
|
<div className="image_block_two">
|
||||||
<div className="image-box">
|
<div className="image-box">
|
||||||
<figure className="image image-1-ho"><img src="/assets/images/payment-insurance/back.webp" alt="Payment and Insurance" /></figure>
|
<figure className="image image-1-new"><img src="/assets/images/payment-insurance/back.webp" alt="Payment and Insurance" /></figure>
|
||||||
<figure className="image image-2-new"><img src="/assets/images/payment-insurance/front.webp" alt="Payment and Insurance" /></figure>
|
<figure className="image image-2-new"><img src="/assets/images/payment-insurance/front.webp" alt="Payment and Insurance" /></figure>
|
||||||
<div className="icon-box cart-icon"><img src="/assets/images/payment-insurance/icon.webp" alt="Payment and Insurance" /></div>
|
<div className="icon-box cart-icon"><img src="/assets/images/payment-insurance/icon.webp" alt="Payment and Insurance" /></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -347,8 +347,8 @@ export default function Home() {
|
|||||||
{/* RIGHT IMAGE / LEFT CONTENT */}
|
{/* RIGHT IMAGE / LEFT CONTENT */}
|
||||||
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
<div className="col-lg-6 col-md-12 col-sm-12 image-column order-2 order-lg-1">
|
||||||
<div className="image_block_two pl_30">
|
<div className="image_block_two pl_30">
|
||||||
<div className="image-box x">
|
<div className="image-box raw-image">
|
||||||
<figure className="image image-1-ho "><img src="/assets/images/shortcodes/back.webp" alt="Why choose nanocare" /></figure>
|
<figure className="image image-1-ho raw "><img src="/assets/images/shortcodes/back.webp" alt="Why choose nanocare" /></figure>
|
||||||
<figure className="image image-2"><img src="/assets/images/shortcodes/front.webp" alt="Why choose nanocare" /></figure>
|
<figure className="image image-2"><img src="/assets/images/shortcodes/front.webp" alt="Why choose nanocare" /></figure>
|
||||||
{/* <div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="" /></div> */}
|
{/* <div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="" /></div> */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -27,7 +27,7 @@ export default function About() {
|
|||||||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||||||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||||||
</div>
|
</div>
|
||||||
<figure className="image image-1-ho"><img src="/assets/images/what-we-expect/right.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
<figure className="image image-1"><img src="/assets/images/what-we-expect/right.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||||||
<figure className="image image-2"><img src="/assets/images/what-we-expect/left.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
<figure className="image image-2"><img src="/assets/images/what-we-expect/left.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||||||
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="What to Expect – Physiotherapy Etobicoke" /></div>
|
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="What to Expect – Physiotherapy Etobicoke" /></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -14,27 +14,29 @@ export default function ContactFloat() {
|
|||||||
href: "tel:647-722-3434",
|
href: "tel:647-722-3434",
|
||||||
src: "/assets/images/icons/call.png",
|
src: "/assets/images/icons/call.png",
|
||||||
label: "Call",
|
label: "Call",
|
||||||
|
newTab: true, // 👈 added
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
action: () => setShowChat(true),
|
action: () => setShowChat(true),
|
||||||
src: "/assets/images/chat.png",
|
src: "/assets/images/chat.png",
|
||||||
label: "Chat",
|
label: "Chat",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://www.instagram.com/elrapharehab/",
|
href: "https://www.instagram.com/elrapharehab/",
|
||||||
src: "/assets/images/insta.png",
|
src: "/assets/images/insta.png",
|
||||||
label: "Instagram",
|
label: "Instagram",
|
||||||
|
newTab: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://www.facebook.com/ELRaphaRehabCenter/",
|
href: "https://www.facebook.com/ELRaphaRehabCenter/",
|
||||||
src: "/assets/images/fb.png",
|
src: "/assets/images/fb.png",
|
||||||
label: "Facebook",
|
label: "Facebook",
|
||||||
|
newTab: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
/** Social media list shown on Share click */
|
/** Social media list shown on Share click */
|
||||||
const socialIcons = [
|
const socialIcons = [
|
||||||
|
|
||||||
{
|
{
|
||||||
href: "https://www.instagram.com/elrapharehab/",
|
href: "https://www.instagram.com/elrapharehab/",
|
||||||
iconClass: "icon-4",
|
iconClass: "icon-4",
|
||||||
@ -75,6 +77,8 @@ export default function ContactFloat() {
|
|||||||
key={i}
|
key={i}
|
||||||
href={icon.href}
|
href={icon.href}
|
||||||
aria-label={icon.label}
|
aria-label={icon.label}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
style={{
|
style={{
|
||||||
background: "#102548",
|
background: "#102548",
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
@ -170,8 +174,9 @@ export default function ContactFloat() {
|
|||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
gap: "15px",
|
gap: "15px",
|
||||||
zIndex: 9999,
|
zIndex: 9999,
|
||||||
background: "white", padding: "8px",
|
background: "white",
|
||||||
borderRadius: "50px"
|
padding: "8px",
|
||||||
|
borderRadius: "50px",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{socialIcons.map((icon, i) => (
|
{socialIcons.map((icon, i) => (
|
||||||
|
|||||||
@ -94,6 +94,23 @@
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new .icon-box-new {
|
||||||
|
position: absolute;
|
||||||
|
left: -13px;
|
||||||
|
bottom: 40px;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
line-height: 100px;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 60px;
|
||||||
|
color: #fff;
|
||||||
|
border-radius: 0px 10px 10px 0px;
|
||||||
|
background: #102548;
|
||||||
|
transition: all 500ms ease;
|
||||||
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content-new .icon-box-new {
|
.service-block-one .inner-box .lower-content-new .icon-box-new {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -13px;
|
left: -13px;
|
||||||
@ -129,6 +146,10 @@
|
|||||||
bottom: 183px;
|
bottom: 183px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box:hover .lower-content-new .icon-box-new {
|
||||||
|
bottom: 95px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content-new .icon-box-new:before {
|
.service-block-one .inner-box .lower-content-new .icon-box-new:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
@ -151,6 +172,17 @@
|
|||||||
clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
|
clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-block-one .inner-box .lower-content-new .icon-box-new:before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
background: #102548;
|
||||||
|
width: 12px;
|
||||||
|
height: 14px;
|
||||||
|
left: 0px;
|
||||||
|
bottom: -14px;
|
||||||
|
clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
|
||||||
|
}
|
||||||
|
|
||||||
.service-block-one .inner-box .lower-content h3 {
|
.service-block-one .inner-box .lower-content h3 {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@ -187,6 +187,12 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image-box .raw-image .image .raw img{
|
||||||
|
|
||||||
|
display: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 991px){
|
@media only screen and (max-width: 991px){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user