tabexseriescomponents 0.2.869 → 0.2.871
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 +383 -117
- package/dist/index.esm.js +383 -117
- package/dist/index.umd.js +383 -117
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18576,8 +18576,8 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
18576
18576
|
};
|
|
18577
18577
|
var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat('My order number is ' + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat === void 0 || (_lastOrderinfoObj$dat = _lastOrderinfoObj$dat.orderinfo) === null || _lastOrderinfoObj$dat === void 0 ? void 0 : _lastOrderinfoObj$dat.orderid));
|
|
18578
18578
|
var whatsappUrlshelghada = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat('My reservation number is ' + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat2 = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat2 === void 0 || (_lastOrderinfoObj$dat2 = _lastOrderinfoObj$dat2.orderinfo) === null || _lastOrderinfoObj$dat2 === void 0 ? void 0 : _lastOrderinfoObj$dat2.orderid));
|
|
18579
|
-
var whatsappUrl_property = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber, "?text=").concat(sectionproperties.messagesentinenglish + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat3 = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat3 === void 0 || (_lastOrderinfoObj$dat3 = _lastOrderinfoObj$dat3.orderinfo) === null || _lastOrderinfoObj$dat3 === void 0 ? void 0 : _lastOrderinfoObj$dat3.orderid));
|
|
18580
|
-
var whatsappUrl_ar_property = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber, "?text=").concat(sectionproperties.messagesentinarabic + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat4 = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat4 === void 0 || (_lastOrderinfoObj$dat4 = _lastOrderinfoObj$dat4.orderinfo) === null || _lastOrderinfoObj$dat4 === void 0 ? void 0 : _lastOrderinfoObj$dat4.orderid));
|
|
18579
|
+
var whatsappUrl_property = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber, "?text=").concat(sectionproperties.messagesentinenglish + ' ' + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat3 = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat3 === void 0 || (_lastOrderinfoObj$dat3 = _lastOrderinfoObj$dat3.orderinfo) === null || _lastOrderinfoObj$dat3 === void 0 ? void 0 : _lastOrderinfoObj$dat3.orderid));
|
|
18580
|
+
var whatsappUrl_ar_property = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber, "?text=").concat(sectionproperties.messagesentinarabic + ' ' + (lastOrderinfoObj === null || lastOrderinfoObj === void 0 || (_lastOrderinfoObj$dat4 = lastOrderinfoObj.data) === null || _lastOrderinfoObj$dat4 === void 0 || (_lastOrderinfoObj$dat4 = _lastOrderinfoObj$dat4.orderinfo) === null || _lastOrderinfoObj$dat4 === void 0 ? void 0 : _lastOrderinfoObj$dat4.orderid));
|
|
18581
18581
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18582
18582
|
className: ordersuccessstyle.containerstyle + ' row ml-0 mr-0 w-100 justify-content-center pl-md-3 pr-md-3 pl-sm-2 pr-sm-2 ',
|
|
18583
18583
|
style: {}
|
|
@@ -42801,7 +42801,7 @@ styleInject(css_248z$q);
|
|
|
42801
42801
|
function ownKeys$1Q(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; }
|
|
42802
42802
|
function _objectSpread$1Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Q(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
42803
42803
|
var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
42804
|
-
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$
|
|
42804
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$i14, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i15, _authdetailsContext$i17;
|
|
42805
42805
|
var lang = props.actions.lang;
|
|
42806
42806
|
var langdetect = props.actions.langdetect;
|
|
42807
42807
|
var setlang = props.actions.setlang;
|
|
@@ -43014,6 +43014,9 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
43014
43014
|
color: sectionproperties.header_fontColoronhover
|
|
43015
43015
|
}
|
|
43016
43016
|
}),
|
|
43017
|
+
navbar_item_textactive: glamor.css({
|
|
43018
|
+
color: 'white'
|
|
43019
|
+
}),
|
|
43017
43020
|
dropdownitem: glamor.css({
|
|
43018
43021
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
43019
43022
|
color: sectionproperties.dropdown_color,
|
|
@@ -43466,17 +43469,21 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
43466
43469
|
"class": headerstyles$4.navbar
|
|
43467
43470
|
}, /*#__PURE__*/React__default["default"].createElement("ul", null, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
43468
43471
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
43472
|
+
var _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
43469
43473
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
43470
43474
|
style: {
|
|
43471
|
-
marginLeft: langdetect == 'en' ? 0 : '
|
|
43472
|
-
marginRight: langdetect == 'en' ? '
|
|
43473
|
-
|
|
43475
|
+
marginLeft: langdetect == 'en' ? 0 : '20px',
|
|
43476
|
+
marginRight: langdetect == 'en' ? '20px' : 0,
|
|
43477
|
+
background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) == '67d6bda67adf6' ? window.location.pathname == '/' + item.navigationroute ? '#008a16' : 'transparent' : '',
|
|
43478
|
+
borderRadius: 100
|
|
43479
|
+
},
|
|
43480
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '67d6bda67adf6' ? 'px-3 py-2' : 0
|
|
43474
43481
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43475
43482
|
onClick: function onClick() {
|
|
43476
43483
|
routingcountext(item.navigationroute, false, '');
|
|
43477
43484
|
}
|
|
43478
43485
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43479
|
-
"class": "".concat(headerstyles$4.navbar_item, " ").concat(header_cssstyles.navbar_item)
|
|
43486
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '67d6bda67adf6' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$4.navbar_item, " ").concat(header_cssstyles.navbar_item, " ").concat(header_cssstyles.navbar_item_textactive) : "".concat(headerstyles$4.navbar_item, " ").concat(header_cssstyles.navbar_item)
|
|
43480
43487
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
43481
43488
|
}
|
|
43482
43489
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43553,7 +43560,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
43553
43560
|
onClick: function onClick() {
|
|
43554
43561
|
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
43555
43562
|
}
|
|
43556
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43563
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.customerinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
43557
43564
|
onClick: function onClick() {
|
|
43558
43565
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
43559
43566
|
}
|
|
@@ -43721,9 +43728,9 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
43721
43728
|
sytle: {
|
|
43722
43729
|
width: '200px'
|
|
43723
43730
|
}
|
|
43724
|
-
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43725
|
-
var _authdetailsContext$
|
|
43726
|
-
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43731
|
+
}, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 || (_authdetailsContext$i15 = _authdetailsContext$i15.instcategories) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.map(function (item, index) {
|
|
43732
|
+
var _authdetailsContext$i16;
|
|
43733
|
+
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instcategories;
|
|
43727
43734
|
if (item.isshowntocustomers == 1) {
|
|
43728
43735
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43729
43736
|
"class": "w-100"
|
|
@@ -43736,9 +43743,9 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
43736
43743
|
"class": "w-100"
|
|
43737
43744
|
}, ButtonDropdown(item, index, fetchedarray));
|
|
43738
43745
|
}
|
|
43739
|
-
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43740
|
-
var _authdetailsContext$
|
|
43741
|
-
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
43746
|
+
})), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.instcollections) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.map(function (item, index) {
|
|
43747
|
+
var _authdetailsContext$i18;
|
|
43748
|
+
var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instcollections;
|
|
43742
43749
|
if (item.isshowntocustomers == 1) {
|
|
43743
43750
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43744
43751
|
"class": "w-100"
|
|
@@ -53265,7 +53272,7 @@ var Footer7 = function Footer7(props) {
|
|
|
53265
53272
|
function ownKeys$1A(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; }
|
|
53266
53273
|
function _objectSpread$1A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1A(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
53267
53274
|
var Footer8 = function Footer8(props) {
|
|
53268
|
-
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$
|
|
53275
|
+
var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i41, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i42, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i46, _authdetailsContext$i49, _authdetailsContext$i52, _authdetailsContext$i55, _authdetailsContext$i58, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i61, _logoarrayofobjects$5, _logoarrayofobjects$6, _authdetailsContext$i63, _authdetailsContext$i64, _authdetailsContext$i67, _authdetailsContext$i70, _authdetailsContext$i73, _authdetailsContext$i76;
|
|
53269
53276
|
var _useState = React.useState(''),
|
|
53270
53277
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
53271
53278
|
sectionproperties = _useState2[0],
|
|
@@ -53474,7 +53481,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53474
53481
|
}, [templateproperties_context]);
|
|
53475
53482
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
53476
53483
|
"class": "row m-0 w-100 justify-content-center"
|
|
53477
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53484
|
+
}, (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", {
|
|
53478
53485
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
53479
53486
|
}, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53480
53487
|
"class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -53513,7 +53520,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53513
53520
|
color: sectionproperties.prodCatColor,
|
|
53514
53521
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53515
53522
|
}
|
|
53516
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53523
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53517
53524
|
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'
|
|
53518
53525
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53519
53526
|
"class": "row m-0 w-100"
|
|
@@ -53527,7 +53534,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53527
53534
|
color: sectionproperties.prodCatColor,
|
|
53528
53535
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53529
53536
|
}
|
|
53530
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53537
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53531
53538
|
"class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
|
|
53532
53539
|
}, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
53533
53540
|
"class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
|
|
@@ -53543,7 +53550,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53543
53550
|
style: {
|
|
53544
53551
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53545
53552
|
}
|
|
53546
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53553
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53547
53554
|
"class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
|
|
53548
53555
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53549
53556
|
"class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
|
|
@@ -53560,8 +53567,8 @@ var Footer8 = function Footer8(props) {
|
|
|
53560
53567
|
"class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
53561
53568
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
53562
53569
|
onClick: function onClick() {
|
|
53563
|
-
var _authdetailsContext$
|
|
53564
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53570
|
+
var _authdetailsContext$i9;
|
|
53571
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
|
|
53565
53572
|
}
|
|
53566
53573
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53567
53574
|
"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'
|
|
@@ -53569,8 +53576,8 @@ var Footer8 = function Footer8(props) {
|
|
|
53569
53576
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
53570
53577
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
53571
53578
|
onClick: function onClick() {
|
|
53572
|
-
var _authdetailsContext$
|
|
53573
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53579
|
+
var _authdetailsContext$i0;
|
|
53580
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.mobileapplink_playstore, '_blank');
|
|
53574
53581
|
}
|
|
53575
53582
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53576
53583
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
@@ -53588,8 +53595,8 @@ var Footer8 = function Footer8(props) {
|
|
|
53588
53595
|
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53589
53596
|
"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 ',
|
|
53590
53597
|
onClick: function onClick() {
|
|
53591
|
-
var _authdetailsContext$
|
|
53592
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53598
|
+
var _authdetailsContext$i1;
|
|
53599
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 || (_authdetailsContext$i1 = _authdetailsContext$i1.contactinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.email), '_self');
|
|
53593
53600
|
}
|
|
53594
53601
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
53595
53602
|
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
|
|
@@ -53598,7 +53605,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53598
53605
|
borderBottomStyle: 'solid',
|
|
53599
53606
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53600
53607
|
}
|
|
53601
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53608
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53602
53609
|
"class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
|
|
53603
53610
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53604
53611
|
"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 ',
|
|
@@ -53612,48 +53619,48 @@ var Footer8 = function Footer8(props) {
|
|
|
53612
53619
|
}
|
|
53613
53620
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53614
53621
|
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
|
|
53615
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53622
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53616
53623
|
"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 ',
|
|
53617
53624
|
onClick: function onClick() {
|
|
53618
|
-
var _authdetailsContext$
|
|
53619
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53620
|
-
var _authdetailsContext$
|
|
53621
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53625
|
+
var _authdetailsContext$i12;
|
|
53626
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink) != null) {
|
|
53627
|
+
var _authdetailsContext$i13;
|
|
53628
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink, '_blank');
|
|
53622
53629
|
}
|
|
53623
53630
|
}
|
|
53624
53631
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
53625
53632
|
size: sectionproperties.facebkbtnniconfontsize
|
|
53626
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53633
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53627
53634
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
53628
53635
|
onClick: function onClick() {
|
|
53629
|
-
var _authdetailsContext$
|
|
53630
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53631
|
-
var _authdetailsContext$
|
|
53632
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53636
|
+
var _authdetailsContext$i15;
|
|
53637
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
|
|
53638
|
+
var _authdetailsContext$i16;
|
|
53639
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
|
|
53633
53640
|
}
|
|
53634
53641
|
}
|
|
53635
53642
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
53636
53643
|
size: sectionproperties.instgrambtniconfontsize
|
|
53637
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53644
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53638
53645
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
53639
53646
|
onClick: function onClick() {
|
|
53640
|
-
var _authdetailsContext$
|
|
53641
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53642
|
-
var _authdetailsContext$
|
|
53643
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53647
|
+
var _authdetailsContext$i18;
|
|
53648
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
|
|
53649
|
+
var _authdetailsContext$i19;
|
|
53650
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
|
|
53644
53651
|
}
|
|
53645
53652
|
}
|
|
53646
53653
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
53647
53654
|
size: sectionproperties.youtubebtniconfontsize
|
|
53648
|
-
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53655
|
+
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53649
53656
|
"class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
|
|
53650
53657
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
53651
53658
|
,
|
|
53652
53659
|
onClick: function onClick() {
|
|
53653
|
-
var _authdetailsContext$
|
|
53654
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53655
|
-
var _authdetailsContext$
|
|
53656
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53660
|
+
var _authdetailsContext$i21;
|
|
53661
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
|
|
53662
|
+
var _authdetailsContext$i22;
|
|
53663
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
|
|
53657
53664
|
}
|
|
53658
53665
|
}
|
|
53659
53666
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
@@ -53679,13 +53686,13 @@ var Footer8 = function Footer8(props) {
|
|
|
53679
53686
|
}
|
|
53680
53687
|
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53681
53688
|
"class": "col-lg-12 text-start px-5 flex-column"
|
|
53682
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53689
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53683
53690
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
53684
53691
|
onClick: function onClick() {
|
|
53685
|
-
var _authdetailsContext$
|
|
53686
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53687
|
-
var _authdetailsContext$
|
|
53688
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53692
|
+
var _authdetailsContext$i24;
|
|
53693
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null) {
|
|
53694
|
+
var _authdetailsContext$i25;
|
|
53695
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink, '_blank');
|
|
53689
53696
|
}
|
|
53690
53697
|
},
|
|
53691
53698
|
style: {
|
|
@@ -53696,13 +53703,13 @@ var Footer8 = function Footer8(props) {
|
|
|
53696
53703
|
fontWeight: 500,
|
|
53697
53704
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53698
53705
|
}
|
|
53699
|
-
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53706
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53700
53707
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
53701
53708
|
onClick: function onClick() {
|
|
53702
|
-
var _authdetailsContext$
|
|
53703
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53704
|
-
var _authdetailsContext$
|
|
53705
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53709
|
+
var _authdetailsContext$i27;
|
|
53710
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null) {
|
|
53711
|
+
var _authdetailsContext$i28;
|
|
53712
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink, '_blank');
|
|
53706
53713
|
}
|
|
53707
53714
|
},
|
|
53708
53715
|
style: {
|
|
@@ -53713,13 +53720,13 @@ var Footer8 = function Footer8(props) {
|
|
|
53713
53720
|
fontWeight: 500,
|
|
53714
53721
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53715
53722
|
}
|
|
53716
|
-
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53723
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53717
53724
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
53718
53725
|
onClick: function onClick() {
|
|
53719
|
-
var _authdetailsContext$
|
|
53720
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53721
|
-
var _authdetailsContext$
|
|
53722
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53726
|
+
var _authdetailsContext$i30;
|
|
53727
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null) {
|
|
53728
|
+
var _authdetailsContext$i31;
|
|
53729
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber), '_blank');
|
|
53723
53730
|
}
|
|
53724
53731
|
},
|
|
53725
53732
|
style: {
|
|
@@ -53730,15 +53737,15 @@ var Footer8 = function Footer8(props) {
|
|
|
53730
53737
|
fontWeight: 500,
|
|
53731
53738
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53732
53739
|
}
|
|
53733
|
-
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53740
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53734
53741
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
53735
53742
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
53736
53743
|
,
|
|
53737
53744
|
onClick: function onClick() {
|
|
53738
|
-
var _authdetailsContext$
|
|
53739
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53740
|
-
var _authdetailsContext$
|
|
53741
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53745
|
+
var _authdetailsContext$i33;
|
|
53746
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null) {
|
|
53747
|
+
var _authdetailsContext$i34;
|
|
53748
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink, '_blank');
|
|
53742
53749
|
}
|
|
53743
53750
|
},
|
|
53744
53751
|
style: {
|
|
@@ -53749,7 +53756,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53749
53756
|
fontWeight: 500,
|
|
53750
53757
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53751
53758
|
}
|
|
53752
|
-
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53759
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53753
53760
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
53754
53761
|
style: {
|
|
53755
53762
|
width: 'auto',
|
|
@@ -53762,10 +53769,10 @@ var Footer8 = function Footer8(props) {
|
|
|
53762
53769
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
53763
53770
|
,
|
|
53764
53771
|
onClick: function onClick() {
|
|
53765
|
-
var _authdetailsContext$
|
|
53766
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53767
|
-
var _authdetailsContext$
|
|
53768
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53772
|
+
var _authdetailsContext$i36;
|
|
53773
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null) {
|
|
53774
|
+
var _authdetailsContext$i37;
|
|
53775
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink, '_blank');
|
|
53769
53776
|
}
|
|
53770
53777
|
}
|
|
53771
53778
|
}, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -53782,7 +53789,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53782
53789
|
color: sectionproperties.prodCatColor,
|
|
53783
53790
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53784
53791
|
}
|
|
53785
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53792
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53786
53793
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
53787
53794
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53788
53795
|
"class": "row m-0 w-100"
|
|
@@ -53794,8 +53801,8 @@ var Footer8 = function Footer8(props) {
|
|
|
53794
53801
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
53795
53802
|
},
|
|
53796
53803
|
onClick: function onClick() {
|
|
53797
|
-
var _authdetailsContext$
|
|
53798
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53804
|
+
var _authdetailsContext$i40;
|
|
53805
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.contactinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.email), '_self');
|
|
53799
53806
|
}
|
|
53800
53807
|
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53801
53808
|
"class": "col-lg-12 p-0"
|
|
@@ -53807,7 +53814,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53807
53814
|
onClick: function onClick() {
|
|
53808
53815
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
53809
53816
|
}
|
|
53810
|
-
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53817
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53811
53818
|
"class": "row m-0 allcentered"
|
|
53812
53819
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53813
53820
|
"class": "".concat(footerStyles.divider) + ' '
|
|
@@ -53921,7 +53928,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53921
53928
|
onClick: function onClick() {
|
|
53922
53929
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
53923
53930
|
}
|
|
53924
|
-
}, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53931
|
+
}, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53925
53932
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
53926
53933
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53927
53934
|
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -53981,7 +53988,7 @@ var Footer8 = function Footer8(props) {
|
|
|
53981
53988
|
marginBottom: 0,
|
|
53982
53989
|
fontWeight: 500
|
|
53983
53990
|
}
|
|
53984
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
53991
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53985
53992
|
"class": "col-lg-12 p-0 text-start"
|
|
53986
53993
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
53987
53994
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -54129,8 +54136,8 @@ var Footer8 = function Footer8(props) {
|
|
|
54129
54136
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54130
54137
|
"class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
|
|
54131
54138
|
onClick: function onClick() {
|
|
54132
|
-
var _authdetailsContext$
|
|
54133
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54139
|
+
var _authdetailsContext$i45;
|
|
54140
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 || (_authdetailsContext$i45 = _authdetailsContext$i45.contactinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.email), '_self');
|
|
54134
54141
|
}
|
|
54135
54142
|
}, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54136
54143
|
"class": "col-lg-12 p-0 allcentered",
|
|
@@ -54166,63 +54173,63 @@ var Footer8 = function Footer8(props) {
|
|
|
54166
54173
|
"class": "row m-0 w-100"
|
|
54167
54174
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54168
54175
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
54169
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54176
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54170
54177
|
"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 ',
|
|
54171
54178
|
onClick: function onClick() {
|
|
54172
|
-
var _authdetailsContext$
|
|
54173
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54174
|
-
var _authdetailsContext$
|
|
54175
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54179
|
+
var _authdetailsContext$i47;
|
|
54180
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.facebooklink) != null) {
|
|
54181
|
+
var _authdetailsContext$i48;
|
|
54182
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.facebooklink, '_blank');
|
|
54176
54183
|
}
|
|
54177
54184
|
}
|
|
54178
54185
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
54179
54186
|
size: sectionproperties.facebkbtnniconfontsize
|
|
54180
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54187
|
+
})), (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", {
|
|
54181
54188
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
54182
54189
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
54183
54190
|
,
|
|
54184
54191
|
onClick: function onClick() {
|
|
54185
|
-
var _authdetailsContext$
|
|
54186
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54187
|
-
var _authdetailsContext$
|
|
54188
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54192
|
+
var _authdetailsContext$i50;
|
|
54193
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.linkedinlink) != null) {
|
|
54194
|
+
var _authdetailsContext$i51;
|
|
54195
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink, '_blank');
|
|
54189
54196
|
}
|
|
54190
54197
|
}
|
|
54191
54198
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
54192
54199
|
size: sectionproperties.instgrambtniconfontsize
|
|
54193
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54200
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54194
54201
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
54195
54202
|
onClick: function onClick() {
|
|
54196
|
-
var _authdetailsContext$
|
|
54197
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54198
|
-
var _authdetailsContext$
|
|
54199
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54203
|
+
var _authdetailsContext$i53;
|
|
54204
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink) != null) {
|
|
54205
|
+
var _authdetailsContext$i54;
|
|
54206
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink, '_blank');
|
|
54200
54207
|
}
|
|
54201
54208
|
}
|
|
54202
54209
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
54203
54210
|
size: sectionproperties.instgrambtniconfontsize
|
|
54204
54211
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54205
54212
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
54206
|
-
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54213
|
+
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54207
54214
|
"class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2'
|
|
54208
54215
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
54209
54216
|
,
|
|
54210
54217
|
onClick: function onClick() {
|
|
54211
|
-
var _authdetailsContext$
|
|
54212
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54213
|
-
var _authdetailsContext$
|
|
54214
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54218
|
+
var _authdetailsContext$i56;
|
|
54219
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.tiktoklink) != null) {
|
|
54220
|
+
var _authdetailsContext$i57;
|
|
54221
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.tiktoklink, '_blank');
|
|
54215
54222
|
}
|
|
54216
54223
|
}
|
|
54217
54224
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
54218
54225
|
size: sectionproperties.youtubebtniconfontsize
|
|
54219
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54226
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54220
54227
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
54221
54228
|
onClick: function onClick() {
|
|
54222
|
-
var _authdetailsContext$
|
|
54223
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54224
|
-
var _authdetailsContext$
|
|
54225
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
54229
|
+
var _authdetailsContext$i59;
|
|
54230
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.youtubelink) != null) {
|
|
54231
|
+
var _authdetailsContext$i60;
|
|
54232
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.youtubelink, '_blank');
|
|
54226
54233
|
}
|
|
54227
54234
|
}
|
|
54228
54235
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
@@ -54285,7 +54292,236 @@ var Footer8 = function Footer8(props) {
|
|
|
54285
54292
|
style: {
|
|
54286
54293
|
color: '#818181'
|
|
54287
54294
|
}
|
|
54288
|
-
}, "\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"))))
|
|
54295
|
+
}, "\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$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54296
|
+
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
54297
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54298
|
+
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
54299
|
+
style: {
|
|
54300
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
54301
|
+
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
|
|
54302
|
+
}
|
|
54303
|
+
}, sectionproperties.showlogo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54304
|
+
"class": "col-lg-12 p-0 allcentered mb-4"
|
|
54305
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54306
|
+
"class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start align-items-center cursor-pointer ',
|
|
54307
|
+
onClick: function onClick() {
|
|
54308
|
+
routingcountext('home');
|
|
54309
|
+
}
|
|
54310
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
54311
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
54312
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
54313
|
+
path: langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
|
|
54314
|
+
style: {
|
|
54315
|
+
width: '100%',
|
|
54316
|
+
height: '100%',
|
|
54317
|
+
objectFit: 'contain'
|
|
54318
|
+
},
|
|
54319
|
+
loading: "lazy"
|
|
54320
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54321
|
+
"class": "col-lg-4 col-md-12 text-start flex-column mb-md-3",
|
|
54322
|
+
style: {
|
|
54323
|
+
flex: 1,
|
|
54324
|
+
background: sectionproperties.prodCatColor,
|
|
54325
|
+
marginLeft: '0.75rem',
|
|
54326
|
+
marginRight: '0.75rem',
|
|
54327
|
+
borderRadius: 15
|
|
54328
|
+
}
|
|
54329
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54330
|
+
"class": "row m-0 w-100 px-3 py-4",
|
|
54331
|
+
style: {}
|
|
54332
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54333
|
+
"class": "row m-0 w-100"
|
|
54334
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54335
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54336
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54337
|
+
"class": "".concat(footerStyles.textStyles)
|
|
54338
|
+
}, langdetect == 'en' ? 'Addresses' : 'عناوين')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54339
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54340
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54341
|
+
"class": "".concat(footerStyles.iconTextStyle),
|
|
54342
|
+
style: {
|
|
54343
|
+
color: sectionproperties.footerinfotext_color,
|
|
54344
|
+
marginBottom: 0,
|
|
54345
|
+
fontWeight: 500
|
|
54346
|
+
}
|
|
54347
|
+
}, langdetect == 'en' ? 'Head Office' : 'المكتب الرئيسي')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54348
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54349
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54350
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
|
|
54351
|
+
style: {
|
|
54352
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
54353
|
+
}
|
|
54354
|
+
}, "Villa No. 298 B - South Police Acemy - Fifth Settlement - New Cairo - Cairo - Egypt.")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54355
|
+
"class": "col-lg-12 p-0 text-start mt-4 mb-2"
|
|
54356
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54357
|
+
"class": "".concat(footerStyles.iconTextStyle),
|
|
54358
|
+
style: {
|
|
54359
|
+
color: sectionproperties.footerinfotext_color,
|
|
54360
|
+
marginBottom: 0,
|
|
54361
|
+
fontWeight: 500
|
|
54362
|
+
}
|
|
54363
|
+
}, langdetect == 'en' ? 'Factory' : 'المصنع')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54364
|
+
"class": "col-lg-12 p-0 text-start"
|
|
54365
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54366
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' ',
|
|
54367
|
+
style: {
|
|
54368
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
54369
|
+
}
|
|
54370
|
+
}, "Units No. (40, 41, 42), Industrial Zone, Arab Al-Awamer Complex, Assiut Governorate"))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54371
|
+
"class": "col-lg-4 col-md-12 text-start flex-column mb-md-3"
|
|
54372
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54373
|
+
"class": "row m-0 w-100 px-3 py-4",
|
|
54374
|
+
style: {
|
|
54375
|
+
background: sectionproperties.prodCatColor,
|
|
54376
|
+
flex: 1,
|
|
54377
|
+
display: 'flex',
|
|
54378
|
+
flexDirection: 'column',
|
|
54379
|
+
borderRadius: 15
|
|
54380
|
+
}
|
|
54381
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54382
|
+
"class": "row m-0 w-100"
|
|
54383
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54384
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54385
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54386
|
+
"class": "".concat(footerStyles.textStyles)
|
|
54387
|
+
}, langdetect == 'en' ? 'Contact Information' : 'بيانات التواصل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54388
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54389
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54390
|
+
"class": "".concat(footerStyles.iconTextStyle),
|
|
54391
|
+
style: {
|
|
54392
|
+
color: sectionproperties.footerinfotext_color,
|
|
54393
|
+
marginBottom: 0,
|
|
54394
|
+
fontWeight: 500
|
|
54395
|
+
}
|
|
54396
|
+
}, langdetect == 'en' ? 'Phone Numbers' : 'أرقام الهاتف')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54397
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54398
|
+
}, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
54399
|
+
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
|
|
54400
|
+
target: '_self'
|
|
54401
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54402
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
|
|
54403
|
+
style: {
|
|
54404
|
+
direction: 'ltr',
|
|
54405
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
54406
|
+
}
|
|
54407
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54408
|
+
"class": "col-lg-12 p-0 text-start mt-4 mb-2"
|
|
54409
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54410
|
+
"class": "".concat(footerStyles.iconTextStyle),
|
|
54411
|
+
style: {
|
|
54412
|
+
color: sectionproperties.footerinfotext_color,
|
|
54413
|
+
marginBottom: 0,
|
|
54414
|
+
fontWeight: 500
|
|
54415
|
+
}
|
|
54416
|
+
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54417
|
+
"class": "col-lg-12 p-0 text-start"
|
|
54418
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54419
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
|
|
54420
|
+
onClick: function onClick() {
|
|
54421
|
+
var _authdetailsContext$i62;
|
|
54422
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 || (_authdetailsContext$i62 = _authdetailsContext$i62.contactinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.email), '_self');
|
|
54423
|
+
},
|
|
54424
|
+
style: {
|
|
54425
|
+
color: sectionproperties.footerinfotext_secondarycolor
|
|
54426
|
+
}
|
|
54427
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 || (_authdetailsContext$i63 = _authdetailsContext$i63.contactinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.email))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54428
|
+
"class": "col-lg-4 col-md-12 text-start flex-column"
|
|
54429
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54430
|
+
"class": "row m-0 w-100 px-3 py-4 ",
|
|
54431
|
+
style: {
|
|
54432
|
+
background: sectionproperties.prodCatColor,
|
|
54433
|
+
flex: 1,
|
|
54434
|
+
display: 'flex',
|
|
54435
|
+
flexDirection: 'column',
|
|
54436
|
+
borderRadius: 15
|
|
54437
|
+
}
|
|
54438
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54439
|
+
"class": "row m-0 w-100"
|
|
54440
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54441
|
+
"class": "col-lg-12 p-0 text-start mb-2"
|
|
54442
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54443
|
+
"class": "".concat(footerStyles.textStyles)
|
|
54444
|
+
}, langdetect == 'en' ? 'Social Media' : 'مواقع التواصل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54445
|
+
"class": "col-lg-12 p-0 d-flex flex-column"
|
|
54446
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54447
|
+
"class": "row m-0 w-100"
|
|
54448
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54449
|
+
className: "col-lg-12 p-0 d-flex flex-row"
|
|
54450
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54451
|
+
"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 ',
|
|
54452
|
+
onClick: function onClick() {
|
|
54453
|
+
var _authdetailsContext$i65;
|
|
54454
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.facebooklink) != null) {
|
|
54455
|
+
var _authdetailsContext$i66;
|
|
54456
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.facebooklink, '_blank');
|
|
54457
|
+
}
|
|
54458
|
+
}
|
|
54459
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
54460
|
+
size: sectionproperties.facebkbtnniconfontsize
|
|
54461
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54462
|
+
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
54463
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
54464
|
+
,
|
|
54465
|
+
onClick: function onClick() {
|
|
54466
|
+
var _authdetailsContext$i68;
|
|
54467
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.linkedinlink) != null) {
|
|
54468
|
+
var _authdetailsContext$i69;
|
|
54469
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.linkedinlink, '_blank');
|
|
54470
|
+
}
|
|
54471
|
+
}
|
|
54472
|
+
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
54473
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
54474
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54475
|
+
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
54476
|
+
onClick: function onClick() {
|
|
54477
|
+
var _authdetailsContext$i71;
|
|
54478
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.instagramlink) != null) {
|
|
54479
|
+
var _authdetailsContext$i72;
|
|
54480
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.instagramlink, '_blank');
|
|
54481
|
+
}
|
|
54482
|
+
}
|
|
54483
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
54484
|
+
size: sectionproperties.instgrambtniconfontsize
|
|
54485
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54486
|
+
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
54487
|
+
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54488
|
+
"class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2'
|
|
54489
|
+
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
54490
|
+
,
|
|
54491
|
+
onClick: function onClick() {
|
|
54492
|
+
var _authdetailsContext$i74;
|
|
54493
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.tiktoklink) != null) {
|
|
54494
|
+
var _authdetailsContext$i75;
|
|
54495
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.tiktoklink, '_blank');
|
|
54496
|
+
}
|
|
54497
|
+
}
|
|
54498
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
54499
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
54500
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54501
|
+
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
54502
|
+
onClick: function onClick() {
|
|
54503
|
+
var _authdetailsContext$i77;
|
|
54504
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.youtubelink) != null) {
|
|
54505
|
+
var _authdetailsContext$i78;
|
|
54506
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.youtubelink, '_blank');
|
|
54507
|
+
}
|
|
54508
|
+
}
|
|
54509
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
|
|
54510
|
+
size: sectionproperties.youtubebtniconfontsize
|
|
54511
|
+
})))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54512
|
+
"class": "col-12 mb-4 mt-4"
|
|
54513
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54514
|
+
style: {
|
|
54515
|
+
height: 1,
|
|
54516
|
+
width: '100%',
|
|
54517
|
+
background: '#fff'
|
|
54518
|
+
}
|
|
54519
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
54520
|
+
"class": "col-12 text-center",
|
|
54521
|
+
style: {
|
|
54522
|
+
color: '#fff'
|
|
54523
|
+
}
|
|
54524
|
+
}, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025"))));
|
|
54289
54525
|
};
|
|
54290
54526
|
|
|
54291
54527
|
function ownKeys$1z(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; }
|
|
@@ -65921,14 +66157,14 @@ var VideosSection = function VideosSection(props) {
|
|
|
65921
66157
|
paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px'
|
|
65922
66158
|
}
|
|
65923
66159
|
}, SectionTitle()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65924
|
-
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-
|
|
66160
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-md-3 d-md-none ',
|
|
65925
66161
|
style: {
|
|
65926
66162
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
65927
66163
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
65928
66164
|
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
65929
66165
|
}
|
|
65930
66166
|
}, Description()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
65931
|
-
"class": ' col-lg-12 col-md-12 col-sm-12 d-none align-items-center p-
|
|
66167
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-none align-items-center p-md-3 d-md-flex ',
|
|
65932
66168
|
style: {
|
|
65933
66169
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
65934
66170
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
@@ -71961,7 +72197,30 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
71961
72197
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
71962
72198
|
direction: 'ltr'
|
|
71963
72199
|
}
|
|
71964
|
-
})),
|
|
72200
|
+
})), sectionproperties.animatednumbers == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
72201
|
+
"class": "col-lg-12 d-flex p-0",
|
|
72202
|
+
style: {
|
|
72203
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
72204
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
72205
|
+
}
|
|
72206
|
+
}, /*#__PURE__*/React__default["default"].createElement(AnimatedNumbers__default["default"], {
|
|
72207
|
+
includeComma: true,
|
|
72208
|
+
className: 'animatedcontainer',
|
|
72209
|
+
transitions: function transitions(index) {
|
|
72210
|
+
return {
|
|
72211
|
+
type: 'spring',
|
|
72212
|
+
duration: index + 0.3
|
|
72213
|
+
};
|
|
72214
|
+
},
|
|
72215
|
+
animateToNumber: langdetect == 'en' ? parseInt(cardinfoitem.cardobj_titleen) : parseInt(cardinfoitem.cardobj_titleen),
|
|
72216
|
+
fontStyle: {
|
|
72217
|
+
color: cardinfoitem.text1colorfromarray,
|
|
72218
|
+
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
72219
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
72220
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
72221
|
+
direction: 'ltr'
|
|
72222
|
+
}
|
|
72223
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) != '67b3592219709' && sectionproperties.animatednumbers != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
71965
72224
|
"class": "col-lg-12 d-flex p-0",
|
|
71966
72225
|
style: {
|
|
71967
72226
|
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
@@ -73835,6 +74094,15 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
73835
74094
|
'@media (max-width: 800px)': {
|
|
73836
74095
|
fontSize: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '684fdf3f9e856' ? 22 : sectionproperties.slideshowText1ContentFontSize_resp + 'px'
|
|
73837
74096
|
}
|
|
74097
|
+
}),
|
|
74098
|
+
text2styles: glamor.css({
|
|
74099
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
74100
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
74101
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
74102
|
+
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
74103
|
+
'@media (max-width: 800px)': {
|
|
74104
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize_resp + 'px'
|
|
74105
|
+
}
|
|
73838
74106
|
})
|
|
73839
74107
|
};
|
|
73840
74108
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
@@ -73857,13 +74125,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
73857
74125
|
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.slideshowText2ContentFontSize != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73858
74126
|
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 text-start '
|
|
73859
74127
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
73860
|
-
className:
|
|
73861
|
-
style: {
|
|
73862
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
73863
|
-
color: sectionproperties.slideshowText2ContentColor,
|
|
73864
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73865
|
-
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
73866
|
-
}
|
|
74128
|
+
className: slideshow_styles.text2styles + ' m-0 p-0 wordbreak ',
|
|
74129
|
+
style: {}
|
|
73867
74130
|
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73868
74131
|
"class":
|
|
73869
74132
|
// sectionproperties.generalbtn_position == 'Centered'
|
|
@@ -73933,8 +74196,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
73933
74196
|
overflow: 'hidden'
|
|
73934
74197
|
}
|
|
73935
74198
|
}, /*#__PURE__*/React__default["default"].createElement(reactSlideshowImage.Zoom, _extends__default["default"]({}, Slideshowsettings, {
|
|
73936
|
-
transitionDuration:
|
|
73937
|
-
duration:
|
|
74199
|
+
transitionDuration: 3000,
|
|
74200
|
+
duration: 3000,
|
|
73938
74201
|
arrow: true,
|
|
73939
74202
|
easing: "ease"
|
|
73940
74203
|
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
@@ -81057,6 +81320,9 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
81057
81320
|
transitionDelay: '0.3s',
|
|
81058
81321
|
':hover': {
|
|
81059
81322
|
color: sectionproperties.text_secondarycolor
|
|
81323
|
+
},
|
|
81324
|
+
'@media (max-width: 800px)': {
|
|
81325
|
+
fontSize: '14px'
|
|
81060
81326
|
}
|
|
81061
81327
|
}),
|
|
81062
81328
|
categorydescription: glamor.css({
|