From cb128e284778f128add2c38198db0e8ba972474c Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 27 May 2026 21:10:11 +0530 Subject: [PATCH] restore ContactFloat and SocialFloat components in Layout --- components/layout/Layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/Layout.js b/components/layout/Layout.js index da3a9ea..303795d 100644 --- a/components/layout/Layout.js +++ b/components/layout/Layout.js @@ -63,8 +63,8 @@ export default function Layout({ headerStyle, footerStyle, headTitle, breadcrumb {(footerStyle === 1 || !footerStyle) && } {footerStyle === 2 && } - {/* */} - {/* */} + + );