This commit is contained in:
Alaguraj0361 2025-09-22 22:49:31 +05:30
commit 9b6225eb50
6 changed files with 53 additions and 10 deletions

View File

@ -35,7 +35,7 @@ export default function About() {
<div className="col-lg-6 col-md-12 col-sm-12 image-column">
<div className="image_block_two">
<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>
<div className="icon-box cart-icon"><img src="/assets/images/payment-insurance/icon.webp" alt="Payment and Insurance" /></div>
</div>

View File

@ -347,8 +347,8 @@ export default function Home() {
{/* RIGHT IMAGE / LEFT CONTENT */}
<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-box x">
<figure className="image image-1-ho "><img src="/assets/images/shortcodes/back.webp" alt="Why choose nanocare" /></figure>
<div className="image-box raw-image">
<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>
{/* <div className="icon-box"><img src="/assets/images/about-us/section3/icon.webp" alt="" /></div> */}
</div>

View File

@ -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-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></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>
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="What to Expect Physiotherapy Etobicoke" /></div>
</div>

View File

@ -14,27 +14,29 @@ export default function ContactFloat() {
href: "tel:647-722-3434",
src: "/assets/images/icons/call.png",
label: "Call",
newTab: true, // 👈 added
},
{
action: () => setShowChat(true),
src: "/assets/images/chat.png",
label: "Chat",
},
{
{
href: "https://www.instagram.com/elrapharehab/",
src: "/assets/images/insta.png",
label: "Instagram",
newTab: true,
},
{
{
href: "https://www.facebook.com/ELRaphaRehabCenter/",
src: "/assets/images/fb.png",
label: "Facebook",
label: "Facebook",
newTab: true,
},
];
/** Social media list shown on Share click */
const socialIcons = [
{
href: "https://www.instagram.com/elrapharehab/",
iconClass: "icon-4",
@ -75,6 +77,8 @@ export default function ContactFloat() {
key={i}
href={icon.href}
aria-label={icon.label}
target="_blank"
rel="noopener noreferrer"
style={{
background: "#102548",
borderRadius: "50%",
@ -170,8 +174,9 @@ export default function ContactFloat() {
flexDirection: "row",
gap: "15px",
zIndex: 9999,
background: "white", padding: "8px",
borderRadius: "50px"
background: "white",
padding: "8px",
borderRadius: "50px",
}}
>
{socialIcons.map((icon, i) => (

View File

@ -94,6 +94,23 @@
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 {
position: absolute;
left: -13px;
@ -129,6 +146,10 @@
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 {
position: absolute;
content: '';
@ -151,6 +172,17 @@
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 {
position: relative;
display: block;

View File

@ -187,6 +187,12 @@
}
.image-box .raw-image .image .raw img{
display: none !important;
}
}
@media only screen and (max-width: 991px){