restore ContactFloat and SocialFloat components in Layout

This commit is contained in:
Alaguraj0361 2026-05-27 21:10:11 +05:30
parent 38c0ff4dd5
commit cb128e2847

View File

@ -63,8 +63,8 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb
{(footerStyle === 1 || !footerStyle) && <Footer1 />} {(footerStyle === 1 || !footerStyle) && <Footer1 />}
{footerStyle === 2 && <Footer2 />} {footerStyle === 2 && <Footer2 />}
</div> </div>
{/* <ContactFloat /> */} <ContactFloat />
{/* <SocialFloat/> */} <SocialFloat/>
<BackToTop scroll={scroll} /> <BackToTop scroll={scroll} />
</> </>
); );