tabexseriescomponents 0.2.1400 → 0.2.1402
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +434 -135
- package/dist/index.esm.js +434 -135
- package/dist/index.umd.js +434 -135
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -58705,7 +58705,7 @@
|
|
|
58705
58705
|
function ownKeys$1E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
58706
58706
|
function _objectSpread$1E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1E(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
58707
58707
|
var Footer8 = function Footer8(props) {
|
|
58708
|
-
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
58708
|
+
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i20, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46, _authdetailsContext$i49, _authdetailsContext$i52, _authdetailsContext$i53, _authdetailsContext$i55, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i56, _bgimagearrayofobjs$5, _bgimagearrayofobjs$6, _logoarrayofobjects$5, _logoarrayofobjects$6, _authdetailsContext$i57, _authdetailsContext$i58, _authdetailsContext$i60, _authdetailsContext$i63, _authdetailsContext$i66, _authdetailsContext$i69, _authdetailsContext$i72, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i75, _bgimagearrayofobjs$7, _bgimagearrayofobjs$8, _logoarrayofobjects$7, _logoarrayofobjects$8, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _authdetailsContext$i77, _authdetailsContext$i78, _authdetailsContext$i81, _authdetailsContext$i84, _authdetailsContext$i87, _authdetailsContext$i90, _authdetailsContext$i92, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _authdetailsContext$i95, _bgimagearrayofobjs$9, _bgimagearrayofobjs$0, _logoarrayofobjects$9, _logoarrayofobjects$0, _templatepropcontext$4, _templatepropcontext$5, _fetchCategoriesQuery3, _authdetailsContext$i97, _authdetailsContext$i98, _authdetailsContext$i101, _authdetailsContext$i104, _authdetailsContext$i107, _authdetailsContext$i110, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
58709
58709
|
var _useState = React.useState(''),
|
|
58710
58710
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
58711
58711
|
sectionproperties = _useState2[0],
|
|
@@ -58988,7 +58988,7 @@
|
|
|
58988
58988
|
}, [sectionproperties]);
|
|
58989
58989
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
58990
58990
|
"class": "row m-0 w-100 justify-content-center"
|
|
58991
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58991
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58992
58992
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 px-md-0 '
|
|
58993
58993
|
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58994
58994
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 px-md-3",
|
|
@@ -59017,7 +59017,7 @@
|
|
|
59017
59017
|
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-5 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
|
|
59018
59018
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59019
59019
|
"class": "row m-0 w-100"
|
|
59020
|
-
}, sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59020
|
+
}, sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) != '69020f4494f66' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) != '6972421b79d52' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59021
59021
|
"class": "col-lg-12 p-md-0 justify-content-start align-items-center justify-content-md-center mb-auto",
|
|
59022
59022
|
style: {
|
|
59023
59023
|
display: sectionproperties.prodCatShow == 'Show' ? sectionproperties.descriptionposition == 'Bottom' ? 'none' : 'flex' : 'none'
|
|
@@ -59037,7 +59037,7 @@
|
|
|
59037
59037
|
objectFit: 'contain'
|
|
59038
59038
|
},
|
|
59039
59039
|
loading: "lazy"
|
|
59040
|
-
}))), sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59040
|
+
}))), sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instid) == '69020f4494f66' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59041
59041
|
"class": "col-lg-12 p-md-0 d-flex justify-content-start align-items-center mb-auto"
|
|
59042
59042
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59043
59043
|
"class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start justify-content-md-center align-items-center cursor-pointer ',
|
|
@@ -59054,7 +59054,7 @@
|
|
|
59054
59054
|
objectFit: 'contain'
|
|
59055
59055
|
},
|
|
59056
59056
|
loading: "lazy"
|
|
59057
|
-
}))), sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59057
|
+
}))), sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '6972421b79d52' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59058
59058
|
"class": "col-lg-12 p-md-0 d-flex justify-content-start align-items-center mb-auto"
|
|
59059
59059
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59060
59060
|
"class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start justify-content-md-center align-items-center cursor-pointer ',
|
|
@@ -59078,7 +59078,7 @@
|
|
|
59078
59078
|
color: sectionproperties.prodCatColor
|
|
59079
59079
|
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
59080
59080
|
}
|
|
59081
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59081
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.description_ar)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59082
59082
|
"class": "col-lg-12 text-start mb-5 mb-md-3 mt-md-4 p-md-0"
|
|
59083
59083
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59084
59084
|
"class": "row m-0 w-100"
|
|
@@ -59135,9 +59135,9 @@
|
|
|
59135
59135
|
color: sectionproperties.prodCatColor,
|
|
59136
59136
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59137
59137
|
}
|
|
59138
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59138
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59139
59139
|
"class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
|
|
59140
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59140
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59141
59141
|
"class": "row m-0 w-100"
|
|
59142
59142
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59143
59143
|
"class": "col-12 p-0 text-start"
|
|
@@ -59171,12 +59171,12 @@
|
|
|
59171
59171
|
style: {
|
|
59172
59172
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59173
59173
|
}
|
|
59174
|
-
}, langdetect == 'en' ? 'If an order is placed after 9 PM, it will be delivered the following day at 9 AM after order confirmation.' : 'كل يوم ما عدا الجمعة من الساعة 9 صباحاً حتى 9 مساءً'))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59174
|
+
}, langdetect == 'en' ? 'If an order is placed after 9 PM, it will be delivered the following day at 9 AM after order confirmation.' : 'كل يوم ما عدا الجمعة من الساعة 9 صباحاً حتى 9 مساءً'))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '69e4b49b26217' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59175
59175
|
"class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
|
|
59176
59176
|
style: {
|
|
59177
59177
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59178
59178
|
}
|
|
59179
|
-
}, langdetect == 'en' ? 'Working Hours' : 'ساعات العمل'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59179
|
+
}, langdetect == 'en' ? 'Working Hours' : 'ساعات العمل'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '69e4b49b26217' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59180
59180
|
"class": "".concat(footerStyles.iconTextStyle) + ' col-12 m-0 pb-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer p-0 ',
|
|
59181
59181
|
style: {
|
|
59182
59182
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -59205,7 +59205,7 @@
|
|
|
59205
59205
|
onClick: function onClick() {
|
|
59206
59206
|
window.open(sectionproperties.storeinfolocationlink, '_blank');
|
|
59207
59207
|
}
|
|
59208
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59208
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.address_ar))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59209
59209
|
"class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
|
|
59210
59210
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59211
59211
|
"class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
|
|
@@ -59222,8 +59222,8 @@
|
|
|
59222
59222
|
"class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
59223
59223
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
59224
59224
|
onClick: function onClick() {
|
|
59225
|
-
var _authdetailsContext$
|
|
59226
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59225
|
+
var _authdetailsContext$i17;
|
|
59226
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.mobileapplink_appstore, '_blank');
|
|
59227
59227
|
}
|
|
59228
59228
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59229
59229
|
"class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
|
|
@@ -59231,8 +59231,8 @@
|
|
|
59231
59231
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
59232
59232
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
59233
59233
|
onClick: function onClick() {
|
|
59234
|
-
var _authdetailsContext$
|
|
59235
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59234
|
+
var _authdetailsContext$i18;
|
|
59235
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.mobileapplink_playstore, '_blank');
|
|
59236
59236
|
}
|
|
59237
59237
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59238
59238
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
@@ -59250,8 +59250,8 @@
|
|
|
59250
59250
|
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59251
59251
|
"class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer p-0 ',
|
|
59252
59252
|
onClick: function onClick() {
|
|
59253
|
-
var _authdetailsContext$
|
|
59254
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59253
|
+
var _authdetailsContext$i19;
|
|
59254
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 || (_authdetailsContext$i19 = _authdetailsContext$i19.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.email), '_self');
|
|
59255
59255
|
}
|
|
59256
59256
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59257
59257
|
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
|
|
@@ -59260,7 +59260,7 @@
|
|
|
59260
59260
|
borderBottomStyle: 'solid',
|
|
59261
59261
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59262
59262
|
}
|
|
59263
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59263
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 || (_authdetailsContext$i20 = _authdetailsContext$i20.contactinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.email))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59264
59264
|
"class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
|
|
59265
59265
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59266
59266
|
"class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer p-0 ',
|
|
@@ -59274,66 +59274,66 @@
|
|
|
59274
59274
|
}
|
|
59275
59275
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59276
59276
|
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
|
|
59277
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59277
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59278
59278
|
"class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
|
|
59279
59279
|
onClick: function onClick() {
|
|
59280
|
-
var _authdetailsContext$
|
|
59281
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59282
|
-
var _authdetailsContext$
|
|
59283
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59280
|
+
var _authdetailsContext$i22;
|
|
59281
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink) != null) {
|
|
59282
|
+
var _authdetailsContext$i23;
|
|
59283
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink, '_blank');
|
|
59284
59284
|
}
|
|
59285
59285
|
}
|
|
59286
59286
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
59287
59287
|
size: sectionproperties.facebkbtnniconfontsize
|
|
59288
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59288
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instid) == '69f78b2c4fb01' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59289
59289
|
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mx-2 ',
|
|
59290
59290
|
onClick: function onClick() {
|
|
59291
59291
|
window.open('https://www.facebook.com/share/18tggHCByS', '_blank');
|
|
59292
59292
|
}
|
|
59293
59293
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
59294
59294
|
size: sectionproperties.facebkbtnniconfontsize
|
|
59295
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59295
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59296
59296
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
59297
59297
|
onClick: function onClick() {
|
|
59298
|
-
var _authdetailsContext$
|
|
59299
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59300
|
-
var _authdetailsContext$
|
|
59301
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59298
|
+
var _authdetailsContext$i26;
|
|
59299
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null) {
|
|
59300
|
+
var _authdetailsContext$i27;
|
|
59301
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink, '_blank');
|
|
59302
59302
|
}
|
|
59303
59303
|
}
|
|
59304
59304
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
59305
59305
|
size: sectionproperties.instgrambtniconfontsize
|
|
59306
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59306
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59307
59307
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
59308
59308
|
onClick: function onClick() {
|
|
59309
|
-
var _authdetailsContext$
|
|
59310
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59311
|
-
var _authdetailsContext$
|
|
59312
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59309
|
+
var _authdetailsContext$i29;
|
|
59310
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
59311
|
+
var _authdetailsContext$i30;
|
|
59312
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
|
|
59313
59313
|
}
|
|
59314
59314
|
}
|
|
59315
59315
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
59316
59316
|
size: sectionproperties.youtubebtniconfontsize
|
|
59317
|
-
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59317
|
+
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59318
59318
|
"class": "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mx-2'
|
|
59319
59319
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
59320
59320
|
,
|
|
59321
59321
|
onClick: function onClick() {
|
|
59322
|
-
var _authdetailsContext$
|
|
59323
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59324
|
-
var _authdetailsContext$
|
|
59325
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59322
|
+
var _authdetailsContext$i32;
|
|
59323
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null) {
|
|
59324
|
+
var _authdetailsContext$i33;
|
|
59325
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink, '_blank');
|
|
59326
59326
|
}
|
|
59327
59327
|
}
|
|
59328
59328
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
59329
59329
|
size: sectionproperties.tiktokbtniconfontsize
|
|
59330
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59330
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59331
59331
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
59332
59332
|
onClick: function onClick() {
|
|
59333
|
-
var _authdetailsContext$
|
|
59334
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59335
|
-
var _authdetailsContext$
|
|
59336
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59333
|
+
var _authdetailsContext$i35;
|
|
59334
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.youtubelink) != null) {
|
|
59335
|
+
var _authdetailsContext$i36;
|
|
59336
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.youtubelink, '_blank');
|
|
59337
59337
|
}
|
|
59338
59338
|
}
|
|
59339
59339
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
@@ -59359,13 +59359,13 @@
|
|
|
59359
59359
|
}
|
|
59360
59360
|
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59361
59361
|
"class": "col-lg-12 text-start px-5 flex-column"
|
|
59362
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59362
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59363
59363
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
59364
59364
|
onClick: function onClick() {
|
|
59365
|
-
var _authdetailsContext$
|
|
59366
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59367
|
-
var _authdetailsContext$
|
|
59368
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59365
|
+
var _authdetailsContext$i38;
|
|
59366
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.facebooklink) != null) {
|
|
59367
|
+
var _authdetailsContext$i39;
|
|
59368
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink, '_blank');
|
|
59369
59369
|
}
|
|
59370
59370
|
},
|
|
59371
59371
|
style: {
|
|
@@ -59376,13 +59376,13 @@
|
|
|
59376
59376
|
fontWeight: 500,
|
|
59377
59377
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59378
59378
|
}
|
|
59379
|
-
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59379
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59380
59380
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
59381
59381
|
onClick: function onClick() {
|
|
59382
|
-
var _authdetailsContext$
|
|
59383
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59384
|
-
var _authdetailsContext$
|
|
59385
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59382
|
+
var _authdetailsContext$i41;
|
|
59383
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
|
|
59384
|
+
var _authdetailsContext$i42;
|
|
59385
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
|
|
59386
59386
|
}
|
|
59387
59387
|
},
|
|
59388
59388
|
style: {
|
|
@@ -59393,13 +59393,13 @@
|
|
|
59393
59393
|
fontWeight: 500,
|
|
59394
59394
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59395
59395
|
}
|
|
59396
|
-
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59396
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59397
59397
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
59398
59398
|
onClick: function onClick() {
|
|
59399
|
-
var _authdetailsContext$
|
|
59400
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59401
|
-
var _authdetailsContext$
|
|
59402
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59399
|
+
var _authdetailsContext$i44;
|
|
59400
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber) != null) {
|
|
59401
|
+
var _authdetailsContext$i45;
|
|
59402
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.whatsappnumber), '_blank');
|
|
59403
59403
|
}
|
|
59404
59404
|
},
|
|
59405
59405
|
style: {
|
|
@@ -59410,15 +59410,15 @@
|
|
|
59410
59410
|
fontWeight: 500,
|
|
59411
59411
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59412
59412
|
}
|
|
59413
|
-
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59413
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59414
59414
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
59415
59415
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
59416
59416
|
,
|
|
59417
59417
|
onClick: function onClick() {
|
|
59418
|
-
var _authdetailsContext$
|
|
59419
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59420
|
-
var _authdetailsContext$
|
|
59421
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59418
|
+
var _authdetailsContext$i47;
|
|
59419
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.tiktoklink) != null) {
|
|
59420
|
+
var _authdetailsContext$i48;
|
|
59421
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.tiktoklink, '_blank');
|
|
59422
59422
|
}
|
|
59423
59423
|
},
|
|
59424
59424
|
style: {
|
|
@@ -59429,7 +59429,7 @@
|
|
|
59429
59429
|
fontWeight: 500,
|
|
59430
59430
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59431
59431
|
}
|
|
59432
|
-
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59432
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59433
59433
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
59434
59434
|
style: {
|
|
59435
59435
|
width: 'auto',
|
|
@@ -59442,10 +59442,10 @@
|
|
|
59442
59442
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
59443
59443
|
,
|
|
59444
59444
|
onClick: function onClick() {
|
|
59445
|
-
var _authdetailsContext$
|
|
59446
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59447
|
-
var _authdetailsContext$
|
|
59448
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59445
|
+
var _authdetailsContext$i50;
|
|
59446
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.tiktoklink) != null) {
|
|
59447
|
+
var _authdetailsContext$i51;
|
|
59448
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink, '_blank');
|
|
59449
59449
|
}
|
|
59450
59450
|
}
|
|
59451
59451
|
}, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59462,7 +59462,7 @@
|
|
|
59462
59462
|
color: sectionproperties.prodCatColor,
|
|
59463
59463
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59464
59464
|
}
|
|
59465
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59465
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59466
59466
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
59467
59467
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59468
59468
|
"class": "row m-0 w-100"
|
|
@@ -59474,8 +59474,8 @@
|
|
|
59474
59474
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
59475
59475
|
},
|
|
59476
59476
|
onClick: function onClick() {
|
|
59477
|
-
var _authdetailsContext$
|
|
59478
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59477
|
+
var _authdetailsContext$i54;
|
|
59478
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 || (_authdetailsContext$i54 = _authdetailsContext$i54.contactinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.email), '_self');
|
|
59479
59479
|
}
|
|
59480
59480
|
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59481
59481
|
"class": "col-lg-12 p-0"
|
|
@@ -59487,7 +59487,7 @@
|
|
|
59487
59487
|
onClick: function onClick() {
|
|
59488
59488
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
59489
59489
|
}
|
|
59490
|
-
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59490
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 || (_authdetailsContext$i55 = _authdetailsContext$i55.contactinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59491
59491
|
"class": "row m-0 allcentered"
|
|
59492
59492
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59493
59493
|
"class": "".concat(footerStyles.divider) + ' '
|
|
@@ -59677,7 +59677,7 @@
|
|
|
59677
59677
|
"class": "allcentered"
|
|
59678
59678
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
59679
59679
|
size: 18
|
|
59680
|
-
})), langdetect == 'en' ? 'Account' : 'حسابي'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59680
|
+
})), langdetect == 'en' ? 'Account' : 'حسابي'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59681
59681
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
59682
59682
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59683
59683
|
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -59737,7 +59737,7 @@
|
|
|
59737
59737
|
marginBottom: 0,
|
|
59738
59738
|
fontWeight: 500
|
|
59739
59739
|
}
|
|
59740
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59740
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59741
59741
|
"class": "col-lg-12 p-0 text-start"
|
|
59742
59742
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59743
59743
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -59885,8 +59885,8 @@
|
|
|
59885
59885
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59886
59886
|
"class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
|
|
59887
59887
|
onClick: function onClick() {
|
|
59888
|
-
var _authdetailsContext$
|
|
59889
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59888
|
+
var _authdetailsContext$i59;
|
|
59889
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 || (_authdetailsContext$i59 = _authdetailsContext$i59.contactinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.email), '_self');
|
|
59890
59890
|
}
|
|
59891
59891
|
}, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59892
59892
|
"class": "col-lg-12 p-0 allcentered",
|
|
@@ -59922,61 +59922,61 @@
|
|
|
59922
59922
|
"class": "row m-0 w-100"
|
|
59923
59923
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59924
59924
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
59925
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59925
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59926
59926
|
"class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
|
|
59927
59927
|
onClick: function onClick() {
|
|
59928
|
-
var _authdetailsContext$
|
|
59929
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59930
|
-
var _authdetailsContext$
|
|
59931
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59928
|
+
var _authdetailsContext$i61;
|
|
59929
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.facebooklink) != null) {
|
|
59930
|
+
var _authdetailsContext$i62;
|
|
59931
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.facebooklink, '_blank');
|
|
59932
59932
|
}
|
|
59933
59933
|
}
|
|
59934
59934
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
59935
59935
|
size: sectionproperties.facebkbtnniconfontsize
|
|
59936
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59936
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59937
59937
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2',
|
|
59938
59938
|
onClick: function onClick() {
|
|
59939
|
-
var _authdetailsContext$
|
|
59940
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59941
|
-
var _authdetailsContext$
|
|
59942
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59939
|
+
var _authdetailsContext$i64;
|
|
59940
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.linkedinlink) != null) {
|
|
59941
|
+
var _authdetailsContext$i65;
|
|
59942
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.linkedinlink, '_blank');
|
|
59943
59943
|
}
|
|
59944
59944
|
}
|
|
59945
59945
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
59946
59946
|
size: sectionproperties.linkedinbtniconfontsize
|
|
59947
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59947
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59948
59948
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
59949
59949
|
onClick: function onClick() {
|
|
59950
|
-
var _authdetailsContext$
|
|
59951
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59952
|
-
var _authdetailsContext$
|
|
59953
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59950
|
+
var _authdetailsContext$i67;
|
|
59951
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.instagramlink) != null) {
|
|
59952
|
+
var _authdetailsContext$i68;
|
|
59953
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.instagramlink, '_blank');
|
|
59954
59954
|
}
|
|
59955
59955
|
}
|
|
59956
59956
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
59957
59957
|
size: sectionproperties.instgrambtniconfontsize
|
|
59958
59958
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59959
59959
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
59960
|
-
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59960
|
+
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59961
59961
|
"class": langdetect == 'en' ? " ".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2'
|
|
59962
59962
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
59963
59963
|
,
|
|
59964
59964
|
onClick: function onClick() {
|
|
59965
|
-
var _authdetailsContext$
|
|
59966
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59967
|
-
var _authdetailsContext$
|
|
59968
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59965
|
+
var _authdetailsContext$i70;
|
|
59966
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.tiktoklink) != null) {
|
|
59967
|
+
var _authdetailsContext$i71;
|
|
59968
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.tiktoklink, '_blank');
|
|
59969
59969
|
}
|
|
59970
59970
|
}
|
|
59971
59971
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
59972
59972
|
size: sectionproperties.tiktokbtniconfontsize
|
|
59973
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59973
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59974
59974
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
59975
59975
|
onClick: function onClick() {
|
|
59976
|
-
var _authdetailsContext$
|
|
59977
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59978
|
-
var _authdetailsContext$
|
|
59979
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
59976
|
+
var _authdetailsContext$i73;
|
|
59977
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.youtubelink) != null) {
|
|
59978
|
+
var _authdetailsContext$i74;
|
|
59979
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.youtubelink, '_blank');
|
|
59980
59980
|
}
|
|
59981
59981
|
}
|
|
59982
59982
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
@@ -60039,7 +60039,7 @@
|
|
|
60039
60039
|
style: {
|
|
60040
60040
|
color: '#818181'
|
|
60041
60041
|
}
|
|
60042
|
-
}, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60042
|
+
}, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60043
60043
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
60044
60044
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60045
60045
|
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -60259,8 +60259,8 @@
|
|
|
60259
60259
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60260
60260
|
"class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
|
|
60261
60261
|
onClick: function onClick() {
|
|
60262
|
-
var _authdetailsContext$
|
|
60263
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60262
|
+
var _authdetailsContext$i76;
|
|
60263
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 || (_authdetailsContext$i76 = _authdetailsContext$i76.contactinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.email), '_self');
|
|
60264
60264
|
}
|
|
60265
60265
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60266
60266
|
"class": ' fa fa-at mr-2 ml-2 '
|
|
@@ -60269,7 +60269,7 @@
|
|
|
60269
60269
|
style: {
|
|
60270
60270
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
60271
60271
|
}
|
|
60272
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60272
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 || (_authdetailsContext$i77 = _authdetailsContext$i77.contactinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60273
60273
|
"class": "col-lg-12 p-0 text-start mb-2 mt-1"
|
|
60274
60274
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60275
60275
|
"class": "".concat(footerStyles.textStyles)
|
|
@@ -60279,69 +60279,69 @@
|
|
|
60279
60279
|
"class": "row m-0 w-100"
|
|
60280
60280
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60281
60281
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
60282
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60282
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60283
60283
|
"class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
|
|
60284
60284
|
onClick: function onClick() {
|
|
60285
|
-
var _authdetailsContext$
|
|
60286
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60287
|
-
var _authdetailsContext$
|
|
60288
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60285
|
+
var _authdetailsContext$i79;
|
|
60286
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.facebooklink) != null) {
|
|
60287
|
+
var _authdetailsContext$i80;
|
|
60288
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.facebooklink, '_blank');
|
|
60289
60289
|
}
|
|
60290
60290
|
}
|
|
60291
60291
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
60292
60292
|
size: sectionproperties.facebkbtnniconfontsize
|
|
60293
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60293
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60294
60294
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
60295
60295
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
60296
60296
|
,
|
|
60297
60297
|
onClick: function onClick() {
|
|
60298
|
-
var _authdetailsContext$
|
|
60299
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60300
|
-
var _authdetailsContext$
|
|
60301
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60298
|
+
var _authdetailsContext$i82;
|
|
60299
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.linkedinlink) != null) {
|
|
60300
|
+
var _authdetailsContext$i83;
|
|
60301
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i83 = authdetailsContext.instinfo) === null || _authdetailsContext$i83 === void 0 ? void 0 : _authdetailsContext$i83.linkedinlink, '_blank');
|
|
60302
60302
|
}
|
|
60303
60303
|
}
|
|
60304
60304
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
60305
60305
|
size: sectionproperties.instgrambtniconfontsize
|
|
60306
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60306
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i84 = authdetailsContext.instinfo) === null || _authdetailsContext$i84 === void 0 ? void 0 : _authdetailsContext$i84.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60307
60307
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
60308
60308
|
onClick: function onClick() {
|
|
60309
|
-
var _authdetailsContext$
|
|
60310
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60311
|
-
var _authdetailsContext$
|
|
60312
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60309
|
+
var _authdetailsContext$i85;
|
|
60310
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i85 = authdetailsContext.instinfo) === null || _authdetailsContext$i85 === void 0 ? void 0 : _authdetailsContext$i85.instagramlink) != null) {
|
|
60311
|
+
var _authdetailsContext$i86;
|
|
60312
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i86 = authdetailsContext.instinfo) === null || _authdetailsContext$i86 === void 0 ? void 0 : _authdetailsContext$i86.instagramlink, '_blank');
|
|
60313
60313
|
}
|
|
60314
60314
|
}
|
|
60315
60315
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
60316
60316
|
size: sectionproperties.instgrambtniconfontsize
|
|
60317
60317
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60318
60318
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
60319
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60319
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i87 = authdetailsContext.instinfo) === null || _authdetailsContext$i87 === void 0 ? void 0 : _authdetailsContext$i87.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60320
60320
|
"class": langdetect == 'en' ? "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center ml-2',
|
|
60321
60321
|
onClick: function onClick() {
|
|
60322
|
-
var _authdetailsContext$
|
|
60323
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60324
|
-
var _authdetailsContext$
|
|
60325
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60322
|
+
var _authdetailsContext$i88;
|
|
60323
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i88 = authdetailsContext.instinfo) === null || _authdetailsContext$i88 === void 0 ? void 0 : _authdetailsContext$i88.youtubelink) != null) {
|
|
60324
|
+
var _authdetailsContext$i89;
|
|
60325
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i89 = authdetailsContext.instinfo) === null || _authdetailsContext$i89 === void 0 ? void 0 : _authdetailsContext$i89.youtubelink, '_blank');
|
|
60326
60326
|
}
|
|
60327
60327
|
}
|
|
60328
60328
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
60329
60329
|
size: sectionproperties.youtubebtniconfontsize
|
|
60330
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60330
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i90 = authdetailsContext.instinfo) === null || _authdetailsContext$i90 === void 0 || (_authdetailsContext$i90 = _authdetailsContext$i90.contactinfo) === null || _authdetailsContext$i90 === void 0 ? void 0 : _authdetailsContext$i90.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60331
60331
|
"class": "".concat(footerStyles.mailbtn) + ' d-flex align-items-center justify-content-center mr-2 ml-2',
|
|
60332
60332
|
onClick: function onClick() {
|
|
60333
|
-
var _authdetailsContext$
|
|
60334
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60333
|
+
var _authdetailsContext$i91;
|
|
60334
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i91 = authdetailsContext.instinfo) === null || _authdetailsContext$i91 === void 0 || (_authdetailsContext$i91 = _authdetailsContext$i91.contactinfo) === null || _authdetailsContext$i91 === void 0 ? void 0 : _authdetailsContext$i91.email), '_self');
|
|
60335
60335
|
}
|
|
60336
60336
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
60337
60337
|
size: sectionproperties.youtubebtniconfontsize
|
|
60338
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60338
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i92 = authdetailsContext.instinfo) === null || _authdetailsContext$i92 === void 0 ? void 0 : _authdetailsContext$i92.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60339
60339
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
60340
60340
|
onClick: function onClick() {
|
|
60341
|
-
var _authdetailsContext$
|
|
60342
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60343
|
-
var _authdetailsContext$
|
|
60344
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60341
|
+
var _authdetailsContext$i93;
|
|
60342
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i93 = authdetailsContext.instinfo) === null || _authdetailsContext$i93 === void 0 ? void 0 : _authdetailsContext$i93.whatsappnumber) != null) {
|
|
60343
|
+
var _authdetailsContext$i94;
|
|
60344
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i94 = authdetailsContext.instinfo) === null || _authdetailsContext$i94 === void 0 ? void 0 : _authdetailsContext$i94.whatsappnumber), '_blank');
|
|
60345
60345
|
}
|
|
60346
60346
|
}
|
|
60347
60347
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60386,7 +60386,306 @@
|
|
|
60386
60386
|
onClick: function onClick() {
|
|
60387
60387
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
60388
60388
|
}
|
|
60389
|
-
}, langdetect == 'en' ? (_returnpolicyobj17 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj17 === void 0 ? void 0 : _returnpolicyobj17.policypagename_en : (_returnpolicyobj18 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj18 === void 0 ? void 0 : _returnpolicyobj18.policypagename_ar)))))
|
|
60389
|
+
}, langdetect == 'en' ? (_returnpolicyobj17 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj17 === void 0 ? void 0 : _returnpolicyobj17.policypagename_en : (_returnpolicyobj18 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj18 === void 0 ? void 0 : _returnpolicyobj18.policypagename_ar)))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i95 = authdetailsContext.instinfo) === null || _authdetailsContext$i95 === void 0 ? void 0 : _authdetailsContext$i95.instid) == '6878f8eba941f' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60390
|
+
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
60391
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60392
|
+
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
60393
|
+
style: {
|
|
60394
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
60395
|
+
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
60396
|
+
}
|
|
60397
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60398
|
+
"class": "col-xl-4 col-lg-3 col-md-12 text-start flex-column mb-md-3"
|
|
60399
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60400
|
+
"class": "row m-0 w-100"
|
|
60401
|
+
}, sectionproperties.showlogo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60402
|
+
"class": "col-lg-12 p-0 text-start mb-4"
|
|
60403
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60404
|
+
"class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start align-items-center cursor-pointer ',
|
|
60405
|
+
onClick: function onClick() {
|
|
60406
|
+
routingcountext('home');
|
|
60407
|
+
}
|
|
60408
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
60409
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
60410
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
60411
|
+
path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$9 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$9 === void 0 ? void 0 : _bgimagearrayofobjs$9.englishlogo : (_bgimagearrayofobjs$0 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$0 === void 0 ? void 0 : _bgimagearrayofobjs$0.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$9 = logoarrayofobjects[0]) === null || _logoarrayofobjects$9 === void 0 ? void 0 : _logoarrayofobjects$9.englishlogo : (_logoarrayofobjects$0 = logoarrayofobjects[0]) === null || _logoarrayofobjects$0 === void 0 ? void 0 : _logoarrayofobjects$0.arabiclogo,
|
|
60412
|
+
style: {
|
|
60413
|
+
width: '100%',
|
|
60414
|
+
height: '100%',
|
|
60415
|
+
objectFit: 'contain'
|
|
60416
|
+
},
|
|
60417
|
+
loading: "lazy"
|
|
60418
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60419
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
60420
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60421
|
+
"class": "".concat(footerStyles.iconTextStyle),
|
|
60422
|
+
style: {
|
|
60423
|
+
color: sectionproperties.footerinfotext_color,
|
|
60424
|
+
marginBottom: 0,
|
|
60425
|
+
fontWeight: 500
|
|
60426
|
+
}
|
|
60427
|
+
}, langdetect == 'en' ? 'Head Office' : 'المكتب الرئيسي')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60428
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
60429
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60430
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
|
|
60431
|
+
style: {
|
|
60432
|
+
color: sectionproperties.footerinfotext_secondarycolor,
|
|
60433
|
+
fontSize: 14,
|
|
60434
|
+
fontWeight: 400
|
|
60435
|
+
}
|
|
60436
|
+
}, langdetect == 'en' ? sectionproperties.addressinenglish : sectionproperties.addressinarabic)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60437
|
+
"class": "col-lg-4 col-md-12 d-none d-md-flex flex-column mb-md-3 mt-3"
|
|
60438
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
60439
|
+
"class": "w-100",
|
|
60440
|
+
allowMultipleExpanded: true,
|
|
60441
|
+
allowZeroExpanded: true
|
|
60442
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
|
|
60443
|
+
uuid: 1
|
|
60444
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60445
|
+
"class": "row m-0 w-100"
|
|
60446
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60447
|
+
className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
|
|
60448
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60449
|
+
"class": "".concat(footerStyles.textStyles) + ' m-md-0 '
|
|
60450
|
+
}, langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60451
|
+
className: "col-lg-2 col-md-2 col-sm-2 p-0"
|
|
60452
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
60453
|
+
if (state.expanded == true) {
|
|
60454
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60455
|
+
className: footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '
|
|
60456
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
60457
|
+
} else {
|
|
60458
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60459
|
+
className: footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '
|
|
60460
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
60461
|
+
}
|
|
60462
|
+
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
60463
|
+
className: "p-0 anim"
|
|
60464
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60465
|
+
"class": "row m-0 w-100"
|
|
60466
|
+
}, templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$4 = templatepropcontext.pagesnprop) === null || _templatepropcontext$4 === void 0 ? void 0 : _templatepropcontext$4.map(function (item, index) {
|
|
60467
|
+
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
60468
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60469
|
+
"class": "col-lg-12 p-0 text-start mb-2",
|
|
60470
|
+
onClick: function onClick() {
|
|
60471
|
+
routingcountext(item.navigationroute);
|
|
60472
|
+
}
|
|
60473
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60474
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 ',
|
|
60475
|
+
style: {
|
|
60476
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
60477
|
+
}
|
|
60478
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
60479
|
+
}
|
|
60480
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60481
|
+
"class": "".concat(langdetect == 'en' ? 'pl-5' : 'pr-5') + ' col-lg-4 col-md-12 text-start flex-column mb-md-3 d-md-none '
|
|
60482
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60483
|
+
"class": "row m-0 w-100"
|
|
60484
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60485
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
60486
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60487
|
+
"class": "".concat(footerStyles.textStyles)
|
|
60488
|
+
}, langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar)), templatepropcontext === null || templatepropcontext === void 0 || (_templatepropcontext$5 = templatepropcontext.pagesnprop) === null || _templatepropcontext$5 === void 0 ? void 0 : _templatepropcontext$5.map(function (item, index) {
|
|
60489
|
+
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
60490
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60491
|
+
"class": "col-lg-12 p-0 text-start mb-2",
|
|
60492
|
+
onClick: function onClick() {
|
|
60493
|
+
routingcountext(item.navigationroute);
|
|
60494
|
+
}
|
|
60495
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60496
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 cursor-pointer ',
|
|
60497
|
+
style: {
|
|
60498
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
60499
|
+
}
|
|
60500
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
60501
|
+
}
|
|
60502
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60503
|
+
"class": "col-lg-4 col-md-12 d-none d-md-flex flex-column mb-md-3 mt-3"
|
|
60504
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
60505
|
+
"class": "w-100",
|
|
60506
|
+
allowMultipleExpanded: true,
|
|
60507
|
+
allowZeroExpanded: true
|
|
60508
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
|
|
60509
|
+
uuid: 1
|
|
60510
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60511
|
+
"class": "row m-0 w-100"
|
|
60512
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60513
|
+
className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
|
|
60514
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60515
|
+
"class": "".concat(footerStyles.textStyles) + ' m-md-0 '
|
|
60516
|
+
}, langdetect == 'en' ? sectionproperties.otherinfotitle2en : sectionproperties.otherinfotitle2ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60517
|
+
className: "col-lg-2 col-md-2 col-sm-2 p-0"
|
|
60518
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
60519
|
+
if (state.expanded == true) {
|
|
60520
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60521
|
+
className: footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '
|
|
60522
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
|
|
60523
|
+
} else {
|
|
60524
|
+
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60525
|
+
className: footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '
|
|
60526
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
|
|
60527
|
+
}
|
|
60528
|
+
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
60529
|
+
className: "p-0 anim"
|
|
60530
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60531
|
+
"class": "row m-0 w-100"
|
|
60532
|
+
}, fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.categories.map(function (item, index) {
|
|
60533
|
+
if (item.isshowntocustomers == 1 && item.isinftiler == 1) {
|
|
60534
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60535
|
+
"class": "col-lg-12 p-0 text-start mb-2",
|
|
60536
|
+
onClick: function onClick() {
|
|
60537
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
|
|
60538
|
+
}
|
|
60539
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60540
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 ',
|
|
60541
|
+
style: {
|
|
60542
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
60543
|
+
}
|
|
60544
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar));
|
|
60545
|
+
}
|
|
60546
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60547
|
+
"class": "col-xl-4 col-lg-4 col-md-12 text-start flex-column mb-md-3 mt-md-3"
|
|
60548
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60549
|
+
"class": "row m-0 w-100"
|
|
60550
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60551
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
60552
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60553
|
+
"class": "".concat(footerStyles.textStyles)
|
|
60554
|
+
}, langdetect == 'en' ? 'Contact' : 'تواصل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60555
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row align-items-center ',
|
|
60556
|
+
onClick: function onClick() {
|
|
60557
|
+
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
60558
|
+
}
|
|
60559
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60560
|
+
"class": ' fa fa-phone mr-2 ml-2 '
|
|
60561
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60562
|
+
"class": ' m-0 cursor-pointer ',
|
|
60563
|
+
style: {
|
|
60564
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
60565
|
+
}
|
|
60566
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60567
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
|
|
60568
|
+
onClick: function onClick() {
|
|
60569
|
+
var _authdetailsContext$i96;
|
|
60570
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i96 = authdetailsContext.instinfo) === null || _authdetailsContext$i96 === void 0 || (_authdetailsContext$i96 = _authdetailsContext$i96.contactinfo) === null || _authdetailsContext$i96 === void 0 ? void 0 : _authdetailsContext$i96.email), '_self');
|
|
60571
|
+
}
|
|
60572
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
60573
|
+
"class": ' fa fa-at mr-2 ml-2 '
|
|
60574
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60575
|
+
"class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 cursor-pointer ',
|
|
60576
|
+
style: {
|
|
60577
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
60578
|
+
}
|
|
60579
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i97 = authdetailsContext.instinfo) === null || _authdetailsContext$i97 === void 0 || (_authdetailsContext$i97 = _authdetailsContext$i97.contactinfo) === null || _authdetailsContext$i97 === void 0 ? void 0 : _authdetailsContext$i97.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60580
|
+
"class": "col-lg-12 p-0 text-start mb-2 mt-1"
|
|
60581
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60582
|
+
"class": "".concat(footerStyles.textStyles)
|
|
60583
|
+
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60584
|
+
"class": "col-lg-12 p-0 d-flex flex-column"
|
|
60585
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60586
|
+
"class": "row m-0 w-100"
|
|
60587
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60588
|
+
className: "col-lg-12 p-0 d-flex flex-row"
|
|
60589
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i98 = authdetailsContext.instinfo) === null || _authdetailsContext$i98 === void 0 ? void 0 : _authdetailsContext$i98.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60590
|
+
"class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
|
|
60591
|
+
onClick: function onClick() {
|
|
60592
|
+
var _authdetailsContext$i99;
|
|
60593
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i99 = authdetailsContext.instinfo) === null || _authdetailsContext$i99 === void 0 ? void 0 : _authdetailsContext$i99.facebooklink) != null) {
|
|
60594
|
+
var _authdetailsContext$i100;
|
|
60595
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i100 = authdetailsContext.instinfo) === null || _authdetailsContext$i100 === void 0 ? void 0 : _authdetailsContext$i100.facebooklink, '_blank');
|
|
60596
|
+
}
|
|
60597
|
+
}
|
|
60598
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
60599
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
60600
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i101 = authdetailsContext.instinfo) === null || _authdetailsContext$i101 === void 0 ? void 0 : _authdetailsContext$i101.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60601
|
+
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
60602
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
60603
|
+
,
|
|
60604
|
+
onClick: function onClick() {
|
|
60605
|
+
var _authdetailsContext$i102;
|
|
60606
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i102 = authdetailsContext.instinfo) === null || _authdetailsContext$i102 === void 0 ? void 0 : _authdetailsContext$i102.linkedinlink) != null) {
|
|
60607
|
+
var _authdetailsContext$i103;
|
|
60608
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i103 = authdetailsContext.instinfo) === null || _authdetailsContext$i103 === void 0 ? void 0 : _authdetailsContext$i103.linkedinlink, '_blank');
|
|
60609
|
+
}
|
|
60610
|
+
}
|
|
60611
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
60612
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
60613
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i104 = authdetailsContext.instinfo) === null || _authdetailsContext$i104 === void 0 ? void 0 : _authdetailsContext$i104.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60614
|
+
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
60615
|
+
onClick: function onClick() {
|
|
60616
|
+
var _authdetailsContext$i105;
|
|
60617
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i105 = authdetailsContext.instinfo) === null || _authdetailsContext$i105 === void 0 ? void 0 : _authdetailsContext$i105.instagramlink) != null) {
|
|
60618
|
+
var _authdetailsContext$i106;
|
|
60619
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i106 = authdetailsContext.instinfo) === null || _authdetailsContext$i106 === void 0 ? void 0 : _authdetailsContext$i106.instagramlink, '_blank');
|
|
60620
|
+
}
|
|
60621
|
+
}
|
|
60622
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
60623
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
60624
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60625
|
+
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
60626
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i107 = authdetailsContext.instinfo) === null || _authdetailsContext$i107 === void 0 ? void 0 : _authdetailsContext$i107.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60627
|
+
"class": langdetect == 'en' ? "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center ml-2',
|
|
60628
|
+
onClick: function onClick() {
|
|
60629
|
+
var _authdetailsContext$i108;
|
|
60630
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i108 = authdetailsContext.instinfo) === null || _authdetailsContext$i108 === void 0 ? void 0 : _authdetailsContext$i108.youtubelink) != null) {
|
|
60631
|
+
var _authdetailsContext$i109;
|
|
60632
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i109 = authdetailsContext.instinfo) === null || _authdetailsContext$i109 === void 0 ? void 0 : _authdetailsContext$i109.youtubelink, '_blank');
|
|
60633
|
+
}
|
|
60634
|
+
}
|
|
60635
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
60636
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
60637
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i110 = authdetailsContext.instinfo) === null || _authdetailsContext$i110 === void 0 ? void 0 : _authdetailsContext$i110.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60638
|
+
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
60639
|
+
onClick: function onClick() {
|
|
60640
|
+
var _authdetailsContext$i111;
|
|
60641
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i111 = authdetailsContext.instinfo) === null || _authdetailsContext$i111 === void 0 ? void 0 : _authdetailsContext$i111.whatsappnumber) != null) {
|
|
60642
|
+
var _authdetailsContext$i112;
|
|
60643
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i112 = authdetailsContext.instinfo) === null || _authdetailsContext$i112 === void 0 ? void 0 : _authdetailsContext$i112.whatsappnumber), '_blank');
|
|
60644
|
+
}
|
|
60645
|
+
}
|
|
60646
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
60647
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
60648
|
+
}))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60649
|
+
"class": "col-12 mb-4 mt-4"
|
|
60650
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60651
|
+
style: {
|
|
60652
|
+
height: 1,
|
|
60653
|
+
width: '100%',
|
|
60654
|
+
background: '#fff'
|
|
60655
|
+
}
|
|
60656
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60657
|
+
"class": "col-12 text-center d-flex flex-row align-items-center justify-content-center",
|
|
60658
|
+
style: {
|
|
60659
|
+
color: '#fff'
|
|
60660
|
+
}
|
|
60661
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60662
|
+
"class": ' m-0 font-14 font-weight-500 cusrsor-pointer ',
|
|
60663
|
+
onClick: function onClick() {
|
|
60664
|
+
routingcountext(StaticPagesLinksContext.PrivacyPolicy);
|
|
60665
|
+
}
|
|
60666
|
+
}, langdetect == 'en' ? (_returnpolicyobj19 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj19 === void 0 ? void 0 : _returnpolicyobj19.policypagename_en : (_returnpolicyobj20 = returnpolicyobj('Privacy Policy')) === null || _returnpolicyobj20 === void 0 ? void 0 : _returnpolicyobj20.policypagename_ar), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
60667
|
+
style: {
|
|
60668
|
+
color: 'white',
|
|
60669
|
+
fontSize: 14
|
|
60670
|
+
},
|
|
60671
|
+
className: "mx-2"
|
|
60672
|
+
}, ' ', "-", ' '), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60673
|
+
"class": ' m-0 font-14 font-weight-500 cusrsor-pointer ',
|
|
60674
|
+
onClick: function onClick() {
|
|
60675
|
+
routingcountext(StaticPagesLinksContext.ShippingPolicy);
|
|
60676
|
+
}
|
|
60677
|
+
}, langdetect == 'en' ? (_returnpolicyobj21 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj21 === void 0 ? void 0 : _returnpolicyobj21.policypagename_en : (_returnpolicyobj22 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj22 === void 0 ? void 0 : _returnpolicyobj22.policypagename_ar), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
60678
|
+
style: {
|
|
60679
|
+
color: 'white',
|
|
60680
|
+
fontSize: 14
|
|
60681
|
+
},
|
|
60682
|
+
className: "mx-2"
|
|
60683
|
+
}, ' ', "-", ' '), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
60684
|
+
"class": ' m-0 font-14 mx-1 font-weight-500 cusrsor-pointer ',
|
|
60685
|
+
onClick: function onClick() {
|
|
60686
|
+
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
60687
|
+
}
|
|
60688
|
+
}, langdetect == 'en' ? (_returnpolicyobj23 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj23 === void 0 ? void 0 : _returnpolicyobj23.policypagename_en : (_returnpolicyobj24 = returnpolicyobj('Refund Policy')) === null || _returnpolicyobj24 === void 0 ? void 0 : _returnpolicyobj24.policypagename_ar)))));
|
|
60390
60689
|
};
|
|
60391
60690
|
|
|
60392
60691
|
function ownKeys$1D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|