Banner new banner checking updated

This commit is contained in:
akash 2025-09-16 11:00:31 +05:30
parent 1696ce23df
commit 034fd99ff2
2 changed files with 5 additions and 5 deletions

View File

@ -24,13 +24,13 @@ export default function Home() {
return (
<>
<Layout headerStyle={2} footerStyle={2}>
{/* <div className="d-none d-md-block"> */}
<div className="d-none d-md-block">
<Banner />
{/* </div> */}
{/*
</div>
<div className="d-block d-md-none">
<MobileBanner />
</div> */}
</div>
{/* <Features /> */}
<AboutSection />
{/* <ProcessSection /> */}

View File

@ -691,7 +691,7 @@
.scroll-to-top {
position: fixed;
right: 20px;
bottom: 60px;
bottom: 4px;
transform: rotate(0deg);
z-index: 99;
width: 50px;