Banner new banner checking updated
This commit is contained in:
parent
1696ce23df
commit
034fd99ff2
@ -24,13 +24,13 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout headerStyle={2} footerStyle={2}>
|
<Layout headerStyle={2} footerStyle={2}>
|
||||||
{/* <div className="d-none d-md-block"> */}
|
<div className="d-none d-md-block">
|
||||||
<Banner />
|
<Banner />
|
||||||
{/* </div> */}
|
</div>
|
||||||
{/*
|
|
||||||
<div className="d-block d-md-none">
|
<div className="d-block d-md-none">
|
||||||
<MobileBanner />
|
<MobileBanner />
|
||||||
</div> */}
|
</div>
|
||||||
{/* <Features /> */}
|
{/* <Features /> */}
|
||||||
<AboutSection />
|
<AboutSection />
|
||||||
{/* <ProcessSection /> */}
|
{/* <ProcessSection /> */}
|
||||||
|
|||||||
@ -691,7 +691,7 @@
|
|||||||
.scroll-to-top {
|
.scroll-to-top {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 60px;
|
bottom: 4px;
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user