From 9c0cc4d81c706fc956a787bd64ba64c094ec941e Mon Sep 17 00:00:00 2001 From: vignesh Date: Thu, 12 Mar 2026 18:16:32 +0530 Subject: [PATCH] Category conflict files --- .../Components/BSNavbar/BSNavbar1.jsx | 2 +- .../Template/BSLayout1/BSLayout1.jsx | 44 ++++++++++--------- .../Template/BSLayout4/BSLayout4.jsx | 16 +++++-- .../Template/BSLayout5/BSLayout5.jsx | 23 +++++----- 4 files changed, 47 insertions(+), 38 deletions(-) diff --git a/src/Pages/BookingScreen/Components/BSNavbar/BSNavbar1.jsx b/src/Pages/BookingScreen/Components/BSNavbar/BSNavbar1.jsx index a2c598d..9f34425 100644 --- a/src/Pages/BookingScreen/Components/BSNavbar/BSNavbar1.jsx +++ b/src/Pages/BookingScreen/Components/BSNavbar/BSNavbar1.jsx @@ -946,7 +946,7 @@ const BSNavbar1 = (props, BookingNavbar) => { )} )} - {!isMobile && ( + {isMobile && (
diff --git a/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx b/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx index ef79dd1..3a67239 100644 --- a/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx +++ b/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx @@ -16,7 +16,7 @@ import BSBillingTable6 from '../../Components/BSBillingTables/BSBillingTable6/BS import BSBillingTable7 from '../../Components/BSBillingTables/BSBillingTable7/BSBillingTable7Overall.jsx'; import BSItemCard from '../../Components/BSItemCards/BSItemCard'; import CategoryHorizontal from '../../Components/BSCategories/BSCategoryHorizontal'; -import SubCategoryVertical from '../../Components/BSSubCategories/BSSubCategoryVertical'; +import SubCategory from '../../Components/BSSubCategories/BSSubCategoryHorizontal'; import { dynamicComponentProps } from '../DynamicComponentProps.js'; import { SelectedGlobalLayoutColorDetail, @@ -347,7 +347,7 @@ const BSLayout1 = () => {
{
-
-
+
+
{
-
- {Comboglobal === false && !OtherServicesglobal && ( - - )} -
+ { +
+ {Comboglobal === false && !OtherServicesglobal && ( + + )} +
+ }
import('../../Components/BSNavbar/BSNavbar1')); const BSNavbar2 = lazy(() => import('../../Components/BSNavbar/BSNavbar2')); -const CategoryVertical = lazy( - () => import('../../Components/BSCategories/BSCategoryVertical') +const CategoryHorizontal = lazy( + () => import('../../Components/BSCategories/BSCategoryHorizontal') ); const BSItemCard = lazy( () => import('../../Components/BSItemCards/BSItemCard') @@ -475,7 +475,14 @@ const BSLayout4 = () => { backgroundColor: GlobalLayoutColorDetail?.OverallBackgroundColor, }} > -
+ {/*
*/} +
{ }} > {!OtherServicesglobal && ( - )} {OtherServicesglobal && ( diff --git a/src/Pages/BookingScreen/Template/BSLayout5/BSLayout5.jsx b/src/Pages/BookingScreen/Template/BSLayout5/BSLayout5.jsx index 9f69b93..f56e403 100644 --- a/src/Pages/BookingScreen/Template/BSLayout5/BSLayout5.jsx +++ b/src/Pages/BookingScreen/Template/BSLayout5/BSLayout5.jsx @@ -38,7 +38,9 @@ const BSBillingTable7 = lazy( import('../../Components/BSBillingTables/BSBillingTable7/BSBillingTable7Overall.jsx') ); import BSItemCard from '../../Components/BSItemCards/BSItemCard'; -import CategoryVertical from '../../Components/BSCategories/BSCategoryVertical'; +const CategoryHorizontal = lazy( + () => import('../../Components/BSCategories/BSCategoryHorizontal') +); import { dynamicComponentProps } from '../DynamicComponentProps.js'; import { GlobalPricingAppPricingName, @@ -503,20 +505,14 @@ const BSLayout5 = () => { )} )} - {/*
- -
*/}
{ }} > {!OtherServicesglobal && ( - )} {OtherServicesglobal && (