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,16 +114,18 @@ 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>
<h3>ACCIDENT</h3>
</div>
<div className="widget-content">
<ul className="links-list clearfix">
{Rehabilitation.map((item) => (
{Accident.map((item) => (
<li key={item.id}>
<Link href={`/rehabilitation/${item.slug}`}>
<Link href={`/accident/${item.slug}`}>
{item.title}
</Link>
</li>
@ -136,13 +138,13 @@ export default function Footer2() {
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
<div className="footer-widget links-widget">
<div className="widget-title">
<h3>ACCIDENT</h3>
<h3>REHABILITATION</h3>
</div>
<div className="widget-content">
<ul className="links-list clearfix">
{Accident.map((item) => (
{Rehabilitation.map((item) => (
<li key={item.id}>
<Link href={`/accident/${item.slug}`}>
<Link href={`/rehabilitation/${item.slug}`}>
{item.title}
</Link>
</li>

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