comment out SocialFloat component in Layout

This commit is contained in:
Alaguraj0361 2026-05-27 21:32:12 +05:30
parent cb128e2847
commit 85e7882b33

View File

@ -64,7 +64,7 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{footerStyle === 2 && <Footer2 />} {footerStyle === 2 && <Footer2 />}
</div> </div>
<ContactFloat /> <ContactFloat />
<SocialFloat/> {/* <SocialFloat/> */}
<BackToTop scroll={scroll} /> <BackToTop scroll={scroll} />
</> </>
); );