diff --git a/components/HomeOne/HeroSlider.js b/components/HomeOne/HeroSlider.js index fc03ee2..eed3be3 100755 --- a/components/HomeOne/HeroSlider.js +++ b/components/HomeOne/HeroSlider.js @@ -35,22 +35,25 @@ 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.

- -
- - Get Appointment - - - Learn More - + 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.

+ +
+ + Get Appointment + + + Learn More + + +
+
+
@@ -63,9 +66,10 @@ const HeroSlider = () => {
- Shape + Shape
-

Caring Health is Important Than All

+
+

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.

@@ -76,6 +80,7 @@ const HeroSlider = () => { Learn More
+
@@ -88,9 +93,10 @@ const HeroSlider = () => {
- Shape + Shape
-

We Offer Highly Treatments

+
+

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.

@@ -101,6 +107,7 @@ const HeroSlider = () => { Learn More
+
@@ -111,4 +118,5 @@ const HeroSlider = () => { ) } -export default HeroSlider; \ No newline at end of file +export default HeroSlider; + diff --git a/public/css/style.css b/public/css/style.css index af02625..6e77444 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -335,6 +335,7 @@ button:focus { height: 40px; } + .nav-srh form .icon-search { position: absolute; top: 0; @@ -419,8 +420,9 @@ button:focus { /*-- End Navbar --*/ /*-- Home Slider --*/ + .slider-item-img { - background-image: url("/images/home-one/home-slider-bg.jpg"); + background-image: url("/images/home-one/home-slider-bckgrd.png"); } .slider-item { @@ -432,24 +434,27 @@ button:focus { } .slider-item .slider-shape img { - position: absolute; + /* position: absolute; */ top: -9px; right: -90px; max-width: 730px; + order: 1; } .slider-item .slider-shape-two img { - position: absolute; + /* position: absolute; */ top: 20px; right: -60px; - max-width: 730px; + max-width: 730px; + order: 1; } .slider-item .slider-shape-three img { - position: absolute; + /* position: absolute; */ top: 60px; right: 0; max-width: 730px; + order: 1; } .slider-item::before { @@ -467,6 +472,9 @@ button:focus { position: relative; margin-top: -160px; z-index: 5; + display: flex; + flex-direction: row; + gap: 150px; } .slider-item .slider-text h1 { @@ -4939,4 +4947,4 @@ footer { .faq-content .accordion .accordion__panel p { color: #344c5d; } -/*# sourceMappingURL=style.css.map */ \ No newline at end of file +/*# sourceMappingURL=style.css.map */ diff --git a/public/css/style.scss b/public/css/style.scss index 515e507..836c1e1 100755 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -395,7 +395,7 @@ button { /*-- Home Slider --*/ .slider-item-img { - background-image: url('/images/home-one/home-slider-bg.jpg'); + background-image: url('/images/home-one/home-slider-bckgrd.png'); } .slider-item { background-size: cover; diff --git a/public/images/home-one/home-slider-1.png b/public/images/home-one/home-slider-1.png new file mode 100644 index 0000000..98dc734 Binary files /dev/null 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 new file mode 100644 index 0000000..74ad285 Binary files /dev/null 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 new file mode 100644 index 0000000..f2ead6b Binary files /dev/null and b/public/images/home-one/home-slider-3.png differ diff --git a/public/images/home-one/home-slider-bckgrd.png b/public/images/home-one/home-slider-bckgrd.png new file mode 100644 index 0000000..f92963b Binary files /dev/null and b/public/images/home-one/home-slider-bckgrd.png differ