Home sliders images latest updates
This commit is contained in:
@@ -40,20 +40,18 @@ const HeroSlider = () => {
|
||||
<img src="/images/home-one/home-slider-1.png" alt="Shape" />
|
||||
</div>
|
||||
<div>
|
||||
<h1>Exceptional Health Care for Pregnant Mothers & Newborn</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
<h1>Exceptional Health Care for Pregnant Mothers & Newborn</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -65,22 +63,25 @@ const HeroSlider = () => {
|
||||
<div className="d-table-cell">
|
||||
<div className="container">
|
||||
<div className="slider-text">
|
||||
{/* <div className="slider-shape-two">
|
||||
<img src="/images/home-one/home-slider-2.png" alt="Shape" />
|
||||
</div> */}
|
||||
<div>
|
||||
<h1>Caring Health is Important Than All</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<div className="slider-shape-two">
|
||||
<img src="/images/home-one/home-slider-2.png" alt="Shape" />
|
||||
</div>
|
||||
<div>
|
||||
<h1>Caring Health is Important Than All</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -92,22 +93,25 @@ const HeroSlider = () => {
|
||||
<div className="d-table-cell">
|
||||
<div className="container">
|
||||
<div className="slider-text">
|
||||
{/* <div className="slider-shape-three">
|
||||
<img src="/images/home-one/home-slider-3.png" alt="Shape" />
|
||||
</div> */}
|
||||
<div>
|
||||
<h1>We Offer Highly Treatments</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<div className="slider-shape-three">
|
||||
<img src="/images/home-one/home-slider-3.png" alt="Shape" />
|
||||
</div>
|
||||
<div>
|
||||
<h1>We Offer Highly Treatments</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<div className="common-btn">
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
<Link href="/about">
|
||||
<a className="cmn-btn-right">Learn More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+15
-13
@@ -435,26 +435,28 @@ button:focus {
|
||||
|
||||
.slider-item .slider-shape img {
|
||||
/* position: absolute; */
|
||||
top: -9px;
|
||||
right: -90px;
|
||||
/* top: -9px; */
|
||||
/* right: -90px; */
|
||||
max-width: 730px;
|
||||
order: 1;
|
||||
box-shadow: 0px 0px 20px #2459b8;
|
||||
}
|
||||
|
||||
.slider-item .slider-shape-two img {
|
||||
/* position: absolute; */
|
||||
top: 20px;
|
||||
right: -60px;
|
||||
max-width: 730px;
|
||||
order: 1;
|
||||
/* top: 20px; */
|
||||
/* top: -59px; */
|
||||
/* right: 10px; */
|
||||
max-width: 730px;
|
||||
box-shadow: 0px 0px 20px #2459b8;
|
||||
}
|
||||
|
||||
.slider-item .slider-shape-three img {
|
||||
/* position: absolute; */
|
||||
top: 60px;
|
||||
right: 0;
|
||||
/* top: -59px; */
|
||||
/* right: 10px; */
|
||||
max-width: 730px;
|
||||
order: 1;
|
||||
box-shadow: 0px 0px 20px #2459b8;
|
||||
}
|
||||
|
||||
.slider-item::before {
|
||||
@@ -470,11 +472,11 @@ button:focus {
|
||||
|
||||
.slider-item .slider-text {
|
||||
position: relative;
|
||||
margin-top: -160px;
|
||||
margin-top: 20px;
|
||||
z-index: 5;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 150px;
|
||||
gap: 100px;
|
||||
|
||||
}
|
||||
|
||||
.slider-item .slider-text h1 {
|
||||
@@ -492,7 +494,7 @@ button:focus {
|
||||
font-weight: 40;
|
||||
margin-bottom: 40px;
|
||||
max-width: 575px;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.common-btn a {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 495 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 407 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 486 KiB |
Reference in New Issue
Block a user