Image Alignment issue updated

This commit is contained in:
akash 2025-09-09 14:30:34 +05:30
commit af5a2d86a9
8 changed files with 26 additions and 23 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">

View File

@ -39,7 +39,7 @@
.default-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 23px;
margin-bottom: 15px;
}
.default-sidebar .category-widget .category-list li:last-child{
@ -49,8 +49,8 @@
.default-sidebar .category-widget .category-list li a{
position: relative;
display: inline-block;
font-size: 22px;
line-height: 32px;
font-size: 18px;
line-height: 22px;
font-weight: 500;
color: #101A30;
padding-left: 35px;

View File

@ -31,7 +31,7 @@
.testimonial-block-one .inner-box{
position: relative;
display: block;
background: #fff;
background: #ffffff45;
box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 50px;
@ -53,6 +53,7 @@
line-height: 34px;
font-style: italic;
margin-bottom: 30px;
color: white;
}
.testimonial-block-one .inner-box .author-box{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 26 KiB