tabexseriescomponents 0.2.1303 → 0.2.1305
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 +174 -125
- package/dist/index.esm.js +174 -125
- package/dist/index.umd.js +174 -125
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42115,7 +42115,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
42115
42115
|
style: {
|
|
42116
42116
|
position: sectionproperties.headerstyles_position,
|
|
42117
42117
|
zIndex: 1000,
|
|
42118
|
-
left: 0
|
|
42118
|
+
left: 0,
|
|
42119
|
+
top: 0
|
|
42119
42120
|
}
|
|
42120
42121
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
42121
42122
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -57216,7 +57217,7 @@ var Footer7 = function Footer7(props) {
|
|
|
57216
57217
|
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; }
|
|
57217
57218
|
function _objectSpread$1D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1D(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
57218
57219
|
var Footer8 = function Footer8(props) {
|
|
57219
|
-
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$
|
|
57220
|
+
var _css, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i41, _authdetailsContext$i44, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i50, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i51, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i52, _authdetailsContext$i53, _authdetailsContext$i55, _authdetailsContext$i58, _authdetailsContext$i61, _authdetailsContext$i64, _authdetailsContext$i67, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i70, _logoarrayofobjects$5, _logoarrayofobjects$6, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _authdetailsContext$i72, _authdetailsContext$i73, _authdetailsContext$i76, _authdetailsContext$i79, _authdetailsContext$i82, _authdetailsContext$i85, _authdetailsContext$i87, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18;
|
|
57220
57221
|
var _useState = React.useState(''),
|
|
57221
57222
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
57222
57223
|
sectionproperties = _useState2[0],
|
|
@@ -57239,6 +57240,10 @@ var Footer8 = function Footer8(props) {
|
|
|
57239
57240
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
57240
57241
|
props.actions.favoriteprojectscountContext;
|
|
57241
57242
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
57243
|
+
var _useState5 = React.useState(''),
|
|
57244
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
57245
|
+
newsletter = _useState6[0],
|
|
57246
|
+
setnewsletter = _useState6[1];
|
|
57242
57247
|
React.useEffect(function () {
|
|
57243
57248
|
var secpropobj = {};
|
|
57244
57249
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -57464,7 +57469,14 @@ var Footer8 = function Footer8(props) {
|
|
|
57464
57469
|
borderColor: sectionproperties.instgrambtnTextcoloronhover,
|
|
57465
57470
|
color: sectionproperties.tiktokbtnTextcoloronhover
|
|
57466
57471
|
}
|
|
57467
|
-
})
|
|
57472
|
+
}),
|
|
57473
|
+
form_control: glamor.css((_css = {
|
|
57474
|
+
position: 'relative',
|
|
57475
|
+
display: 'flex',
|
|
57476
|
+
alignItems: 'center'
|
|
57477
|
+
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_css, "display", 'block'), "width", '100%'), "height", '35px'), "padding", '0 10px'), "transition", '.3s'), "fontWeight", 500), "border", ' 1px solid #ccc'), "borderRadius", 5), "height", '40px'), "background", 'transparent'), _defineProperty__default["default"](_defineProperty__default["default"](_css, "color", sectionproperties.newslettertitlecolor), ':focus', {
|
|
57478
|
+
// borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
57479
|
+
})))
|
|
57468
57480
|
};
|
|
57469
57481
|
React.useEffect(function () {
|
|
57470
57482
|
if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
|
|
@@ -57546,7 +57558,34 @@ var Footer8 = function Footer8(props) {
|
|
|
57546
57558
|
color: sectionproperties.prodCatColor,
|
|
57547
57559
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57548
57560
|
}
|
|
57549
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.description_ar))))
|
|
57561
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.description_ar)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57562
|
+
"class": "col-lg-12 text-start mb-5 mb-md-3 mt-md-4"
|
|
57563
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57564
|
+
"class": "row m-0 w-100"
|
|
57565
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57566
|
+
"class": "col-12 p-0 text-start"
|
|
57567
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57568
|
+
style: {
|
|
57569
|
+
color: '#000'
|
|
57570
|
+
},
|
|
57571
|
+
"class": ""
|
|
57572
|
+
}, langdetect == 'en' ? 'Sign up to our newsletter to receive exclusive offers.' : 'اشترك في نشرتنا الإخبارية لتلقي عروض حصرية.')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57573
|
+
"class": "col-8 col-md-12 p-0 text-start"
|
|
57574
|
+
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
57575
|
+
type: "text",
|
|
57576
|
+
className: "".concat(footerStyles.form_control)
|
|
57577
|
+
// value={event.target.value}
|
|
57578
|
+
,
|
|
57579
|
+
placeholder: "your email",
|
|
57580
|
+
onChange: function onChange(event) {
|
|
57581
|
+
var newslettertemp = _objectSpread$1D({}, newsletter);
|
|
57582
|
+
newslettertemp = event.target.value;
|
|
57583
|
+
setnewsletter(_objectSpread$1D({}, newslettertemp));
|
|
57584
|
+
},
|
|
57585
|
+
style: {
|
|
57586
|
+
background: sectionproperties.input_bgcolor
|
|
57587
|
+
}
|
|
57588
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57550
57589
|
"class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'
|
|
57551
57590
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57552
57591
|
"class": "row m-0 w-100"
|
|
@@ -57560,9 +57599,19 @@ var Footer8 = function Footer8(props) {
|
|
|
57560
57599
|
color: sectionproperties.prodCatColor,
|
|
57561
57600
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57562
57601
|
}
|
|
57563
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57602
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57564
57603
|
"class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
|
|
57565
|
-
},
|
|
57604
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) == '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57605
|
+
"class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
|
|
57606
|
+
style: {
|
|
57607
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57608
|
+
}
|
|
57609
|
+
}, langdetect == 'en' ? 'Working Hours' : 'ساعات العمل'), (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("p", {
|
|
57610
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
|
|
57611
|
+
style: {
|
|
57612
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57613
|
+
}
|
|
57614
|
+
}, langdetect == 'en' ? 'Everyday from 1 to 7' : 'يومياً من الساعة 1 إلى 7'), sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57566
57615
|
"class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
|
|
57567
57616
|
style: {
|
|
57568
57617
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -57586,7 +57635,7 @@ var Footer8 = function Footer8(props) {
|
|
|
57586
57635
|
onClick: function onClick() {
|
|
57587
57636
|
window.open(sectionproperties.storeinfolocationlink, '_blank');
|
|
57588
57637
|
}
|
|
57589
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57638
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.address_ar))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57590
57639
|
"class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
|
|
57591
57640
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57592
57641
|
"class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
|
|
@@ -57603,8 +57652,8 @@ var Footer8 = function Footer8(props) {
|
|
|
57603
57652
|
"class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
57604
57653
|
src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
|
|
57605
57654
|
onClick: function onClick() {
|
|
57606
|
-
var _authdetailsContext$
|
|
57607
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57655
|
+
var _authdetailsContext$i15;
|
|
57656
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.mobileapplink_appstore, '_blank');
|
|
57608
57657
|
}
|
|
57609
57658
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57610
57659
|
"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'
|
|
@@ -57612,8 +57661,8 @@ var Footer8 = function Footer8(props) {
|
|
|
57612
57661
|
"class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
57613
57662
|
src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
|
|
57614
57663
|
onClick: function onClick() {
|
|
57615
|
-
var _authdetailsContext$
|
|
57616
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57664
|
+
var _authdetailsContext$i16;
|
|
57665
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.mobileapplink_playstore, '_blank');
|
|
57617
57666
|
}
|
|
57618
57667
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57619
57668
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
@@ -57631,8 +57680,8 @@ var Footer8 = function Footer8(props) {
|
|
|
57631
57680
|
}, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57632
57681
|
"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 ',
|
|
57633
57682
|
onClick: function onClick() {
|
|
57634
|
-
var _authdetailsContext$
|
|
57635
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57683
|
+
var _authdetailsContext$i17;
|
|
57684
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email), '_self');
|
|
57636
57685
|
}
|
|
57637
57686
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
57638
57687
|
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
|
|
@@ -57641,7 +57690,7 @@ var Footer8 = function Footer8(props) {
|
|
|
57641
57690
|
borderBottomStyle: 'solid',
|
|
57642
57691
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57643
57692
|
}
|
|
57644
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57693
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.email))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57645
57694
|
"class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
|
|
57646
57695
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57647
57696
|
"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 ',
|
|
@@ -57655,53 +57704,53 @@ var Footer8 = function Footer8(props) {
|
|
|
57655
57704
|
}
|
|
57656
57705
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57657
57706
|
"class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
|
|
57658
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57707
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57659
57708
|
"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 ',
|
|
57660
57709
|
onClick: function onClick() {
|
|
57661
|
-
var _authdetailsContext$
|
|
57662
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57663
|
-
var _authdetailsContext$
|
|
57664
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57710
|
+
var _authdetailsContext$i20;
|
|
57711
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink) != null) {
|
|
57712
|
+
var _authdetailsContext$i21;
|
|
57713
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink, '_blank');
|
|
57665
57714
|
}
|
|
57666
57715
|
}
|
|
57667
57716
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
57668
57717
|
size: sectionproperties.facebkbtnniconfontsize
|
|
57669
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57718
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57670
57719
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
57671
57720
|
onClick: function onClick() {
|
|
57672
|
-
var _authdetailsContext$
|
|
57673
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57674
|
-
var _authdetailsContext$
|
|
57675
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57721
|
+
var _authdetailsContext$i23;
|
|
57722
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
|
|
57723
|
+
var _authdetailsContext$i24;
|
|
57724
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
|
|
57676
57725
|
}
|
|
57677
57726
|
}
|
|
57678
57727
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
57679
57728
|
size: sectionproperties.instgrambtniconfontsize
|
|
57680
|
-
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57729
|
+
})), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57681
57730
|
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
57682
57731
|
onClick: function onClick() {
|
|
57683
|
-
var _authdetailsContext$
|
|
57684
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57685
|
-
var _authdetailsContext$
|
|
57686
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57732
|
+
var _authdetailsContext$i26;
|
|
57733
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
|
|
57734
|
+
var _authdetailsContext$i27;
|
|
57735
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber), '_blank');
|
|
57687
57736
|
}
|
|
57688
57737
|
}
|
|
57689
57738
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
57690
57739
|
size: sectionproperties.youtubebtniconfontsize
|
|
57691
|
-
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57740
|
+
})), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57692
57741
|
"class": langdetect == 'en' ? "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2 '
|
|
57693
57742
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
57694
57743
|
,
|
|
57695
57744
|
onClick: function onClick() {
|
|
57696
|
-
var _authdetailsContext$
|
|
57697
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57698
|
-
var _authdetailsContext$
|
|
57699
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57745
|
+
var _authdetailsContext$i29;
|
|
57746
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.tiktoklink) != null) {
|
|
57747
|
+
var _authdetailsContext$i30;
|
|
57748
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.tiktoklink, '_blank');
|
|
57700
57749
|
}
|
|
57701
57750
|
}
|
|
57702
57751
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
57703
57752
|
size: sectionproperties.tiktokbtniconfontsize
|
|
57704
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57753
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instid) == '69020f4494f66' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57705
57754
|
"class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 '
|
|
57706
57755
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
57707
57756
|
,
|
|
@@ -57731,13 +57780,13 @@ var Footer8 = function Footer8(props) {
|
|
|
57731
57780
|
}
|
|
57732
57781
|
}, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57733
57782
|
"class": "col-lg-12 text-start px-5 flex-column"
|
|
57734
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57783
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57735
57784
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
57736
57785
|
onClick: function onClick() {
|
|
57737
|
-
var _authdetailsContext$
|
|
57738
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57739
|
-
var _authdetailsContext$
|
|
57740
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57786
|
+
var _authdetailsContext$i33;
|
|
57787
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.facebooklink) != null) {
|
|
57788
|
+
var _authdetailsContext$i34;
|
|
57789
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.facebooklink, '_blank');
|
|
57741
57790
|
}
|
|
57742
57791
|
},
|
|
57743
57792
|
style: {
|
|
@@ -57748,13 +57797,13 @@ var Footer8 = function Footer8(props) {
|
|
|
57748
57797
|
fontWeight: 500,
|
|
57749
57798
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57750
57799
|
}
|
|
57751
|
-
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57800
|
+
}, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57752
57801
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
57753
57802
|
onClick: function onClick() {
|
|
57754
|
-
var _authdetailsContext$
|
|
57755
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57756
|
-
var _authdetailsContext$
|
|
57757
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57803
|
+
var _authdetailsContext$i36;
|
|
57804
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.instagramlink) != null) {
|
|
57805
|
+
var _authdetailsContext$i37;
|
|
57806
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink, '_blank');
|
|
57758
57807
|
}
|
|
57759
57808
|
},
|
|
57760
57809
|
style: {
|
|
@@ -57765,13 +57814,13 @@ var Footer8 = function Footer8(props) {
|
|
|
57765
57814
|
fontWeight: 500,
|
|
57766
57815
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57767
57816
|
}
|
|
57768
|
-
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57817
|
+
}, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57769
57818
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
57770
57819
|
onClick: function onClick() {
|
|
57771
|
-
var _authdetailsContext$
|
|
57772
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57773
|
-
var _authdetailsContext$
|
|
57774
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57820
|
+
var _authdetailsContext$i39;
|
|
57821
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
|
|
57822
|
+
var _authdetailsContext$i40;
|
|
57823
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
|
|
57775
57824
|
}
|
|
57776
57825
|
},
|
|
57777
57826
|
style: {
|
|
@@ -57782,15 +57831,15 @@ var Footer8 = function Footer8(props) {
|
|
|
57782
57831
|
fontWeight: 500,
|
|
57783
57832
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57784
57833
|
}
|
|
57785
|
-
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57834
|
+
}, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57786
57835
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
|
|
57787
57836
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
57788
57837
|
,
|
|
57789
57838
|
onClick: function onClick() {
|
|
57790
|
-
var _authdetailsContext$
|
|
57791
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57792
|
-
var _authdetailsContext$
|
|
57793
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57839
|
+
var _authdetailsContext$i42;
|
|
57840
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink) != null) {
|
|
57841
|
+
var _authdetailsContext$i43;
|
|
57842
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.tiktoklink, '_blank');
|
|
57794
57843
|
}
|
|
57795
57844
|
},
|
|
57796
57845
|
style: {
|
|
@@ -57801,7 +57850,7 @@ var Footer8 = function Footer8(props) {
|
|
|
57801
57850
|
fontWeight: 500,
|
|
57802
57851
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57803
57852
|
}
|
|
57804
|
-
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57853
|
+
}, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57805
57854
|
"class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
|
|
57806
57855
|
style: {
|
|
57807
57856
|
width: 'auto',
|
|
@@ -57814,10 +57863,10 @@ var Footer8 = function Footer8(props) {
|
|
|
57814
57863
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
57815
57864
|
,
|
|
57816
57865
|
onClick: function onClick() {
|
|
57817
|
-
var _authdetailsContext$
|
|
57818
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57819
|
-
var _authdetailsContext$
|
|
57820
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57866
|
+
var _authdetailsContext$i45;
|
|
57867
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.tiktoklink) != null) {
|
|
57868
|
+
var _authdetailsContext$i46;
|
|
57869
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.linkedinlink, '_blank');
|
|
57821
57870
|
}
|
|
57822
57871
|
}
|
|
57823
57872
|
}, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -57834,7 +57883,7 @@ var Footer8 = function Footer8(props) {
|
|
|
57834
57883
|
color: sectionproperties.prodCatColor,
|
|
57835
57884
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57836
57885
|
}
|
|
57837
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57886
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57838
57887
|
"class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
|
|
57839
57888
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57840
57889
|
"class": "row m-0 w-100"
|
|
@@ -57846,8 +57895,8 @@ var Footer8 = function Footer8(props) {
|
|
|
57846
57895
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
57847
57896
|
},
|
|
57848
57897
|
onClick: function onClick() {
|
|
57849
|
-
var _authdetailsContext$
|
|
57850
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57898
|
+
var _authdetailsContext$i49;
|
|
57899
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 || (_authdetailsContext$i49 = _authdetailsContext$i49.contactinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.email), '_self');
|
|
57851
57900
|
}
|
|
57852
57901
|
}, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57853
57902
|
"class": "col-lg-12 p-0"
|
|
@@ -57859,7 +57908,7 @@ var Footer8 = function Footer8(props) {
|
|
|
57859
57908
|
onClick: function onClick() {
|
|
57860
57909
|
window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
|
|
57861
57910
|
}
|
|
57862
|
-
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
57911
|
+
}, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 || (_authdetailsContext$i50 = _authdetailsContext$i50.contactinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57863
57912
|
"class": "row m-0 allcentered"
|
|
57864
57913
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57865
57914
|
"class": "".concat(footerStyles.divider) + ' '
|
|
@@ -58049,7 +58098,7 @@ var Footer8 = function Footer8(props) {
|
|
|
58049
58098
|
"class": "allcentered"
|
|
58050
58099
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
58051
58100
|
size: 18
|
|
58052
|
-
})), langdetect == 'en' ? 'Account' : 'حسابي'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58101
|
+
})), langdetect == 'en' ? 'Account' : 'حسابي'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58053
58102
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
58054
58103
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58055
58104
|
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -58109,7 +58158,7 @@ var Footer8 = function Footer8(props) {
|
|
|
58109
58158
|
marginBottom: 0,
|
|
58110
58159
|
fontWeight: 500
|
|
58111
58160
|
}
|
|
58112
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58161
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58113
58162
|
"class": "col-lg-12 p-0 text-start"
|
|
58114
58163
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58115
58164
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -58257,8 +58306,8 @@ var Footer8 = function Footer8(props) {
|
|
|
58257
58306
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58258
58307
|
"class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
|
|
58259
58308
|
onClick: function onClick() {
|
|
58260
|
-
var _authdetailsContext$
|
|
58261
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58309
|
+
var _authdetailsContext$i54;
|
|
58310
|
+
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');
|
|
58262
58311
|
}
|
|
58263
58312
|
}, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58264
58313
|
"class": "col-lg-12 p-0 allcentered",
|
|
@@ -58294,61 +58343,61 @@ var Footer8 = function Footer8(props) {
|
|
|
58294
58343
|
"class": "row m-0 w-100"
|
|
58295
58344
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58296
58345
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
58297
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58346
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58298
58347
|
"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 ',
|
|
58299
58348
|
onClick: function onClick() {
|
|
58300
|
-
var _authdetailsContext$
|
|
58301
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58302
|
-
var _authdetailsContext$
|
|
58303
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58349
|
+
var _authdetailsContext$i56;
|
|
58350
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.facebooklink) != null) {
|
|
58351
|
+
var _authdetailsContext$i57;
|
|
58352
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.facebooklink, '_blank');
|
|
58304
58353
|
}
|
|
58305
58354
|
}
|
|
58306
58355
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
58307
58356
|
size: sectionproperties.facebkbtnniconfontsize
|
|
58308
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58357
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58309
58358
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2',
|
|
58310
58359
|
onClick: function onClick() {
|
|
58311
|
-
var _authdetailsContext$
|
|
58312
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58313
|
-
var _authdetailsContext$
|
|
58314
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58360
|
+
var _authdetailsContext$i59;
|
|
58361
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.linkedinlink) != null) {
|
|
58362
|
+
var _authdetailsContext$i60;
|
|
58363
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.linkedinlink, '_blank');
|
|
58315
58364
|
}
|
|
58316
58365
|
}
|
|
58317
58366
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
58318
58367
|
size: sectionproperties.linkedinbtniconfontsize
|
|
58319
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58368
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58320
58369
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
58321
58370
|
onClick: function onClick() {
|
|
58322
|
-
var _authdetailsContext$
|
|
58323
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58324
|
-
var _authdetailsContext$
|
|
58325
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58371
|
+
var _authdetailsContext$i62;
|
|
58372
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.instagramlink) != null) {
|
|
58373
|
+
var _authdetailsContext$i63;
|
|
58374
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.instagramlink, '_blank');
|
|
58326
58375
|
}
|
|
58327
58376
|
}
|
|
58328
58377
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
58329
58378
|
size: sectionproperties.instgrambtniconfontsize
|
|
58330
58379
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58331
58380
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
58332
|
-
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58381
|
+
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58333
58382
|
"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'
|
|
58334
58383
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
58335
58384
|
,
|
|
58336
58385
|
onClick: function onClick() {
|
|
58337
|
-
var _authdetailsContext$
|
|
58338
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58339
|
-
var _authdetailsContext$
|
|
58340
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58386
|
+
var _authdetailsContext$i65;
|
|
58387
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.tiktoklink) != null) {
|
|
58388
|
+
var _authdetailsContext$i66;
|
|
58389
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.tiktoklink, '_blank');
|
|
58341
58390
|
}
|
|
58342
58391
|
}
|
|
58343
58392
|
}, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
|
|
58344
58393
|
size: sectionproperties.tiktokbtniconfontsize
|
|
58345
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58394
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58346
58395
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
58347
58396
|
onClick: function onClick() {
|
|
58348
|
-
var _authdetailsContext$
|
|
58349
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58350
|
-
var _authdetailsContext$
|
|
58351
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58397
|
+
var _authdetailsContext$i68;
|
|
58398
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.youtubelink) != null) {
|
|
58399
|
+
var _authdetailsContext$i69;
|
|
58400
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.youtubelink, '_blank');
|
|
58352
58401
|
}
|
|
58353
58402
|
}
|
|
58354
58403
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
@@ -58411,7 +58460,7 @@ var Footer8 = function Footer8(props) {
|
|
|
58411
58460
|
style: {
|
|
58412
58461
|
color: '#818181'
|
|
58413
58462
|
}
|
|
58414
|
-
}, "\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$
|
|
58463
|
+
}, "\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$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58415
58464
|
"class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
|
|
58416
58465
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58417
58466
|
"class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
|
|
@@ -58631,8 +58680,8 @@ var Footer8 = function Footer8(props) {
|
|
|
58631
58680
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58632
58681
|
"class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
|
|
58633
58682
|
onClick: function onClick() {
|
|
58634
|
-
var _authdetailsContext$
|
|
58635
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58683
|
+
var _authdetailsContext$i71;
|
|
58684
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 || (_authdetailsContext$i71 = _authdetailsContext$i71.contactinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.email), '_self');
|
|
58636
58685
|
}
|
|
58637
58686
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
58638
58687
|
"class": ' fa fa-at mr-2 ml-2 '
|
|
@@ -58641,7 +58690,7 @@ var Footer8 = function Footer8(props) {
|
|
|
58641
58690
|
style: {
|
|
58642
58691
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
58643
58692
|
}
|
|
58644
|
-
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58693
|
+
}, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 || (_authdetailsContext$i72 = _authdetailsContext$i72.contactinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.email)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58645
58694
|
"class": "col-lg-12 p-0 text-start mb-2 mt-1"
|
|
58646
58695
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58647
58696
|
"class": "".concat(footerStyles.textStyles)
|
|
@@ -58651,69 +58700,69 @@ var Footer8 = function Footer8(props) {
|
|
|
58651
58700
|
"class": "row m-0 w-100"
|
|
58652
58701
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58653
58702
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
58654
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58703
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58655
58704
|
"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 ',
|
|
58656
58705
|
onClick: function onClick() {
|
|
58657
|
-
var _authdetailsContext$
|
|
58658
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58659
|
-
var _authdetailsContext$
|
|
58660
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58706
|
+
var _authdetailsContext$i74;
|
|
58707
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.facebooklink) != null) {
|
|
58708
|
+
var _authdetailsContext$i75;
|
|
58709
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.facebooklink, '_blank');
|
|
58661
58710
|
}
|
|
58662
58711
|
}
|
|
58663
58712
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
58664
58713
|
size: sectionproperties.facebkbtnniconfontsize
|
|
58665
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58714
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58666
58715
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
58667
58716
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
58668
58717
|
,
|
|
58669
58718
|
onClick: function onClick() {
|
|
58670
|
-
var _authdetailsContext$
|
|
58671
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58672
|
-
var _authdetailsContext$
|
|
58673
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58719
|
+
var _authdetailsContext$i77;
|
|
58720
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.linkedinlink) != null) {
|
|
58721
|
+
var _authdetailsContext$i78;
|
|
58722
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.linkedinlink, '_blank');
|
|
58674
58723
|
}
|
|
58675
58724
|
}
|
|
58676
58725
|
}, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
|
|
58677
58726
|
size: sectionproperties.instgrambtniconfontsize
|
|
58678
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58727
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58679
58728
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
58680
58729
|
onClick: function onClick() {
|
|
58681
|
-
var _authdetailsContext$
|
|
58682
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58683
|
-
var _authdetailsContext$
|
|
58684
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58730
|
+
var _authdetailsContext$i80;
|
|
58731
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.instagramlink) != null) {
|
|
58732
|
+
var _authdetailsContext$i81;
|
|
58733
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.instagramlink, '_blank');
|
|
58685
58734
|
}
|
|
58686
58735
|
}
|
|
58687
58736
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
58688
58737
|
size: sectionproperties.instgrambtniconfontsize
|
|
58689
58738
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58690
58739
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
58691
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58740
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58692
58741
|
"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',
|
|
58693
58742
|
onClick: function onClick() {
|
|
58694
|
-
var _authdetailsContext$
|
|
58695
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58696
|
-
var _authdetailsContext$
|
|
58697
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58743
|
+
var _authdetailsContext$i83;
|
|
58744
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i83 = authdetailsContext.instinfo) === null || _authdetailsContext$i83 === void 0 ? void 0 : _authdetailsContext$i83.youtubelink) != null) {
|
|
58745
|
+
var _authdetailsContext$i84;
|
|
58746
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i84 = authdetailsContext.instinfo) === null || _authdetailsContext$i84 === void 0 ? void 0 : _authdetailsContext$i84.youtubelink, '_blank');
|
|
58698
58747
|
}
|
|
58699
58748
|
}
|
|
58700
58749
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
|
|
58701
58750
|
size: sectionproperties.youtubebtniconfontsize
|
|
58702
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58751
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i85 = authdetailsContext.instinfo) === null || _authdetailsContext$i85 === void 0 || (_authdetailsContext$i85 = _authdetailsContext$i85.contactinfo) === null || _authdetailsContext$i85 === void 0 ? void 0 : _authdetailsContext$i85.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58703
58752
|
"class": "".concat(footerStyles.mailbtn) + ' d-flex align-items-center justify-content-center mr-2 ml-2',
|
|
58704
58753
|
onClick: function onClick() {
|
|
58705
|
-
var _authdetailsContext$
|
|
58706
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58754
|
+
var _authdetailsContext$i86;
|
|
58755
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i86 = authdetailsContext.instinfo) === null || _authdetailsContext$i86 === void 0 || (_authdetailsContext$i86 = _authdetailsContext$i86.contactinfo) === null || _authdetailsContext$i86 === void 0 ? void 0 : _authdetailsContext$i86.email), '_self');
|
|
58707
58756
|
}
|
|
58708
58757
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
58709
58758
|
size: sectionproperties.youtubebtniconfontsize
|
|
58710
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58759
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i87 = authdetailsContext.instinfo) === null || _authdetailsContext$i87 === void 0 ? void 0 : _authdetailsContext$i87.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58711
58760
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
58712
58761
|
onClick: function onClick() {
|
|
58713
|
-
var _authdetailsContext$
|
|
58714
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58715
|
-
var _authdetailsContext$
|
|
58716
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
58762
|
+
var _authdetailsContext$i88;
|
|
58763
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i88 = authdetailsContext.instinfo) === null || _authdetailsContext$i88 === void 0 ? void 0 : _authdetailsContext$i88.whatsappnumber) != null) {
|
|
58764
|
+
var _authdetailsContext$i89;
|
|
58765
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i89 = authdetailsContext.instinfo) === null || _authdetailsContext$i89 === void 0 ? void 0 : _authdetailsContext$i89.whatsappnumber), '_blank');
|
|
58717
58766
|
}
|
|
58718
58767
|
}
|
|
58719
58768
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|