banner images updated

This commit is contained in:
vidhubk 2025-09-09 13:24:19 +05:30
parent 5bcb30cb82
commit 4dea29f59e
6 changed files with 21 additions and 19 deletions

View File

@ -24,7 +24,7 @@ export default function Home() {
<>
<Layout headerStyle={2} footerStyle={2}>
<Banner />
<Features />
{/* <Features /> */}
<MobileFeatureCard/>
<AboutSection />
{/* <ProcessSection /> */}

View File

@ -114,24 +114,7 @@ export default function Footer2() {
</div>
</div>
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget links-widget">
<div className="widget-title">
<h3>REHABILITATION</h3>
</div>
<div className="widget-content">
<ul className="links-list clearfix">
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
{item.title}
</Link>
</li>
))}
</ul>
</div>
</div>
</div>
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget links-widget">
@ -152,6 +135,25 @@ export default function Footer2() {
</div>
</div>
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget links-widget">
<div className="widget-title">
<h3>REHABILITATION</h3>
</div>
<div className="widget-content">
<ul className="links-list clearfix">
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
{item.title}
</Link>
</li>
))}
</ul>
</div>
</div>
</div>
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget contact-widget">
<div className="widget-title">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 26 KiB