tabexseriescomponents 0.0.65 → 0.0.67
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 +22892 -14865
- package/dist/index.esm.js +22897 -14871
- package/dist/index.umd.js +21722 -13696
- package/package.json +1 -1
- package/{srcOLD → src1-10}/Contexts/LanguageContext.jsx +0 -0
- package/{srcOLD → src1-10}/Contexts/ProductsCardsSectionContext.jsx +0 -0
- package/{srcOLD → src1-10}/StylesJS/Customstyles.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -19
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -8
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +45 -72
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/MenuCard/MenuCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -17
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +1 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -11
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +3 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +1 -11
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer1/Footer1.jsx +26 -26
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer2/Footer2.jsx +24 -25
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer3/Footer3.jsx +14 -6
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer4/Footer4.jsx +11 -12
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer5/Footer5.jsx +81 -88
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer6/Footer6.jsx +39 -48
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer7/Footer7.jsx +58 -61
- package/{srcOLD → src1-10}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +27 -34
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +97 -99
- package/{srcOLD → src1-10}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +74 -80
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header4/Header4.jsx +77 -95
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header6/Header6.jsx +73 -76
- package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +93 -137
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +85 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +3 -23
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +116 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Modernheader/Modernheader.jsx +100 -92
- package/{srcOLD → src1-10}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +110 -98
- package/{srcOLD → src1-10}/TabexComponents/Headers/Subheader/Subheader.jsx +10 -22
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
- package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +7 -75
- package/{srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js → src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx} +82 -92
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
- package/{srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js → src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx} +34 -74
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -8
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +92 -53
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
- package/{srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js → src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx} +110 -40
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -5
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +0 -50
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -16
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -23
- package/{srcOLD → src1-10}/assets/images/cod.png +0 -0
- package/{srcOLD → src1-10}/assets/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/fawry.png +0 -0
- package/{srcOLD → src1-10}/assets/images/payment.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paymob.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paypal.png +0 -0
- package/{srcOLD → src1-10}/assets/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/assets/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/visa.png +0 -0
- package/{srcOLD → src1-10}/assets/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/button.jsx +0 -0
- package/{srcOLD → src1-10}/index.jsx +6 -2
- package/{srcOLD → src1-10}/styles/Home.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorcycard_fullimage.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_withshapes.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard_with_circularbg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard3.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycardwithtext.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_animatedbuttons.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_with_textonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/bootstrap.css +68 -73
- package/{srcOLD → src1-10}/styles/general/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/general/editorbardropdown.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/form.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/general.module.css +152 -0
- package/{srcOLD → src1-10}/styles/general/image-gallery.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-accessible-accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-phone-input-2.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/scrollbtn.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/slick.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/tabs.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/workplaceeditor.module.css +0 -0
- package/{srcOLD → src1-10}/styles/globals.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Allinoneheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header7.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Sideheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/classicheaderstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header4.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header5.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header_contactinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerresturant.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/modernheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/subheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage1.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Section_with_rightbgcont.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/cart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/login.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/productinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/shop.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/signup.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/staticroutersidenav.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/viewcart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/wishlist.module.css +0 -0
- package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +0 -882
- package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +0 -228
- package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -784
- package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -284
- package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -414
- package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +0 -175
|
@@ -1,33 +1,22 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { Link } from 'react-router-dom';
|
|
3
|
-
// import { LanguageContext } from '../../../LanguageContext';
|
|
4
|
-
// import { FetchingContext } from '../../../FetchingContext';
|
|
5
|
-
// import { TemplateRoutingContext } from '../../../TemplateRoutingContext';
|
|
6
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../WebsiteDesignWorkPlaceContext';
|
|
7
2
|
import { css } from 'glamor';
|
|
8
3
|
import { FaFacebookF } from 'react-icons/fa';
|
|
9
4
|
import { BsWhatsapp } from 'react-icons/bs';
|
|
10
5
|
import { AiFillInstagram, AiOutlineMail, AiOutlinePhone } from 'react-icons/ai';
|
|
11
6
|
import { GoLocation } from 'react-icons/go';
|
|
12
7
|
import { serverbaselink } from '../../../../Env';
|
|
13
|
-
|
|
14
8
|
import visa from '../../../assets/images/visa.png';
|
|
15
9
|
import fawry from '../../../assets/images/fawry.png';
|
|
16
10
|
import paypal from '../../../assets/images/paypal.png';
|
|
17
11
|
import paymob from '../../../assets/images/paymob.png';
|
|
18
|
-
|
|
19
12
|
import { IKImage } from 'imagekitio-react';
|
|
20
13
|
import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
|
|
21
14
|
|
|
22
15
|
const Footer5 = (props) => {
|
|
23
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
24
|
-
// const { fetch_inst_tabex_websitetemplatesQueryContext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
25
|
-
// const { fetchAuthorizationQueryContext, templateproperties_context } = useContext(FetchingContext);
|
|
26
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
27
16
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
28
17
|
const [maincontainerarrayofobjs, setmaincontainerarrayofobjs] = useState([]);
|
|
29
18
|
const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
|
|
30
|
-
|
|
19
|
+
const history = props.actions.history;
|
|
31
20
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
32
21
|
const lang = props.actions.lang;
|
|
33
22
|
const langdetect = props.actions.langdetect;
|
|
@@ -196,9 +185,9 @@ const Footer5 = (props) => {
|
|
|
196
185
|
}),
|
|
197
186
|
};
|
|
198
187
|
return (
|
|
199
|
-
<div
|
|
188
|
+
<div className={`${footerStyles.footerContainer}` + ' row m-0 w-100 d-flex justify-content-center pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 '} style={{ position: 'relative' }}>
|
|
200
189
|
{maincontainerarrayofobjs.length != 0 && (
|
|
201
|
-
<div
|
|
190
|
+
<div className={footerStyles.imgcontainer}>
|
|
202
191
|
<IKImage
|
|
203
192
|
urlEndpoint={IKurlEndpoint}
|
|
204
193
|
publicKey={IKpublicKey}
|
|
@@ -219,12 +208,12 @@ const Footer5 = (props) => {
|
|
|
219
208
|
/>
|
|
220
209
|
</div>
|
|
221
210
|
)}
|
|
222
|
-
<div
|
|
223
|
-
<div
|
|
224
|
-
<div
|
|
225
|
-
<div
|
|
226
|
-
<div
|
|
227
|
-
<div
|
|
211
|
+
<div className="col-lg-12 p-0" style={{ zIndex: 10 }}>
|
|
212
|
+
<div className="row m-0 w-100">
|
|
213
|
+
<div className="col-lg-4 col-md-12 col-sm-12 d-none d-md-flex align-items-center justify-content-start p-sm-0">
|
|
214
|
+
<div className="row m-0 w-100">
|
|
215
|
+
<div className="col-lg-12 allcentered p-0">
|
|
216
|
+
<div className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start '}>
|
|
228
217
|
<img
|
|
229
218
|
src={serverbaselink + authdetailsContext.instinfo.instlogo}
|
|
230
219
|
style={{
|
|
@@ -236,30 +225,30 @@ const Footer5 = (props) => {
|
|
|
236
225
|
</div>
|
|
237
226
|
</div>
|
|
238
227
|
{sectionproperties.showfooterdescription == 'Show' && (
|
|
239
|
-
<div
|
|
240
|
-
<p
|
|
228
|
+
<div className="col-lg-12 p-0 allcentered mt-2 p-0">
|
|
229
|
+
<p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
|
|
241
230
|
{langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
|
|
242
231
|
</p>
|
|
243
232
|
</div>
|
|
244
233
|
)}
|
|
245
|
-
<div
|
|
234
|
+
<div className="col-lg-12 allcentered">
|
|
246
235
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
247
|
-
<div
|
|
248
|
-
<i
|
|
236
|
+
<div className={langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
237
|
+
<i className="h-100 allcentered">
|
|
249
238
|
<FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
|
|
250
239
|
</i>
|
|
251
240
|
</div>
|
|
252
241
|
)}
|
|
253
242
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
254
|
-
<div
|
|
255
|
-
<i
|
|
243
|
+
<div className={langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
244
|
+
<i className="h-100 allcentered">
|
|
256
245
|
<AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
|
|
257
246
|
</i>
|
|
258
247
|
</div>
|
|
259
248
|
)}
|
|
260
249
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
261
|
-
<div
|
|
262
|
-
<i
|
|
250
|
+
<div className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
251
|
+
<i className="h-100 allcentered">
|
|
263
252
|
<BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
|
|
264
253
|
</i>
|
|
265
254
|
</div>
|
|
@@ -267,22 +256,22 @@ const Footer5 = (props) => {
|
|
|
267
256
|
</div>
|
|
268
257
|
</div>
|
|
269
258
|
</div>
|
|
270
|
-
<div
|
|
271
|
-
<div
|
|
259
|
+
<div className="col-lg-4 mt-4 p-sm-0">
|
|
260
|
+
<div className="row m-0 w-100">
|
|
272
261
|
{sectionproperties.showhidemainpages == 'Show' && (
|
|
273
|
-
<div
|
|
274
|
-
<div
|
|
275
|
-
<div
|
|
276
|
-
<p
|
|
262
|
+
<div className="col-lg-6 col-md-12 col-sm-12 p-0">
|
|
263
|
+
<div className="row m-0 w-100">
|
|
264
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center ">
|
|
265
|
+
<p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak d-none '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
|
|
277
266
|
{lang.usefullinks}
|
|
278
267
|
</p>
|
|
279
268
|
</div>
|
|
280
269
|
{templatepropcontext.pagesnprop.map((item, index) => {
|
|
281
270
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
282
271
|
return (
|
|
283
|
-
<div
|
|
284
|
-
<div
|
|
285
|
-
<p
|
|
272
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
273
|
+
<div onClick={() => history.push(item.navigationroute)}>
|
|
274
|
+
<p className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
|
|
286
275
|
{langdetect == 'en' ? item.pagename : item.pagename_ar}
|
|
287
276
|
</p>
|
|
288
277
|
</div>
|
|
@@ -294,16 +283,16 @@ const Footer5 = (props) => {
|
|
|
294
283
|
</div>
|
|
295
284
|
)}
|
|
296
285
|
{sectionproperties.showhidemainpages == 'Show' && (
|
|
297
|
-
<div
|
|
298
|
-
<div
|
|
299
|
-
<div
|
|
300
|
-
<p
|
|
286
|
+
<div className="col-lg-6 col-md-12 col-sm-12">
|
|
287
|
+
<div className="row m-0 w-100">
|
|
288
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
289
|
+
<p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
|
|
301
290
|
{lang.helpcenter}
|
|
302
291
|
</p>
|
|
303
292
|
</div>
|
|
304
|
-
<div
|
|
293
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
305
294
|
<p
|
|
306
|
-
|
|
295
|
+
className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
|
|
307
296
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
308
297
|
onClick={() => {
|
|
309
298
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
@@ -312,9 +301,9 @@ const Footer5 = (props) => {
|
|
|
312
301
|
{lang.wishlist}
|
|
313
302
|
</p>
|
|
314
303
|
</div>
|
|
315
|
-
<div
|
|
304
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
316
305
|
<p
|
|
317
|
-
|
|
306
|
+
className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
|
|
318
307
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
319
308
|
onClick={() => {
|
|
320
309
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
@@ -323,9 +312,9 @@ const Footer5 = (props) => {
|
|
|
323
312
|
{lang.orderhistory}
|
|
324
313
|
</p>
|
|
325
314
|
</div>
|
|
326
|
-
<div
|
|
315
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
327
316
|
<p
|
|
328
|
-
|
|
317
|
+
className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
|
|
329
318
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
330
319
|
onClick={() => {
|
|
331
320
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
@@ -339,10 +328,10 @@ const Footer5 = (props) => {
|
|
|
339
328
|
)}
|
|
340
329
|
</div>
|
|
341
330
|
</div>
|
|
342
|
-
<div
|
|
343
|
-
<div
|
|
344
|
-
<div
|
|
345
|
-
<div
|
|
331
|
+
<div className="col-lg-4 col-md-12 col-sm-12 d-flex d-md-none align-items-center justify-content-start p-sm-0">
|
|
332
|
+
<div className="row m-0 w-100">
|
|
333
|
+
<div className="col-lg-12 allcentered">
|
|
334
|
+
<div className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start '}>
|
|
346
335
|
<IKImage
|
|
347
336
|
urlEndpoint={IKurlEndpoint}
|
|
348
337
|
publicKey={IKpublicKey}
|
|
@@ -357,30 +346,30 @@ const Footer5 = (props) => {
|
|
|
357
346
|
</div>
|
|
358
347
|
</div>
|
|
359
348
|
{sectionproperties.showfooterdescription == 'Show' && (
|
|
360
|
-
<div
|
|
361
|
-
<p
|
|
349
|
+
<div className="col-lg-12 p-0 allcentered mt-2">
|
|
350
|
+
<p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
|
|
362
351
|
{langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
|
|
363
352
|
</p>
|
|
364
353
|
</div>
|
|
365
354
|
)}
|
|
366
|
-
<div
|
|
355
|
+
<div className="col-lg-12 allcentered">
|
|
367
356
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
368
|
-
<div
|
|
369
|
-
<i
|
|
357
|
+
<div className={langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
358
|
+
<i className="h-100 allcentered">
|
|
370
359
|
<FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
|
|
371
360
|
</i>
|
|
372
361
|
</div>
|
|
373
362
|
)}
|
|
374
363
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
375
|
-
<div
|
|
376
|
-
<i
|
|
364
|
+
<div className={langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
365
|
+
<i className="h-100 allcentered">
|
|
377
366
|
<AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
|
|
378
367
|
</i>
|
|
379
368
|
</div>
|
|
380
369
|
)}
|
|
381
370
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
382
|
-
<div
|
|
383
|
-
<i
|
|
371
|
+
<div className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
372
|
+
<i className="h-100 allcentered">
|
|
384
373
|
<BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
|
|
385
374
|
</i>
|
|
386
375
|
</div>
|
|
@@ -389,44 +378,48 @@ const Footer5 = (props) => {
|
|
|
389
378
|
</div>
|
|
390
379
|
</div>
|
|
391
380
|
<div
|
|
392
|
-
|
|
381
|
+
className="col-lg-4 mt-4 pl-md-2 pr-md-2"
|
|
393
382
|
style={{
|
|
394
383
|
paddingLeft: langdetect == 'en' ? '80px' : 0,
|
|
395
384
|
paddingRight: langdetect == 'en' ? 0 : '80px',
|
|
396
385
|
}}
|
|
397
386
|
>
|
|
398
387
|
{sectionproperties.showfooterdescription == 'Show' && (
|
|
399
|
-
<div
|
|
400
|
-
<p
|
|
388
|
+
<div className="col-lg-12 p-0 d-flex justify-content-start justify-content-md-center mt-2">
|
|
389
|
+
<p className={`${footerStyles.footertitlestyles}` + ' wordbreak p-0 mb-4 '}>Contact Info</p>
|
|
401
390
|
</div>
|
|
402
391
|
)}
|
|
403
392
|
{sectionproperties.showfooteraddress == 'Show' && (
|
|
404
393
|
<div
|
|
405
|
-
|
|
394
|
+
className={
|
|
395
|
+
`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 '
|
|
396
|
+
}
|
|
406
397
|
>
|
|
407
|
-
<i
|
|
408
|
-
<GoLocation
|
|
398
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
399
|
+
<GoLocation className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
|
|
409
400
|
</i>
|
|
410
|
-
<p
|
|
401
|
+
<p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.address_en}</p>
|
|
411
402
|
</div>
|
|
412
403
|
)}
|
|
413
404
|
{sectionproperties.showfooteremail == 'Show' && (
|
|
414
405
|
<div
|
|
415
|
-
|
|
406
|
+
className={
|
|
407
|
+
`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 '
|
|
408
|
+
}
|
|
416
409
|
onClick={() => {
|
|
417
410
|
window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
|
|
418
411
|
}}
|
|
419
412
|
style={{ cursor: 'pointer' }}
|
|
420
413
|
>
|
|
421
|
-
<i
|
|
422
|
-
<AiOutlineMail
|
|
414
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
415
|
+
<AiOutlineMail className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
|
|
423
416
|
</i>
|
|
424
|
-
<p
|
|
417
|
+
<p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext.instinfo.contactinfo.email}</p>
|
|
425
418
|
</div>
|
|
426
419
|
)}
|
|
427
420
|
{sectionproperties.showfooterphonenumber == 'Show' && (
|
|
428
421
|
<div
|
|
429
|
-
|
|
422
|
+
className={
|
|
430
423
|
`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3'
|
|
431
424
|
}
|
|
432
425
|
onClick={() => {
|
|
@@ -434,53 +427,53 @@ const Footer5 = (props) => {
|
|
|
434
427
|
}}
|
|
435
428
|
style={{ cursor: 'pointer' }}
|
|
436
429
|
>
|
|
437
|
-
<i
|
|
438
|
-
<AiOutlinePhone
|
|
430
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
431
|
+
<AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
|
|
439
432
|
</i>
|
|
440
|
-
<p
|
|
433
|
+
<p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
|
|
441
434
|
</div>
|
|
442
435
|
)}
|
|
443
436
|
{sectionproperties.showpaymentfooter == 'Show' && (
|
|
444
|
-
<div
|
|
445
|
-
<div
|
|
446
|
-
<p
|
|
437
|
+
<div className="row m-0 w-100 mt-3">
|
|
438
|
+
<div className="col-lg-12 p-0 d-flex justify-content-md-center">
|
|
439
|
+
<p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 '}>We accept</p>
|
|
447
440
|
</div>
|
|
448
|
-
<div
|
|
441
|
+
<div className="col-lg-12 p-0 m-0 w-100 d-flex flex-row align-items-center justify-content-start justify-content-md-center">
|
|
449
442
|
<div
|
|
450
|
-
|
|
443
|
+
className={`${footerStyles.payimgcont}`}
|
|
451
444
|
style={{
|
|
452
445
|
width: '50px',
|
|
453
446
|
height: '40px',
|
|
454
447
|
}}
|
|
455
448
|
>
|
|
456
|
-
<img src={visa}
|
|
449
|
+
<img src={visa} className={`${footerStyles.payimg}`} />
|
|
457
450
|
</div>
|
|
458
451
|
<div
|
|
459
|
-
|
|
452
|
+
className={`${footerStyles.payimgcont}`}
|
|
460
453
|
style={{
|
|
461
454
|
width: '70px',
|
|
462
455
|
height: '40px',
|
|
463
456
|
}}
|
|
464
457
|
>
|
|
465
|
-
<img src={paypal}
|
|
458
|
+
<img src={paypal} className={`${footerStyles.payimg}`} />
|
|
466
459
|
</div>
|
|
467
460
|
<div
|
|
468
|
-
|
|
461
|
+
className={`${footerStyles.payimgcont}`}
|
|
469
462
|
style={{
|
|
470
463
|
width: '70px',
|
|
471
464
|
height: '40px',
|
|
472
465
|
}}
|
|
473
466
|
>
|
|
474
|
-
<img src={fawry}
|
|
467
|
+
<img src={fawry} className={`${footerStyles.payimg}`} />
|
|
475
468
|
</div>
|
|
476
469
|
<div
|
|
477
|
-
|
|
470
|
+
className={`${footerStyles.payimgcont}`}
|
|
478
471
|
style={{
|
|
479
472
|
width: '75px',
|
|
480
473
|
height: '40px',
|
|
481
474
|
}}
|
|
482
475
|
>
|
|
483
|
-
<img src={paymob}
|
|
476
|
+
<img src={paymob} className={`${footerStyles.payimg}`} />
|
|
484
477
|
</div>
|
|
485
478
|
</div>
|
|
486
479
|
</div>
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { LanguageContext } from '../../../LanguageContext';
|
|
3
|
-
// import { FetchingContext } from '../../../FetchingContext';
|
|
4
|
-
// import { TemplateRoutingContext } from '../../../TemplateRoutingContext';
|
|
5
|
-
// import { WebsiteDesignWorkPlaceContext } from '../../../../WebsiteDesignWorkPlaceContext';
|
|
6
2
|
import { css } from 'glamor';
|
|
7
3
|
import { FaFacebookF } from 'react-icons/fa';
|
|
8
4
|
import { BsWhatsapp, BsInfoCircle } from 'react-icons/bs';
|
|
@@ -10,21 +6,16 @@ import { IoLocationSharp } from 'react-icons/io5';
|
|
|
10
6
|
import { AiFillInstagram } from 'react-icons/ai';
|
|
11
7
|
import { HiOutlineClock } from 'react-icons/hi';
|
|
12
8
|
import { GoLocation } from 'react-icons/go';
|
|
13
|
-
// import { serverbaselink } from '../../../Env_Variables';
|
|
14
9
|
import visa from '../../../assets/images/visa.png';
|
|
15
10
|
import fawry from '../../../assets/images/fawry.png';
|
|
16
11
|
import paypal from '../../../assets/images/paypal.png';
|
|
17
12
|
import paymob from '../../../assets/images/paymob.png';
|
|
18
13
|
|
|
19
14
|
const Footer6 = (props) => {
|
|
20
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
21
|
-
// const { fetch_inst_tabex_websitetemplatesQueryContext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
22
|
-
// const { fetchAuthorizationQueryContext, templateproperties_context } = useContext(FetchingContext);
|
|
23
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
24
15
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
25
16
|
const [arrayofobjectimagesonly, setarrayofobjectimagesonly] = useState([]);
|
|
26
17
|
const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
|
|
27
|
-
|
|
18
|
+
const history = props.actions.history;
|
|
28
19
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
29
20
|
const lang = props.actions.lang;
|
|
30
21
|
const langdetect = props.actions.langdetect;
|
|
@@ -154,23 +145,23 @@ const Footer6 = (props) => {
|
|
|
154
145
|
}),
|
|
155
146
|
};
|
|
156
147
|
return (
|
|
157
|
-
<div
|
|
148
|
+
<div className={`${footerStyles.footerContainer}` + ' row m-0 w-100 d-flex justify-content-center pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 '}>
|
|
158
149
|
{sectionproperties.showfooterdescription == 'Show' && (
|
|
159
|
-
<div
|
|
160
|
-
<div
|
|
161
|
-
<div
|
|
162
|
-
<BsInfoCircle
|
|
163
|
-
<p
|
|
150
|
+
<div className="col-lg-3 col-md-12 col-sm-12 p-0 mb-md-3">
|
|
151
|
+
<div className="row m-0 w-100">
|
|
152
|
+
<div className="col-lg-12 d-flex justify-content-start align-items-center flex-row">
|
|
153
|
+
<BsInfoCircle className={footerStyles.icon} size={18} />
|
|
154
|
+
<p className={footerStyles.titlestyles + ' m-0 p-0 ml-2 mr-2 '}>{lang.contactus}</p>
|
|
164
155
|
</div>
|
|
165
156
|
<div
|
|
166
|
-
|
|
157
|
+
className="col-lg-12 d-flex justify-content-start align-items-center"
|
|
167
158
|
style={{
|
|
168
159
|
paddingLeft: langdetect == 'en' ? '2.5rem' : 0,
|
|
169
160
|
paddingRight: langdetect == 'en' ? 0 : '2.5rem',
|
|
170
161
|
}}
|
|
171
162
|
>
|
|
172
163
|
<p
|
|
173
|
-
|
|
164
|
+
className={footerStyles.infostyles + ' m-0 p-0 mt-2 cursor-pointer '}
|
|
174
165
|
onClick={() => {
|
|
175
166
|
window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
|
|
176
167
|
}}
|
|
@@ -179,112 +170,112 @@ const Footer6 = (props) => {
|
|
|
179
170
|
</p>
|
|
180
171
|
</div>
|
|
181
172
|
<div
|
|
182
|
-
|
|
173
|
+
className="col-lg-12 d-flex justify-content-start align-items-center"
|
|
183
174
|
style={{
|
|
184
175
|
paddingLeft: langdetect == 'en' ? '2.5rem' : 0,
|
|
185
176
|
paddingRight: langdetect == 'en' ? 0 : '2.5rem',
|
|
186
177
|
}}
|
|
187
178
|
>
|
|
188
|
-
<p
|
|
179
|
+
<p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext.instinfo.contactinfo.email}</p>
|
|
189
180
|
</div>
|
|
190
181
|
</div>
|
|
191
182
|
</div>
|
|
192
183
|
)}
|
|
193
184
|
{sectionproperties.showfooteraddress == 'Show' && (
|
|
194
|
-
<div
|
|
195
|
-
<div
|
|
196
|
-
<div
|
|
197
|
-
<GoLocation
|
|
198
|
-
<p
|
|
185
|
+
<div className="col-lg-3 col-md-12 col-sm-12 p-0 mb-md-3">
|
|
186
|
+
<div className="row m-0 w-100">
|
|
187
|
+
<div className="col-lg-12 d-flex justify-content-start align-items-center flex-row">
|
|
188
|
+
<GoLocation className={footerStyles.icon} size={18} />
|
|
189
|
+
<p className={footerStyles.titlestyles + ' m-0 p-0 ml-2 mr-2 '}>{lang.address}</p>
|
|
199
190
|
</div>
|
|
200
191
|
<div
|
|
201
|
-
|
|
192
|
+
className="col-lg-12 d-flex justify-content-start align-items-center flex-row"
|
|
202
193
|
style={{
|
|
203
194
|
paddingLeft: langdetect == 'en' ? '2.5rem' : 0,
|
|
204
195
|
paddingRight: langdetect == 'en' ? 0 : '2.5rem',
|
|
205
196
|
}}
|
|
206
197
|
>
|
|
207
|
-
<p
|
|
198
|
+
<p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext.instinfo.address_en}</p>
|
|
208
199
|
</div>
|
|
209
200
|
</div>
|
|
210
201
|
</div>
|
|
211
202
|
)}
|
|
212
203
|
{sectionproperties.showopeninghours == 'Show' && (
|
|
213
|
-
<div
|
|
214
|
-
<div
|
|
215
|
-
<HiOutlineClock
|
|
216
|
-
<p
|
|
204
|
+
<div className="col-lg-3 col-md-12 col-sm-12 p-0 mb-md-3">
|
|
205
|
+
<div className="col-lg-12 d-flex justify-content-start align-items-center flex-row">
|
|
206
|
+
<HiOutlineClock className={footerStyles.icon} size={23} />
|
|
207
|
+
<p className={footerStyles.titlestyles + ' m-0 p-0 ml-2 mr-2 '}>{lang.workinghours}</p>
|
|
217
208
|
</div>
|
|
218
209
|
<div
|
|
219
|
-
|
|
210
|
+
className="col-lg-12 d-flex justify-content-start align-items-center flex-row"
|
|
220
211
|
style={{
|
|
221
212
|
paddingLeft: langdetect == 'en' ? '2.5rem' : 0,
|
|
222
213
|
paddingRight: langdetect == 'en' ? 0 : '2.5rem',
|
|
223
214
|
}}
|
|
224
215
|
>
|
|
225
|
-
<p
|
|
216
|
+
<p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>Sat-Mon 12:00pm - 9:00pm</p>
|
|
226
217
|
</div>
|
|
227
218
|
</div>
|
|
228
219
|
)}
|
|
229
|
-
<div
|
|
220
|
+
<div className="col-lg-3 d-flex align-items-center justify-content-center justify-content-md-start">
|
|
230
221
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
231
|
-
<div
|
|
222
|
+
<div className={`${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center '}>
|
|
232
223
|
<FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
|
|
233
224
|
</div>
|
|
234
225
|
)}
|
|
235
226
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
236
|
-
<div
|
|
227
|
+
<div className={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}>
|
|
237
228
|
<AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
|
|
238
229
|
</div>
|
|
239
230
|
)}
|
|
240
231
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
241
|
-
<div
|
|
232
|
+
<div className={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center '}>
|
|
242
233
|
<BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
|
|
243
234
|
</div>
|
|
244
235
|
)}
|
|
245
236
|
</div>
|
|
246
237
|
{sectionproperties.showseparator == 'Show' && (
|
|
247
|
-
<div
|
|
248
|
-
<div
|
|
238
|
+
<div className="col-lg-12 p-0 mt-4 mb-4">
|
|
239
|
+
<div className={footerStyles.divider} />
|
|
249
240
|
</div>
|
|
250
241
|
)}
|
|
251
242
|
{sectionproperties.showpaymentfooter == 'Show' && (
|
|
252
|
-
<div
|
|
243
|
+
<div className="col-lg-12 allcentered">
|
|
253
244
|
<div
|
|
254
|
-
|
|
245
|
+
className={`${footerStyles.payimgcont}`}
|
|
255
246
|
style={{
|
|
256
247
|
width: '50px',
|
|
257
248
|
height: '40px',
|
|
258
249
|
}}
|
|
259
250
|
>
|
|
260
|
-
<img src={visa}
|
|
251
|
+
<img src={visa} className={`${footerStyles.payimg}`} />
|
|
261
252
|
</div>
|
|
262
253
|
<div
|
|
263
|
-
|
|
254
|
+
className={`${footerStyles.payimgcont}`}
|
|
264
255
|
style={{
|
|
265
256
|
width: '70px',
|
|
266
257
|
height: '40px',
|
|
267
258
|
}}
|
|
268
259
|
>
|
|
269
|
-
<img src={paypal}
|
|
260
|
+
<img src={paypal} className={`${footerStyles.payimg}`} />
|
|
270
261
|
</div>
|
|
271
262
|
<div
|
|
272
|
-
|
|
263
|
+
className={`${footerStyles.payimgcont}`}
|
|
273
264
|
style={{
|
|
274
265
|
width: '70px',
|
|
275
266
|
height: '40px',
|
|
276
267
|
}}
|
|
277
268
|
>
|
|
278
|
-
<img src={fawry}
|
|
269
|
+
<img src={fawry} className={`${footerStyles.payimg}`} />
|
|
279
270
|
</div>
|
|
280
271
|
<div
|
|
281
|
-
|
|
272
|
+
className={`${footerStyles.payimgcont}`}
|
|
282
273
|
style={{
|
|
283
274
|
width: '75px',
|
|
284
275
|
height: '40px',
|
|
285
276
|
}}
|
|
286
277
|
>
|
|
287
|
-
<img src={paymob}
|
|
278
|
+
<img src={paymob} className={`${footerStyles.payimg}`} />
|
|
288
279
|
</div>
|
|
289
280
|
</div>
|
|
290
281
|
)}
|