diff --git a/components/HomeOne/HeroSlider.js b/components/HomeOne/HeroSlider.js index eed3be3..d2891d6 100755 --- a/components/HomeOne/HeroSlider.js +++ b/components/HomeOne/HeroSlider.js @@ -40,20 +40,18 @@ const HeroSlider = () => { Shape
-

Exceptional Health Care for Pregnant Mothers & Newborn

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+

Exceptional Health Care for Pregnant Mothers & Newborn

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

-
- - Get Appointment - - - Learn More - - +
+ + Get Appointment + + + Learn More +
-
- +
@@ -65,22 +63,25 @@ const HeroSlider = () => {
+ {/*
+ Shape +
*/} +
+

Caring Health is Important Than All

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+ +
+ + Get Appointment + + + Learn More + +
+
Shape
-
-

Caring Health is Important Than All

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

- -
- - Get Appointment - - - Learn More - -
-
@@ -92,22 +93,25 @@ const HeroSlider = () => {
+ {/*
+ Shape +
*/} +
+

We Offer Highly Treatments

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+ +
+ + Get Appointment + + + Learn More + +
+
Shape
-
-

We Offer Highly Treatments

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

- -
- - Get Appointment - - - Learn More - -
-
diff --git a/public/css/style.css b/public/css/style.css index 6e77444..071044f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -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 { diff --git a/public/images/home-one/home-slider-1.png b/public/images/home-one/home-slider-1.png index 98dc734..20193f7 100644 Binary files a/public/images/home-one/home-slider-1.png and b/public/images/home-one/home-slider-1.png differ diff --git a/public/images/home-one/home-slider-2.png b/public/images/home-one/home-slider-2.png index 74ad285..e822e2b 100644 Binary files a/public/images/home-one/home-slider-2.png and b/public/images/home-one/home-slider-2.png differ diff --git a/public/images/home-one/home-slider-3.png b/public/images/home-one/home-slider-3.png index f2ead6b..e92d35f 100644 Binary files a/public/images/home-one/home-slider-3.png and b/public/images/home-one/home-slider-3.png differ