tabexseriescomponents 0.2.792 → 0.2.794
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 +264 -153
- package/dist/index.esm.js +264 -153
- package/dist/index.umd.js +267 -157
- package/package.json +5 -4
package/dist/index.esm.js
CHANGED
|
@@ -161,6 +161,7 @@ import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircle
|
|
|
161
161
|
import { GoStar } from '@react-icons/all-files/go/GoStar';
|
|
162
162
|
import { IoIosStar } from '@react-icons/all-files/io/IoIosStar';
|
|
163
163
|
import { CountdownCircleTimer } from 'react-countdown-circle-timer';
|
|
164
|
+
import { TypeAnimation } from 'react-type-animation';
|
|
164
165
|
import BackgroundSlideshow from 'react-background-slideshow';
|
|
165
166
|
import { HiOutlineLocationMarker } from '@react-icons/all-files/hi/HiOutlineLocationMarker';
|
|
166
167
|
import { FiPhoneCall } from '@react-icons/all-files/fi/FiPhoneCall';
|
|
@@ -2839,11 +2840,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2839
2840
|
onSlide: function onSlide(d) {
|
|
2840
2841
|
setcurrentshowingimageindex(d);
|
|
2841
2842
|
},
|
|
2842
|
-
onClick: function onClick() {
|
|
2843
|
-
if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
|
|
2844
|
-
toggleFullScreen();
|
|
2845
|
-
}
|
|
2846
|
-
}
|
|
2843
|
+
onClick: function onClick() {}
|
|
2847
2844
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
2848
2845
|
className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
|
|
2849
2846
|
// className={
|
|
@@ -3237,7 +3234,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3237
3234
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
3238
3235
|
}))), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
3239
3236
|
className: "".concat(productinfo_cssstyles.quantitybtn_text)
|
|
3240
|
-
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(
|
|
3237
|
+
}, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(3) : parseInt(addtocardpayloadobj.quantity)), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React.createElement("span", {
|
|
3241
3238
|
className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
3242
3239
|
onClick: function onClick() {
|
|
3243
3240
|
var _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41;
|
|
@@ -3521,7 +3518,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3521
3518
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
3522
3519
|
}, !AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("span", {
|
|
3523
3520
|
className: ' d-flex align-items-center justify-content-center '
|
|
3524
|
-
}, langdetect == 'en' ? 'Buy Now' : 'إشترى الان'), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
3521
|
+
}, langdetect == 'en' ? 'Buy It Now' : 'إشترى الان'), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
3525
3522
|
className: ' d-flex align-items-center justify-content-center '
|
|
3526
3523
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
3527
3524
|
color: sectionproperties.cartBtnTextcolor,
|
|
@@ -24897,7 +24894,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
|
|
|
24897
24894
|
function ownKeys$23(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; }
|
|
24898
24895
|
function _objectSpread$23(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$23(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$23(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
24899
24896
|
var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
24900
|
-
var _authdetailsContext$i3, _authdetailsContext$i4,
|
|
24897
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
|
|
24901
24898
|
var actions = props.actions;
|
|
24902
24899
|
var LogoutMutationContext = props.actions.LogoutMutationContext;
|
|
24903
24900
|
var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
|
|
@@ -25686,7 +25683,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25686
25683
|
}, /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
25687
25684
|
size: 22,
|
|
25688
25685
|
color: sectionproperties.wishlistresponsivecolor
|
|
25689
|
-
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 &&
|
|
25686
|
+
}))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
25690
25687
|
"class": 'd-flex align-items-center pl-1 pr-1 pt-1',
|
|
25691
25688
|
style: {}
|
|
25692
25689
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
@@ -25699,8 +25696,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25699
25696
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
25700
25697
|
}, /*#__PURE__*/React.createElement("p", {
|
|
25701
25698
|
"class": "m-0 p-0 ml-1 mr-1"
|
|
25702
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
25703
|
-
var _authdetailsContext$
|
|
25699
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
|
|
25700
|
+
var _authdetailsContext$i5;
|
|
25704
25701
|
return /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
25705
25702
|
"class": "m-0 p-0",
|
|
25706
25703
|
onClick: function onClick() {
|
|
@@ -25722,7 +25719,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
25722
25719
|
}
|
|
25723
25720
|
}, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
|
|
25724
25721
|
"class": 'ml-2 mr-2'
|
|
25725
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
25722
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.length) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
25726
25723
|
"class": "col-lg-12 p-0"
|
|
25727
25724
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
25728
25725
|
"class": "m-0"
|
|
@@ -29357,8 +29354,8 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29357
29354
|
zIndex: 999999,
|
|
29358
29355
|
transition: 'all 0.3s ease-out',
|
|
29359
29356
|
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
29360
|
-
right: langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29361
|
-
left: langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '',
|
|
29357
|
+
right: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
|
|
29358
|
+
left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
|
|
29362
29359
|
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
29363
29360
|
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
29364
29361
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
@@ -29481,9 +29478,9 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29481
29478
|
background: sectionproperties.callfloatingbgcoloronhover
|
|
29482
29479
|
}
|
|
29483
29480
|
}),
|
|
29484
|
-
callbtnen: css(
|
|
29481
|
+
callbtnen: css({
|
|
29485
29482
|
right: sectionproperties.callppositionfromright + 'px'
|
|
29486
|
-
}
|
|
29483
|
+
}),
|
|
29487
29484
|
callbtnar: css({
|
|
29488
29485
|
left: sectionproperties.callppositionfromright + 'px'
|
|
29489
29486
|
})
|
|
@@ -29508,7 +29505,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29508
29505
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React.createElement("span", {
|
|
29509
29506
|
"class": langdetect == 'en' ? 'ml-1' : 'mr-1'
|
|
29510
29507
|
}, langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29511
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29508
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29512
29509
|
onClick: function onClick() {
|
|
29513
29510
|
var _authdetailsContext$i3;
|
|
29514
29511
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
|
|
@@ -29519,7 +29516,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29519
29516
|
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
29520
29517
|
size: sectionproperties.floatingfbiconiconsize
|
|
29521
29518
|
})), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29522
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29519
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29523
29520
|
onClick: function onClick() {
|
|
29524
29521
|
var _authdetailsContext$i5;
|
|
29525
29522
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
|
|
@@ -29530,7 +29527,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29530
29527
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
29531
29528
|
size: sectionproperties.floatinginstagramiconiconsize
|
|
29532
29529
|
})), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29533
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ',
|
|
29530
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
|
|
29534
29531
|
onClick: function onClick() {
|
|
29535
29532
|
var _authdetailsContext$i7;
|
|
29536
29533
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
|
|
@@ -29541,7 +29538,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29541
29538
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
29542
29539
|
size: sectionproperties.tiktokfloatingiconiconfontsize
|
|
29543
29540
|
})), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29544
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ',
|
|
29541
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.floatingbtn, " ").concat(header_cssstyles.floatingbtnen) + ' allcentered cursor-pointer ',
|
|
29545
29542
|
style: {},
|
|
29546
29543
|
onClick: function onClick() {
|
|
29547
29544
|
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
@@ -29582,7 +29579,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29582
29579
|
zIndex: 999999,
|
|
29583
29580
|
transition: 'all 0.3s ease-out'
|
|
29584
29581
|
},
|
|
29585
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
29582
|
+
"class": sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered '
|
|
29586
29583
|
}, /*#__PURE__*/React.createElement("i", {
|
|
29587
29584
|
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
29588
29585
|
}, /*#__PURE__*/React.createElement(FiPhone, {
|
|
@@ -32924,7 +32921,7 @@ styleInject(css_248z$v);
|
|
|
32924
32921
|
function ownKeys$1X(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; }
|
|
32925
32922
|
function _objectSpread$1X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1X(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
32926
32923
|
var Simpleheader = function Simpleheader(props) {
|
|
32927
|
-
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$
|
|
32924
|
+
var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i6, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i7, _authdetailsContext$c2, _authdetailsContext$i8, _authdetailsContext$i9, _logoarrayofobjects$3, _logoarrayofobjects$4;
|
|
32928
32925
|
var actions = props.actions;
|
|
32929
32926
|
var _useState = useState(''),
|
|
32930
32927
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -33008,6 +33005,21 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33008
33005
|
}), ':after', {
|
|
33009
33006
|
background: sectionproperties.header_fontColoronhover
|
|
33010
33007
|
})),
|
|
33008
|
+
navbar_item_textactive: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
33009
|
+
color: '#bd8d46',
|
|
33010
|
+
fontSize: sectionproperties.header_fontSize + 'px',
|
|
33011
|
+
textTransform: sectionproperties.header_textTransform,
|
|
33012
|
+
fontWeight: sectionproperties.header_textfontweight,
|
|
33013
|
+
marginLeft: '10px',
|
|
33014
|
+
marginRight: '10px',
|
|
33015
|
+
transition: 'transform 0.3s cubic-bezier(0.2, 1, 0.8, 1)'
|
|
33016
|
+
}, "transition", '0.3s'), "padding", 0), ':hover', {
|
|
33017
|
+
color: sectionproperties.header_fontColoronhover
|
|
33018
|
+
}), ':before', {
|
|
33019
|
+
background: sectionproperties.header_fontColoronhover
|
|
33020
|
+
}), ':after', {
|
|
33021
|
+
background: sectionproperties.header_fontColoronhover
|
|
33022
|
+
})),
|
|
33011
33023
|
dropdownitem: css({
|
|
33012
33024
|
padding: '0.3rem 0.8rem',
|
|
33013
33025
|
display: 'flex',
|
|
@@ -33160,7 +33172,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33160
33172
|
':hover': {
|
|
33161
33173
|
color: sectionproperties.searchbariconcoloronhover
|
|
33162
33174
|
}
|
|
33163
|
-
})), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_header_cssstyles, "search_wrap", css({
|
|
33175
|
+
})), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_header_cssstyles, "search_wrap", css({
|
|
33164
33176
|
background: sectionproperties.searchbarcontinput_bgcolor
|
|
33165
33177
|
})), "search_form", css({
|
|
33166
33178
|
':after': {
|
|
@@ -33225,7 +33237,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33225
33237
|
'@media (max-width: 800px)': {
|
|
33226
33238
|
width: '50%'
|
|
33227
33239
|
}
|
|
33228
|
-
})));
|
|
33240
|
+
})), "navbar_item_active", css({})));
|
|
33229
33241
|
return /*#__PURE__*/React.createElement("div", {
|
|
33230
33242
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-center ",
|
|
33231
33243
|
style: {
|
|
@@ -33294,13 +33306,18 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33294
33306
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
33295
33307
|
if (item.isselected) ;
|
|
33296
33308
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
33309
|
+
var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
33297
33310
|
return /*#__PURE__*/React.createElement("div", {
|
|
33298
|
-
"class":
|
|
33311
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) == '67b1bb900a541' ? 'cursor-pointer scrollhorizontalcard p-2' : 'cursor-pointer scrollhorizontalcard',
|
|
33299
33312
|
onClick: function onClick() {
|
|
33300
33313
|
routingcountext(item.navigationroute, false, '');
|
|
33314
|
+
},
|
|
33315
|
+
style: {
|
|
33316
|
+
background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) == '67b1bb900a541' ? window.location.pathname == '/' + item.navigationroute ? '#36322c' : 'transparent' : '',
|
|
33317
|
+
borderRadius: 100
|
|
33301
33318
|
}
|
|
33302
33319
|
}, /*#__PURE__*/React.createElement("p", {
|
|
33303
|
-
"class": " ".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
|
|
33320
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) == '67b1bb900a541' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.navbar_item_textactive) + ' p-0 mb-0 ' : "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
|
|
33304
33321
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
33305
33322
|
}
|
|
33306
33323
|
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
@@ -33313,7 +33330,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33313
33330
|
subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
|
|
33314
33331
|
}
|
|
33315
33332
|
})), /*#__PURE__*/React.createElement("div", {
|
|
33316
|
-
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
33333
|
+
"class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
|
|
33317
33334
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
33318
33335
|
"class": sectionproperties.searchbaricon_fontsize == 0 ? header_cssstyles.searchicon + ' m-0 p-0 mx-2 ' : header_cssstyles.searchicon + ' m-0 p-0 mx-1 ',
|
|
33319
33336
|
style: {
|
|
@@ -33479,12 +33496,12 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33479
33496
|
"class": ' h-100 d-flex align-items-center '
|
|
33480
33497
|
}, /*#__PURE__*/React.createElement(HiUserCircle, {
|
|
33481
33498
|
size: sectionproperties.userBtnTextfontsize
|
|
33482
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
33499
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("span", {
|
|
33483
33500
|
className: "mx-2",
|
|
33484
33501
|
style: {
|
|
33485
33502
|
fontSize: 18
|
|
33486
33503
|
}
|
|
33487
|
-
},
|
|
33504
|
+
}, langdetect == 'en' ? 'LOGIN' : 'تسجيل الدخول')), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
33488
33505
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
33489
33506
|
sytle: {
|
|
33490
33507
|
position: 'relative'
|
|
@@ -33650,7 +33667,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33650
33667
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
33651
33668
|
}, /*#__PURE__*/React.createElement("span", {
|
|
33652
33669
|
"class": "ml-2 mr-2"
|
|
33653
|
-
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
33670
|
+
}, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.instcurrencies) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
33654
33671
|
"class": ' d-flex align-items-center justify-content-end '
|
|
33655
33672
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
33656
33673
|
"class": ' d-flex align-items-center justify-content-center '
|
|
@@ -33662,8 +33679,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33662
33679
|
"class": header_cssstyles.currencycont + ' row m-0 w-100 d-flex align-items-center '
|
|
33663
33680
|
}, /*#__PURE__*/React.createElement("p", {
|
|
33664
33681
|
"class": "m-0 p-0 ml-2 mr-2"
|
|
33665
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
33666
|
-
var _authdetailsContext$
|
|
33682
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 || (_authdetailsContext$i9 = _authdetailsContext$i9.instcurrencies) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.map(function (item, index) {
|
|
33683
|
+
var _authdetailsContext$i10;
|
|
33667
33684
|
return /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
33668
33685
|
onClick: function onClick() {
|
|
33669
33686
|
setcurrencyfunccontext(item);
|
|
@@ -33679,7 +33696,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
33679
33696
|
style: {}
|
|
33680
33697
|
}, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
|
|
33681
33698
|
"class": 'ml-2 mr-2'
|
|
33682
|
-
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
33699
|
+
}, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcurrencies) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.length) - 1 && /*#__PURE__*/React.createElement("div", {
|
|
33683
33700
|
"class": "col-lg-12 p-0"
|
|
33684
33701
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
33685
33702
|
"class": "m-0"
|
|
@@ -50773,7 +50790,7 @@ var Footer7 = function Footer7(props) {
|
|
|
50773
50790
|
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; }
|
|
50774
50791
|
function _objectSpread$1z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
50775
50792
|
var Footer8 = function Footer8(props) {
|
|
50776
|
-
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i42, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i43, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i45, _authdetailsContext$
|
|
50793
|
+
var _authdetailsContext$i2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i42, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i43, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i47, _authdetailsContext$i50, _authdetailsContext$i53, _authdetailsContext$i56, _authdetailsContext$i59, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14;
|
|
50777
50794
|
var _useState = useState(''),
|
|
50778
50795
|
_useState2 = _slicedToArray(_useState, 2),
|
|
50779
50796
|
sectionproperties = _useState2[0],
|
|
@@ -50917,8 +50934,18 @@ var Footer8 = function Footer8(props) {
|
|
|
50917
50934
|
}
|
|
50918
50935
|
}),
|
|
50919
50936
|
gmail: css({
|
|
50937
|
+
cursor: 'pointer',
|
|
50938
|
+
background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
|
|
50939
|
+
width: sectionproperties.youtubebtnWidth + 'px',
|
|
50940
|
+
height: sectionproperties.youtubebtnHeight + 'px',
|
|
50941
|
+
borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
|
|
50942
|
+
color: sectionproperties.youtubebtnTextcolor,
|
|
50943
|
+
border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
|
|
50944
|
+
transition: '.3s',
|
|
50920
50945
|
':hover': {
|
|
50921
|
-
|
|
50946
|
+
background: '#176bef',
|
|
50947
|
+
borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
|
|
50948
|
+
color: sectionproperties.youtubebtnTextcoloronhover
|
|
50922
50949
|
}
|
|
50923
50950
|
}),
|
|
50924
50951
|
instgram_btn: css({
|
|
@@ -51461,7 +51488,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51461
51488
|
"class": "col-lg-12 p-0 text-start mb-2"
|
|
51462
51489
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51463
51490
|
"class": "".concat(footerStyles.textStyles)
|
|
51464
|
-
},
|
|
51491
|
+
}, langdetect == 'en' ? 'Branches Addresses' : 'عناوين الفروع')), /*#__PURE__*/React.createElement("div", {
|
|
51465
51492
|
"class": "col-lg-12 p-0 text-start"
|
|
51466
51493
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51467
51494
|
"class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
|
|
@@ -51470,7 +51497,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51470
51497
|
marginBottom: 0,
|
|
51471
51498
|
fontWeight: 500
|
|
51472
51499
|
}
|
|
51473
|
-
},
|
|
51500
|
+
}, langdetect == 'en' ? 'First Branch Cairo' : 'الفرع الأول القاهرة')), /*#__PURE__*/React.createElement("div", {
|
|
51474
51501
|
"class": "col-lg-12 p-0 text-start"
|
|
51475
51502
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51476
51503
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -51479,7 +51506,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51479
51506
|
marginBottom: 0,
|
|
51480
51507
|
fontWeight: 500
|
|
51481
51508
|
}
|
|
51482
|
-
},
|
|
51509
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.address_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51483
51510
|
"class": "col-lg-12 p-0 text-start"
|
|
51484
51511
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51485
51512
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -51488,7 +51515,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51488
51515
|
marginBottom: 0,
|
|
51489
51516
|
fontWeight: 500
|
|
51490
51517
|
}
|
|
51491
|
-
},
|
|
51518
|
+
}, langdetect == 'en' ? 'Branch Numbers' : 'ارقام الموبايل الخاص بالفرع :')), /*#__PURE__*/React.createElement("div", {
|
|
51492
51519
|
"class": "col-lg-12 p-0 text-start",
|
|
51493
51520
|
style: {
|
|
51494
51521
|
color: '#e1c856'
|
|
@@ -51520,7 +51547,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51520
51547
|
marginBottom: 0,
|
|
51521
51548
|
fontWeight: 500
|
|
51522
51549
|
}
|
|
51523
|
-
},
|
|
51550
|
+
}, langdetect == 'en' ? 'Second Branch Alexandria' : 'الفرع الثاني الاسكندرية')), /*#__PURE__*/React.createElement("div", {
|
|
51524
51551
|
"class": "col-lg-12 p-0 text-start"
|
|
51525
51552
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51526
51553
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -51538,7 +51565,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51538
51565
|
marginBottom: 0,
|
|
51539
51566
|
fontWeight: 500
|
|
51540
51567
|
}
|
|
51541
|
-
},
|
|
51568
|
+
}, langdetect == 'en' ? 'Branch Numbers' : 'ارقام الموبايل الخاص بالفرع :')), /*#__PURE__*/React.createElement("div", {
|
|
51542
51569
|
"class": "col-lg-12 p-0 text-start"
|
|
51543
51570
|
}, /*#__PURE__*/React.createElement("a", {
|
|
51544
51571
|
href: 'tel:01225534407',
|
|
@@ -51574,7 +51601,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51574
51601
|
"class": "col-lg-12 p-0 text-start mb-2"
|
|
51575
51602
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51576
51603
|
"class": "".concat(footerStyles.textStyles)
|
|
51577
|
-
},
|
|
51604
|
+
}, langdetect == 'en' ? 'Contact Information' : 'بيانات التواصل')), /*#__PURE__*/React.createElement("div", {
|
|
51578
51605
|
"class": "col-lg-12 p-0 text-start mb-2"
|
|
51579
51606
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51580
51607
|
"class": "".concat(footerStyles.iconTextStyle),
|
|
@@ -51583,7 +51610,7 @@ var Footer8 = function Footer8(props) {
|
|
|
51583
51610
|
marginBottom: 0,
|
|
51584
51611
|
fontWeight: 500
|
|
51585
51612
|
}
|
|
51586
|
-
},
|
|
51613
|
+
}, langdetect == 'en' ? 'Phone Numbers' : 'أرقام الهاتف')), /*#__PURE__*/React.createElement("div", {
|
|
51587
51614
|
"class": "col-lg-12 p-0 text-start mb-2"
|
|
51588
51615
|
}, /*#__PURE__*/React.createElement("a", {
|
|
51589
51616
|
href: 'tel:01557000021',
|
|
@@ -51622,13 +51649,13 @@ var Footer8 = function Footer8(props) {
|
|
|
51622
51649
|
marginBottom: 0,
|
|
51623
51650
|
fontWeight: 500
|
|
51624
51651
|
}
|
|
51625
|
-
},
|
|
51652
|
+
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني')), /*#__PURE__*/React.createElement("div", {
|
|
51626
51653
|
"class": "col-lg-12 p-0 text-start"
|
|
51627
51654
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51628
51655
|
"class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
|
|
51629
51656
|
onClick: function onClick() {
|
|
51630
|
-
var _authdetailsContext$
|
|
51631
|
-
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51657
|
+
var _authdetailsContext$i46;
|
|
51658
|
+
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 || (_authdetailsContext$i46 = _authdetailsContext$i46.contactinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.email), '_self');
|
|
51632
51659
|
}
|
|
51633
51660
|
}, "contact@advisor-firm.com")), /*#__PURE__*/React.createElement("div", {
|
|
51634
51661
|
"class": "col-lg-12 p-0 allcentered",
|
|
@@ -51658,75 +51685,75 @@ var Footer8 = function Footer8(props) {
|
|
|
51658
51685
|
"class": "col-lg-12 p-0 text-start mb-2"
|
|
51659
51686
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51660
51687
|
"class": "".concat(footerStyles.textStyles)
|
|
51661
|
-
},
|
|
51688
|
+
}, langdetect == 'en' ? 'Social Media' : 'مواقع التواصل')), /*#__PURE__*/React.createElement("div", {
|
|
51662
51689
|
"class": "col-lg-12 p-0 d-flex flex-column"
|
|
51663
51690
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51664
51691
|
"class": "row m-0 w-100"
|
|
51665
51692
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51666
51693
|
className: "col-lg-12 p-0 d-flex flex-row"
|
|
51667
|
-
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51694
|
+
}, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
51668
51695
|
"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 ',
|
|
51669
51696
|
onClick: function onClick() {
|
|
51670
|
-
var _authdetailsContext$
|
|
51671
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51672
|
-
var _authdetailsContext$
|
|
51673
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51697
|
+
var _authdetailsContext$i48;
|
|
51698
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.facebooklink) != null) {
|
|
51699
|
+
var _authdetailsContext$i49;
|
|
51700
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.facebooklink, '_blank');
|
|
51674
51701
|
}
|
|
51675
51702
|
}
|
|
51676
51703
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
51677
51704
|
size: sectionproperties.facebkbtnniconfontsize
|
|
51678
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51705
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
51679
51706
|
"class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
|
|
51680
51707
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
51681
51708
|
,
|
|
51682
51709
|
onClick: function onClick() {
|
|
51683
|
-
var _authdetailsContext$
|
|
51684
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51685
|
-
var _authdetailsContext$
|
|
51686
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51710
|
+
var _authdetailsContext$i51;
|
|
51711
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink) != null) {
|
|
51712
|
+
var _authdetailsContext$i52;
|
|
51713
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.linkedinlink, '_blank');
|
|
51687
51714
|
}
|
|
51688
51715
|
}
|
|
51689
51716
|
}, /*#__PURE__*/React.createElement(FaLinkedinIn, {
|
|
51690
51717
|
size: sectionproperties.instgrambtniconfontsize
|
|
51691
|
-
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51718
|
+
})), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
|
|
51692
51719
|
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
51693
51720
|
onClick: function onClick() {
|
|
51694
|
-
var _authdetailsContext$
|
|
51695
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51696
|
-
var _authdetailsContext$
|
|
51697
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51721
|
+
var _authdetailsContext$i54;
|
|
51722
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink) != null) {
|
|
51723
|
+
var _authdetailsContext$i55;
|
|
51724
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.instagramlink, '_blank');
|
|
51698
51725
|
}
|
|
51699
51726
|
}
|
|
51700
51727
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
51701
51728
|
size: sectionproperties.instgrambtniconfontsize
|
|
51702
51729
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
51703
51730
|
className: "col-lg-12 p-0 d-flex flex-row mt-3"
|
|
51704
|
-
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51731
|
+
}, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
|
|
51705
51732
|
"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'
|
|
51706
51733
|
// class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
|
|
51707
51734
|
,
|
|
51708
51735
|
onClick: function onClick() {
|
|
51709
|
-
var _authdetailsContext$
|
|
51710
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51711
|
-
var _authdetailsContext$
|
|
51712
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51736
|
+
var _authdetailsContext$i57;
|
|
51737
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.tiktoklink) != null) {
|
|
51738
|
+
var _authdetailsContext$i58;
|
|
51739
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.tiktoklink, '_blank');
|
|
51713
51740
|
}
|
|
51714
51741
|
}
|
|
51715
51742
|
}, /*#__PURE__*/React.createElement(IoLogoTiktok, {
|
|
51716
51743
|
size: sectionproperties.youtubebtniconfontsize
|
|
51717
|
-
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51744
|
+
})), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
|
|
51718
51745
|
"class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
51719
51746
|
onClick: function onClick() {
|
|
51720
|
-
var _authdetailsContext$
|
|
51721
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51722
|
-
var _authdetailsContext$
|
|
51723
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
51747
|
+
var _authdetailsContext$i60;
|
|
51748
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.youtubelink) != null) {
|
|
51749
|
+
var _authdetailsContext$i61;
|
|
51750
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.youtubelink, '_blank');
|
|
51724
51751
|
}
|
|
51725
51752
|
}
|
|
51726
51753
|
}, /*#__PURE__*/React.createElement(AiFillYoutube, {
|
|
51727
51754
|
size: sectionproperties.youtubebtniconfontsize
|
|
51728
51755
|
})), /*#__PURE__*/React.createElement("div", {
|
|
51729
|
-
"class": "".concat(footerStyles.
|
|
51756
|
+
"class": "".concat(footerStyles.gmail) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
|
|
51730
51757
|
onClick: function onClick() {
|
|
51731
51758
|
window.open('https://www.google.com/search?sca_esv=a8b84fafe7230c1b&hl=en-US&gl=eg&output=search&kgmid=/g/11wvg_fn0v&q=%D9%85%D8%A4%D8%B3%D8%B3%D8%A9+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%B4%D8%A7%D8%B1+-+Advisor+Firm&shndl=30&source=sh/x/loc/act/m1/3&kgs=72f861e74b86481a', '_blank');
|
|
51732
51759
|
}
|
|
@@ -63622,7 +63649,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63622
63649
|
}, /*#__PURE__*/React.createElement("div", {
|
|
63623
63650
|
"class": sectionstyles.sectionTitleStyles + ' p-0 d-flex d-sm-none '
|
|
63624
63651
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63625
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 ' : ' wordbreak m-0 p-0 ',
|
|
63652
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 text-md-center ' : ' wordbreak m-0 p-0 text-md-center ',
|
|
63626
63653
|
style: {
|
|
63627
63654
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
63628
63655
|
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63630,7 +63657,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63630
63657
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React.createElement("div", {
|
|
63631
63658
|
"class": sectionstyles.sectionTitleStyles + ' p-0 d-none d-sm-flex '
|
|
63632
63659
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63633
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 ' : ' wordbreak m-0 p-0 ',
|
|
63660
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 text-md-center ' : ' wordbreak m-0 p-0 text-md-center ',
|
|
63634
63661
|
style: {
|
|
63635
63662
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
63636
63663
|
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63643,7 +63670,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63643
63670
|
}, /*#__PURE__*/React.createElement("div", {
|
|
63644
63671
|
"class": sectionstyles.descriptionStyles + ' p-0 d-flex d-sm-none '
|
|
63645
63672
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63646
|
-
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak ' : ' m-0 p-0 wordbreak ',
|
|
63673
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak text-md-center ' : ' m-0 p-0 wordbreak text-md-center ',
|
|
63647
63674
|
style: {
|
|
63648
63675
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
63649
63676
|
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63651,7 +63678,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63651
63678
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React.createElement("div", {
|
|
63652
63679
|
"class": sectionstyles.descriptionStyles + ' p-0 d-none d-sm-flex '
|
|
63653
63680
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63654
|
-
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak ' : ' m-0 p-0 wordbreak ',
|
|
63681
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak text-md-center ' : ' m-0 p-0 wordbreak text-md-center ',
|
|
63655
63682
|
style: {
|
|
63656
63683
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px',
|
|
63657
63684
|
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63712,7 +63739,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63712
63739
|
}, /*#__PURE__*/React.createElement("div", {
|
|
63713
63740
|
"class": sectionstyles.sectionTitleStyles + ' p-0 d-flex d-sm-none '
|
|
63714
63741
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63715
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 ' : ' wordbreak m-0 p-0 ',
|
|
63742
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 text-md-center ' : ' wordbreak m-0 p-0 text-md-center ',
|
|
63716
63743
|
style: {
|
|
63717
63744
|
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
63718
63745
|
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63720,7 +63747,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63720
63747
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React.createElement("div", {
|
|
63721
63748
|
"class": sectionstyles.sectionTitleStyles + ' p-0 d-none d-sm-flex '
|
|
63722
63749
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63723
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 ' : ' wordbreak m-0 p-0 ',
|
|
63750
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont wordbreak m-0 p-0 text-md-center ' : sectionproperties.sectiontitlefontfamily == 'ASUL' ? ' ASUL wordbreak m-0 p-0 text-md-center ' : ' wordbreak m-0 p-0 text-md-center ',
|
|
63724
63751
|
style: {
|
|
63725
63752
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
|
|
63726
63753
|
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63733,7 +63760,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63733
63760
|
}, /*#__PURE__*/React.createElement("div", {
|
|
63734
63761
|
"class": sectionstyles.descriptionStyles + ' p-0 d-flex d-sm-none '
|
|
63735
63762
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63736
|
-
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak ' : ' m-0 p-0 wordbreak ',
|
|
63763
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak text-md-center ' : ' m-0 p-0 wordbreak text-md-center ',
|
|
63737
63764
|
style: {
|
|
63738
63765
|
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
63739
63766
|
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -63741,7 +63768,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
63741
63768
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), /*#__PURE__*/React.createElement("div", {
|
|
63742
63769
|
"class": sectionstyles.descriptionStyles + ' p-0 d-none d-sm-flex '
|
|
63743
63770
|
}, /*#__PURE__*/React.createElement("p", {
|
|
63744
|
-
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak ' : ' m-0 p-0 wordbreak ',
|
|
63771
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak text-md-center' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak text-md-center ' : sectionproperties.descFontFamily == 'ASUL' ? ' ASUL m-0 p-0 wordbreak text-md-center ' : ' m-0 p-0 wordbreak text-md-center ',
|
|
63745
63772
|
style: {
|
|
63746
63773
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px',
|
|
63747
63774
|
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
@@ -65641,6 +65668,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
65641
65668
|
function ownKeys$Y(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; }
|
|
65642
65669
|
function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
65643
65670
|
var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
65671
|
+
var _authdetailsContext$i41, _authdetailsContext$i42, _authdetailsContext$i51, _authdetailsContext$i52;
|
|
65644
65672
|
var _useState = useState(''),
|
|
65645
65673
|
_useState2 = _slicedToArray(_useState, 2),
|
|
65646
65674
|
sectionproperties = _useState2[0],
|
|
@@ -66163,7 +66191,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66163
66191
|
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
66164
66192
|
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
|
|
66165
66193
|
}
|
|
66166
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
66194
|
+
}, "l", /*#__PURE__*/React.createElement("p", {
|
|
66167
66195
|
"class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
|
|
66168
66196
|
style: {},
|
|
66169
66197
|
dangerouslySetInnerHTML: {
|
|
@@ -66878,7 +66906,47 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66878
66906
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
66879
66907
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
66880
66908
|
}
|
|
66881
|
-
}, SectionDescription())), /*#__PURE__*/React.createElement("div", {
|
|
66909
|
+
}, SectionDescription())), langdetect == 'ar' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("div", {
|
|
66910
|
+
"class": "w-100 ",
|
|
66911
|
+
style: {
|
|
66912
|
+
textAlign: 'right',
|
|
66913
|
+
color: '#fcfaf3'
|
|
66914
|
+
}
|
|
66915
|
+
}, /*#__PURE__*/React.createElement(TypeAnimation, {
|
|
66916
|
+
sequence: [
|
|
66917
|
+
// Same substring at the start will only be typed out once, initially
|
|
66918
|
+
'الخبرة القانونية في كافة المجالات', 1000,
|
|
66919
|
+
// wait 1s before replacing "Mice" with "Hamsters"
|
|
66920
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم', 1000, 'سابقة أعمال لا تُقارن', 1000, 'لا ندرج الخدمة الا ونحن قادرون علي تقديمها', 1000, 'نقدم الخدمة الصحيحة في الوقت المثالي', 1000],
|
|
66921
|
+
wrapper: "span",
|
|
66922
|
+
speed: 50,
|
|
66923
|
+
style: {
|
|
66924
|
+
fontSize: '3em',
|
|
66925
|
+
display: 'inline-block',
|
|
66926
|
+
color: '#fcfaf3'
|
|
66927
|
+
},
|
|
66928
|
+
repeat: Infinity
|
|
66929
|
+
})), langdetect == 'en' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("div", {
|
|
66930
|
+
"class": "w-100 ",
|
|
66931
|
+
style: {
|
|
66932
|
+
textAlign: 'left',
|
|
66933
|
+
color: '#fcfaf3'
|
|
66934
|
+
}
|
|
66935
|
+
}, /*#__PURE__*/React.createElement(TypeAnimation, {
|
|
66936
|
+
sequence: [
|
|
66937
|
+
// Same substring at the start will only be typed out once, initially
|
|
66938
|
+
'Legal expertise in all fields', 1000,
|
|
66939
|
+
// wait 1s before replacing "Mice" with "Hamsters"
|
|
66940
|
+
'We cover all parts of the Republic, Arab countries and the world', 1000, 'Unparalleled track record', 1000, 'We only list services if we are able to provide them.', 1000, 'We provide the right service at the right time.', 1000],
|
|
66941
|
+
wrapper: "span",
|
|
66942
|
+
speed: 50,
|
|
66943
|
+
style: {
|
|
66944
|
+
fontSize: '3em',
|
|
66945
|
+
display: 'inline-block',
|
|
66946
|
+
color: '#fcfaf3'
|
|
66947
|
+
},
|
|
66948
|
+
repeat: Infinity
|
|
66949
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
66882
66950
|
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
66883
66951
|
style: {
|
|
66884
66952
|
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
@@ -66896,10 +66964,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66896
66964
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
66897
66965
|
onClick: function onClick() {
|
|
66898
66966
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
66899
|
-
var _authdetailsContext$
|
|
66900
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66901
|
-
var _authdetailsContext$
|
|
66902
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66967
|
+
var _authdetailsContext$i43;
|
|
66968
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
|
|
66969
|
+
var _authdetailsContext$i44;
|
|
66970
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber), '_blank');
|
|
66903
66971
|
}
|
|
66904
66972
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
66905
66973
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -66922,10 +66990,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66922
66990
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
66923
66991
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
66924
66992
|
onClick: function onClick() {
|
|
66925
|
-
var _authdetailsContext$
|
|
66926
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66927
|
-
var _authdetailsContext$
|
|
66928
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66993
|
+
var _authdetailsContext$i45;
|
|
66994
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.facebooklink) != null) {
|
|
66995
|
+
var _authdetailsContext$i46;
|
|
66996
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.facebooklink, '_blank');
|
|
66929
66997
|
}
|
|
66930
66998
|
}
|
|
66931
66999
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -66933,10 +67001,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66933
67001
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
66934
67002
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
66935
67003
|
onClick: function onClick() {
|
|
66936
|
-
var _authdetailsContext$
|
|
66937
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66938
|
-
var _authdetailsContext$
|
|
66939
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67004
|
+
var _authdetailsContext$i47;
|
|
67005
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.instagramlink) != null) {
|
|
67006
|
+
var _authdetailsContext$i48;
|
|
67007
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.instagramlink, '_blank');
|
|
66940
67008
|
}
|
|
66941
67009
|
}
|
|
66942
67010
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -66944,10 +67012,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
66944
67012
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
66945
67013
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
66946
67014
|
onClick: function onClick() {
|
|
66947
|
-
var _authdetailsContext$
|
|
66948
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
66949
|
-
var _authdetailsContext$
|
|
66950
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67015
|
+
var _authdetailsContext$i49;
|
|
67016
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.whatsappnumber) != null) {
|
|
67017
|
+
var _authdetailsContext$i50;
|
|
67018
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.whatsappnumber), '_blank');
|
|
66951
67019
|
}
|
|
66952
67020
|
}
|
|
66953
67021
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -67035,7 +67103,47 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67035
67103
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
67036
67104
|
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
67037
67105
|
}
|
|
67038
|
-
}, SectionDescription())), /*#__PURE__*/React.createElement("div", {
|
|
67106
|
+
}, SectionDescription())), langdetect == 'ar' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("div", {
|
|
67107
|
+
"class": "w-100 ",
|
|
67108
|
+
style: {
|
|
67109
|
+
textAlign: 'right',
|
|
67110
|
+
color: '#fcfaf3'
|
|
67111
|
+
}
|
|
67112
|
+
}, /*#__PURE__*/React.createElement(TypeAnimation, {
|
|
67113
|
+
sequence: [
|
|
67114
|
+
// Same substring at the start will only be typed out once, initially
|
|
67115
|
+
'الخبرة القانونية في كافة المجالات', 1000,
|
|
67116
|
+
// wait 1s before replacing "Mice" with "Hamsters"
|
|
67117
|
+
'نغطي كافة أنحاء الجمهورية الدول العربية والعالم', 1000, 'سابقة أعمال لا تُقارن', 1000, 'لا ندرج الخدمة الا ونحن قادرون علي تقديمها', 1000, 'نقدم الخدمة الصحيحة في الوقت المثالي', 1000],
|
|
67118
|
+
wrapper: "span",
|
|
67119
|
+
speed: 50,
|
|
67120
|
+
style: {
|
|
67121
|
+
fontSize: '3em',
|
|
67122
|
+
display: 'inline-block',
|
|
67123
|
+
color: '#fcfaf3'
|
|
67124
|
+
},
|
|
67125
|
+
repeat: Infinity
|
|
67126
|
+
})), langdetect == 'en' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("div", {
|
|
67127
|
+
"class": "w-100 ",
|
|
67128
|
+
style: {
|
|
67129
|
+
textAlign: 'left',
|
|
67130
|
+
color: '#fcfaf3'
|
|
67131
|
+
}
|
|
67132
|
+
}, /*#__PURE__*/React.createElement(TypeAnimation, {
|
|
67133
|
+
sequence: [
|
|
67134
|
+
// Same substring at the start will only be typed out once, initially
|
|
67135
|
+
'Legal expertise in all fields', 1000,
|
|
67136
|
+
// wait 1s before replacing "Mice" with "Hamsters"
|
|
67137
|
+
'We cover all parts of the Republic, Arab countries and the world', 1000, 'Unparalleled track record', 1000, 'We only list services if we are able to provide them.', 1000, 'We provide the right service at the right time.', 1000],
|
|
67138
|
+
wrapper: "span",
|
|
67139
|
+
speed: 50,
|
|
67140
|
+
style: {
|
|
67141
|
+
fontSize: '3em',
|
|
67142
|
+
display: 'inline-block',
|
|
67143
|
+
color: '#fcfaf3'
|
|
67144
|
+
},
|
|
67145
|
+
repeat: Infinity
|
|
67146
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
67039
67147
|
"class": "col-lg-12 p-0 d-flex justify-content-md-center",
|
|
67040
67148
|
style: {
|
|
67041
67149
|
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
@@ -67053,10 +67161,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67053
67161
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
67054
67162
|
onClick: function onClick() {
|
|
67055
67163
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
67056
|
-
var _authdetailsContext$
|
|
67057
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67058
|
-
var _authdetailsContext$
|
|
67059
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67164
|
+
var _authdetailsContext$i53;
|
|
67165
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.whatsappnumber) != null) {
|
|
67166
|
+
var _authdetailsContext$i54;
|
|
67167
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.whatsappnumber), '_blank');
|
|
67060
67168
|
}
|
|
67061
67169
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
67062
67170
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -67079,10 +67187,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67079
67187
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67080
67188
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67081
67189
|
onClick: function onClick() {
|
|
67082
|
-
var _authdetailsContext$
|
|
67083
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67084
|
-
var _authdetailsContext$
|
|
67085
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67190
|
+
var _authdetailsContext$i55;
|
|
67191
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.facebooklink) != null) {
|
|
67192
|
+
var _authdetailsContext$i56;
|
|
67193
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.facebooklink, '_blank');
|
|
67086
67194
|
}
|
|
67087
67195
|
}
|
|
67088
67196
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -67090,10 +67198,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67090
67198
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67091
67199
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67092
67200
|
onClick: function onClick() {
|
|
67093
|
-
var _authdetailsContext$
|
|
67094
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67095
|
-
var _authdetailsContext$
|
|
67096
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67201
|
+
var _authdetailsContext$i57;
|
|
67202
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.instagramlink) != null) {
|
|
67203
|
+
var _authdetailsContext$i58;
|
|
67204
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.instagramlink, '_blank');
|
|
67097
67205
|
}
|
|
67098
67206
|
}
|
|
67099
67207
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -67101,10 +67209,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67101
67209
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67102
67210
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67103
67211
|
onClick: function onClick() {
|
|
67104
|
-
var _authdetailsContext$
|
|
67105
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67106
|
-
var _authdetailsContext$
|
|
67107
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67212
|
+
var _authdetailsContext$i59;
|
|
67213
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.whatsappnumber) != null) {
|
|
67214
|
+
var _authdetailsContext$i60;
|
|
67215
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.whatsappnumber), '_blank');
|
|
67108
67216
|
}
|
|
67109
67217
|
}
|
|
67110
67218
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -67210,10 +67318,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67210
67318
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
67211
67319
|
onClick: function onClick() {
|
|
67212
67320
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
67213
|
-
var _authdetailsContext$
|
|
67214
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67215
|
-
var _authdetailsContext$
|
|
67216
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67321
|
+
var _authdetailsContext$i61;
|
|
67322
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.whatsappnumber) != null) {
|
|
67323
|
+
var _authdetailsContext$i62;
|
|
67324
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.whatsappnumber), '_blank');
|
|
67217
67325
|
}
|
|
67218
67326
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
67219
67327
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -67236,10 +67344,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67236
67344
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67237
67345
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67238
67346
|
onClick: function onClick() {
|
|
67239
|
-
var _authdetailsContext$
|
|
67240
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67241
|
-
var _authdetailsContext$
|
|
67242
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67347
|
+
var _authdetailsContext$i63;
|
|
67348
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.facebooklink) != null) {
|
|
67349
|
+
var _authdetailsContext$i64;
|
|
67350
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.facebooklink, '_blank');
|
|
67243
67351
|
}
|
|
67244
67352
|
}
|
|
67245
67353
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -67247,10 +67355,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67247
67355
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67248
67356
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67249
67357
|
onClick: function onClick() {
|
|
67250
|
-
var _authdetailsContext$
|
|
67251
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67252
|
-
var _authdetailsContext$
|
|
67253
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67358
|
+
var _authdetailsContext$i65;
|
|
67359
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.instagramlink) != null) {
|
|
67360
|
+
var _authdetailsContext$i66;
|
|
67361
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.instagramlink, '_blank');
|
|
67254
67362
|
}
|
|
67255
67363
|
}
|
|
67256
67364
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -67258,10 +67366,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67258
67366
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67259
67367
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67260
67368
|
onClick: function onClick() {
|
|
67261
|
-
var _authdetailsContext$
|
|
67262
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67263
|
-
var _authdetailsContext$
|
|
67264
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67369
|
+
var _authdetailsContext$i67;
|
|
67370
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.whatsappnumber) != null) {
|
|
67371
|
+
var _authdetailsContext$i68;
|
|
67372
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.whatsappnumber), '_blank');
|
|
67265
67373
|
}
|
|
67266
67374
|
}
|
|
67267
67375
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -67367,10 +67475,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67367
67475
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
67368
67476
|
onClick: function onClick() {
|
|
67369
67477
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
67370
|
-
var _authdetailsContext$
|
|
67371
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67372
|
-
var _authdetailsContext$
|
|
67373
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67478
|
+
var _authdetailsContext$i69;
|
|
67479
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.whatsappnumber) != null) {
|
|
67480
|
+
var _authdetailsContext$i70;
|
|
67481
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.whatsappnumber), '_blank');
|
|
67374
67482
|
}
|
|
67375
67483
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
67376
67484
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -67393,10 +67501,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67393
67501
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67394
67502
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67395
67503
|
onClick: function onClick() {
|
|
67396
|
-
var _authdetailsContext$
|
|
67397
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67398
|
-
var _authdetailsContext$
|
|
67399
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67504
|
+
var _authdetailsContext$i71;
|
|
67505
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.facebooklink) != null) {
|
|
67506
|
+
var _authdetailsContext$i72;
|
|
67507
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.facebooklink, '_blank');
|
|
67400
67508
|
}
|
|
67401
67509
|
}
|
|
67402
67510
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -67404,10 +67512,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67404
67512
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67405
67513
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67406
67514
|
onClick: function onClick() {
|
|
67407
|
-
var _authdetailsContext$
|
|
67408
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67409
|
-
var _authdetailsContext$
|
|
67410
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67515
|
+
var _authdetailsContext$i73;
|
|
67516
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.instagramlink) != null) {
|
|
67517
|
+
var _authdetailsContext$i74;
|
|
67518
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.instagramlink, '_blank');
|
|
67411
67519
|
}
|
|
67412
67520
|
}
|
|
67413
67521
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -67415,10 +67523,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
67415
67523
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
67416
67524
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
67417
67525
|
onClick: function onClick() {
|
|
67418
|
-
var _authdetailsContext$
|
|
67419
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67420
|
-
var _authdetailsContext$
|
|
67421
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
67526
|
+
var _authdetailsContext$i75;
|
|
67527
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.whatsappnumber) != null) {
|
|
67528
|
+
var _authdetailsContext$i76;
|
|
67529
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.whatsappnumber), '_blank');
|
|
67422
67530
|
}
|
|
67423
67531
|
}
|
|
67424
67532
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -67967,10 +68075,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
67967
68075
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
67968
68076
|
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
67969
68077
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
67970
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
67971
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
67972
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
67973
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
68078
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
68079
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
68080
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
68081
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
67974
68082
|
border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
67975
68083
|
borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
67976
68084
|
borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
@@ -68590,7 +68698,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
68590
68698
|
}
|
|
68591
68699
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
68592
68700
|
})), sectionproperties.view_as_slider_vertical == 'Vertical' && /*#__PURE__*/React.createElement("div", {
|
|
68593
|
-
"class": "row m-0 w-100 d-flex
|
|
68701
|
+
"class": "row m-0 w-100 d-flex ",
|
|
68702
|
+
style: {
|
|
68703
|
+
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
68704
|
+
}
|
|
68594
68705
|
}, sectionproperties.flippingcards == 'No' && cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68595
68706
|
var _authdetailsContext$i3, _authdetailsContext$i4;
|
|
68596
68707
|
return /*#__PURE__*/React.createElement("div", {
|