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 ( 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 /> */}

View File

@ -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;