innner banner updated
This commit is contained in:
parent
1941a2f6ae
commit
8d0466d68d
@ -5713,7 +5713,7 @@ p.banner-text {
|
||||
/*----------------------------------------*/
|
||||
|
||||
.banner-3-content .banner-area-2 {
|
||||
padding: 235px 150px;
|
||||
padding: 120px 120px;
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ import React, { useEffect } from "react";
|
||||
import Header2 from "@/components/layout/Header2";
|
||||
import Footer2 from "@/components/layout/Footer2";
|
||||
|
||||
import BannerSection from "@/components/home/home-2/BannerSection";
|
||||
import BannerSection from "@/components/home/home-3/BannerSection";
|
||||
import FeaturesSection from "@/components/home/home-2/FeaturesSection";
|
||||
import About2Section from "@/components/home/home-2/About2Section";
|
||||
import ServiceTabSection from "@/components/home/home-2/ServiceTabSection";
|
||||
|
||||
@ -4,7 +4,7 @@ import React, { useEffect } from "react";
|
||||
import Header1 from "@/components/layout/Header1";
|
||||
import Footer1 from "@/components/layout/Footer1";
|
||||
|
||||
import BannerSection from "@/components/home/home-1/BannerSection";
|
||||
import BannerSection from "@/components/home/home-3/BannerSection";
|
||||
import AboutSection from "@/components/home/home-1/AboutSection";
|
||||
import ServiceSliderSection from "@/components/home/home-1/ServiceSliderSection";
|
||||
import CtaSection from "@/components/home/home-1/CtaSection";
|
||||
|
||||
@ -25,28 +25,8 @@ const BannerSection = () => (
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-xxl-5">
|
||||
<div className="banner-3-image-area p-relative" style={{ backgroundImage: "url(/assets/imgs/banner/banner-4.jpg)" }}>
|
||||
<div className="banner-3-experience">
|
||||
<div className="icon-box">
|
||||
<i className="icon-roof-9"></i>
|
||||
</div>
|
||||
<div className="content">
|
||||
<h3 className="text-white"><span className="counter">25</span>+</h3>
|
||||
<p className="text-white">Years Working Experience</p>
|
||||
</div>
|
||||
</div>
|
||||
{[1, 2, 3].map((i) => (
|
||||
<div key={i} className={`content-${i}`}>
|
||||
<div className="banner-3-popup p-relative">
|
||||
<div className="banner_popup_btn">
|
||||
<div className="icon-1"><i className="fa fa-plus"></i></div>
|
||||
</div>
|
||||
<div className="best-quality">
|
||||
<span>Best Quality</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
<div className="banner-3-image-area p-relative" style={{ backgroundImage: "url(/assets/img/blog/blog-img18.png)" }}>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user