tabexseriescomponents 0.0.65 → 0.0.66
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 +24726 -16707
- package/dist/index.esm.js +24731 -16713
- package/dist/index.umd.js +24727 -16709
- 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,9 +1,4 @@
|
|
|
1
1
|
import React, { Image, 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';
|
|
@@ -14,14 +9,10 @@ import { IKImage } from 'imagekitio-react';
|
|
|
14
9
|
import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
|
|
15
10
|
|
|
16
11
|
const Footer7 = (props) => {
|
|
17
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
18
|
-
// const { fetch_inst_tabex_websitetemplatesQueryContext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
19
|
-
// const { fetchAuthorizationQueryContext, templateproperties_context } = useContext(FetchingContext);
|
|
20
|
-
// const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
21
12
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
22
13
|
const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
|
|
23
14
|
const [maincontainerarrayofobjs, setmaincontainerarrayofobjs] = useState([]);
|
|
24
|
-
|
|
15
|
+
const history = props.actions.history;
|
|
25
16
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
26
17
|
const lang = props.actions.lang;
|
|
27
18
|
const langdetect = props.actions.langdetect;
|
|
@@ -175,9 +166,9 @@ const Footer7 = (props) => {
|
|
|
175
166
|
};
|
|
176
167
|
|
|
177
168
|
return (
|
|
178
|
-
<div
|
|
169
|
+
<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' }}>
|
|
179
170
|
{maincontainerarrayofobjs.length != 0 && (
|
|
180
|
-
<div
|
|
171
|
+
<div className={footerStyles.imgcontainer}>
|
|
181
172
|
<IKImage
|
|
182
173
|
urlEndpoint={IKurlEndpoint}
|
|
183
174
|
publicKey={IKpublicKey}
|
|
@@ -197,36 +188,36 @@ const Footer7 = (props) => {
|
|
|
197
188
|
/>
|
|
198
189
|
</div>
|
|
199
190
|
)}
|
|
200
|
-
<div
|
|
191
|
+
<div className="row m-0 w-100 pb-lg-5 pt-lg-5 pt-md-4 pb-md-4 pl-md-3 pr-md-3 pt-sm-0 pb-sm-0" style={{ zIndex: 10 }}>
|
|
201
192
|
{sectionproperties.showopeninghours == 'Show' && (
|
|
202
|
-
<div
|
|
203
|
-
<div
|
|
204
|
-
<div
|
|
205
|
-
<div
|
|
206
|
-
<div
|
|
193
|
+
<div className="col-xl-5 col-lg-6 col-md-12 col-sm-12 p-0 pl-lg-3 pr-lg-3 p-md-0">
|
|
194
|
+
<div className={`${footerStyles.footertitlestyles}` + ' d-flex justify-content-start '}>{lang.openinghours}</div>
|
|
195
|
+
<div className="row m-0 w-100 mt-3 mb-3">
|
|
196
|
+
<div className={' col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start ' + `${footerStyles.footerinformationstyles}`}> Monday-Friday</div>
|
|
197
|
+
<div className={' col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start ' + `${footerStyles.footerinformationstyles}`}> 08.00 am - 10.00 pm</div>
|
|
207
198
|
</div>
|
|
208
|
-
<div
|
|
209
|
-
<div
|
|
210
|
-
<div
|
|
199
|
+
<div className="row m-0 w-100 mb-3">
|
|
200
|
+
<div className={' col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start ' + `${footerStyles.footerinformationstyles}`}>Saturday</div>
|
|
201
|
+
<div className={' col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start ' + `${footerStyles.footerinformationstyles}`}>OFF</div>
|
|
211
202
|
</div>
|
|
212
|
-
<div
|
|
203
|
+
<div className={'row m-0 w-100 mt-4 d-md-none d-sm-none'}>
|
|
213
204
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
214
|
-
<div
|
|
215
|
-
<i
|
|
205
|
+
<div className={`${footerStyles.facebook_btn}`}>
|
|
206
|
+
<i className="h-100 allcentered">
|
|
216
207
|
<FaFacebookF size={20} />
|
|
217
208
|
</i>
|
|
218
209
|
</div>
|
|
219
210
|
)}
|
|
220
211
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
221
|
-
<div
|
|
222
|
-
<i
|
|
212
|
+
<div className={' ml-3 mr-3 ml-sm-4 mr-sm-4 ' + `${footerStyles.instgram_btn}`}>
|
|
213
|
+
<i className="h-100 allcentered">
|
|
223
214
|
<AiFillInstagram size={20} />
|
|
224
215
|
</i>
|
|
225
216
|
</div>
|
|
226
217
|
)}
|
|
227
218
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
228
|
-
<div
|
|
229
|
-
<i
|
|
219
|
+
<div className={`${footerStyles.youtube_btn}`}>
|
|
220
|
+
<i className="h-100 allcentered">
|
|
230
221
|
<BsWhatsapp size={20} />
|
|
231
222
|
</i>
|
|
232
223
|
</div>
|
|
@@ -234,15 +225,15 @@ const Footer7 = (props) => {
|
|
|
234
225
|
</div>
|
|
235
226
|
</div>
|
|
236
227
|
)}
|
|
237
|
-
<div
|
|
238
|
-
<div
|
|
239
|
-
<div
|
|
228
|
+
<div className="col-xl-2 col-lg-2 col-md-12 col-sm-12 p-0 pl-lg-3 pr-lg-3 mt-md-3 p-md-0">
|
|
229
|
+
<div className={`${footerStyles.footertitlestyles}` + ' d-flex justify-content-start '}>{lang.pages}</div>
|
|
230
|
+
<div className={' row m-0 w-100 mt-3 '}>
|
|
240
231
|
{templatepropcontext.pagesnprop.map((item, index) => {
|
|
241
232
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
242
233
|
return (
|
|
243
|
-
<div
|
|
244
|
-
<div
|
|
245
|
-
<p
|
|
234
|
+
<div className="col-lg-12 col-md-12 col-sm-12 p-0 d-flex mb-3">
|
|
235
|
+
<div onCLick={() => history.push(item.navigationroute)}>
|
|
236
|
+
<p className={' wordbreak m-0 p-0 ' + `${footerStyles.footersubtitlestyles}`} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
|
|
246
237
|
{langdetect == 'en' ? item.pagename : item.pagename_ar}
|
|
247
238
|
</p>
|
|
248
239
|
</div>
|
|
@@ -252,10 +243,10 @@ const Footer7 = (props) => {
|
|
|
252
243
|
})}
|
|
253
244
|
</div>
|
|
254
245
|
</div>
|
|
255
|
-
<div
|
|
256
|
-
<div
|
|
246
|
+
<div className="col-xl-2 col-lg-2 col-md-12 col-sm-12 p-0 pl-lg-3 pr-lg-3 mt-md-2 p-md-0">
|
|
247
|
+
<div className={`${footerStyles.footertitlestyles}` + ' d-flex justify-content-start '}>{lang.usefullinks}</div>
|
|
257
248
|
<div
|
|
258
|
-
|
|
249
|
+
className={' wordbreak mt-3 mb-3 m-0 p-0 cursor-pointer ' + `${footerStyles.footersubtitlestyles}`}
|
|
259
250
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
260
251
|
onClick={() => {
|
|
261
252
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
@@ -264,7 +255,7 @@ const Footer7 = (props) => {
|
|
|
264
255
|
{lang.wishlist}
|
|
265
256
|
</div>
|
|
266
257
|
<div
|
|
267
|
-
|
|
258
|
+
className={' wordbreak mb-3 m-0 p-0 cursor-pointer ' + `${footerStyles.footersubtitlestyles}`}
|
|
268
259
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
269
260
|
onClick={() => {
|
|
270
261
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
@@ -274,7 +265,7 @@ const Footer7 = (props) => {
|
|
|
274
265
|
</div>
|
|
275
266
|
|
|
276
267
|
<div
|
|
277
|
-
|
|
268
|
+
className={' wordbreak mb-3 m-0 p-0 cursor-pointer ' + `${footerStyles.footersubtitlestyles}`}
|
|
278
269
|
style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
|
|
279
270
|
onClick={() => {
|
|
280
271
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
@@ -284,14 +275,14 @@ const Footer7 = (props) => {
|
|
|
284
275
|
</div>
|
|
285
276
|
</div>
|
|
286
277
|
<div
|
|
287
|
-
|
|
278
|
+
className={
|
|
288
279
|
langdetect == 'en'
|
|
289
280
|
? 'col-xl-3 col-lg-4 col-md-12 col-sm-12 p-0 pl-xl-5 pl-lg-3 pt-md-2 mt-lg-4 p-md-0 mt-md-3 mt-sm-2'
|
|
290
281
|
: 'col-xl-3 col-lg-4 col-md-12 col-sm-12 p-0 pr-xl-5 pr-lg-3 pt-md-2 mt-lg-4 p-md-0 mt-md-3 mt-sm-2'
|
|
291
282
|
}
|
|
292
283
|
>
|
|
293
284
|
<div
|
|
294
|
-
|
|
285
|
+
className={
|
|
295
286
|
sectionproperties.showfooteraddress == 'Show' || sectionproperties.showfooteremail == 'Show' || sectionproperties.showfooterphonenumber == 'Show'
|
|
296
287
|
? `${footerStyles.footertitlestyles}` + ' d-flex justify-content-start '
|
|
297
288
|
: 'd-none'
|
|
@@ -300,66 +291,72 @@ const Footer7 = (props) => {
|
|
|
300
291
|
{lang.havequestion}
|
|
301
292
|
</div>
|
|
302
293
|
|
|
303
|
-
<div
|
|
294
|
+
<div className="col-lg-12 col-md-12 col-sm-12 p-0 justify-content-center mt-3">
|
|
304
295
|
{sectionproperties.showfooteraddress == 'Show' && (
|
|
305
|
-
<div
|
|
306
|
-
<i
|
|
307
|
-
<GoLocation
|
|
296
|
+
<div className="row m-0 w-100 text-center d-flex align-items-center mb-3">
|
|
297
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
298
|
+
<GoLocation
|
|
299
|
+
className={langdetect == 'en' ? `${footerStyles.footerinformationstyles}` + ' mr-2 ' : `${footerStyles.footerinformationstyles}` + ' ml-2 '}
|
|
300
|
+
size={20}
|
|
301
|
+
/>
|
|
308
302
|
</i>
|
|
309
|
-
<p
|
|
303
|
+
<p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.address_en}</p>
|
|
310
304
|
</div>
|
|
311
305
|
)}
|
|
312
306
|
|
|
313
307
|
{sectionproperties.showfooteremail == 'Show' && (
|
|
314
308
|
<div
|
|
315
|
-
|
|
309
|
+
className="row m-0 w-100 text-center d-flex align-items-center mb-3"
|
|
316
310
|
onClick={() => {
|
|
317
311
|
window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
|
|
318
312
|
}}
|
|
319
313
|
>
|
|
320
|
-
<i
|
|
321
|
-
<AiOutlineMail
|
|
314
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
315
|
+
<AiOutlineMail
|
|
316
|
+
className={langdetect == 'en' ? `${footerStyles.footerinformationstyles}` + ' mr-2 ' : `${footerStyles.footerinformationstyles}` + ' ml-2 '}
|
|
317
|
+
size={20}
|
|
318
|
+
/>
|
|
322
319
|
</i>
|
|
323
|
-
<p
|
|
320
|
+
<p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.contactinfo.email}</p>
|
|
324
321
|
</div>
|
|
325
322
|
)}
|
|
326
323
|
|
|
327
324
|
{sectionproperties.showfooterphonenumber == 'Show' && (
|
|
328
325
|
<div
|
|
329
|
-
|
|
326
|
+
className="row m-0 w-100 text-center d-flex align-items-center"
|
|
330
327
|
onClick={() => {
|
|
331
328
|
window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
|
|
332
329
|
}}
|
|
333
330
|
>
|
|
334
|
-
<i
|
|
331
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
335
332
|
<AiOutlinePhone
|
|
336
|
-
|
|
333
|
+
className={langdetect == 'en' ? `${footerStyles.footerinformationstyles}` + ' mr-2 ' : `${footerStyles.footerinformationstyles}` + ' ml-2 '}
|
|
337
334
|
size={20}
|
|
338
335
|
/>
|
|
339
336
|
</i>
|
|
340
|
-
<p
|
|
337
|
+
<p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
|
|
341
338
|
</div>
|
|
342
339
|
)}
|
|
343
340
|
</div>
|
|
344
341
|
</div>
|
|
345
|
-
<div
|
|
342
|
+
<div className={'col-xl-12 col-lg-12 col-md-12 col-sm-12 mt-4 d-xl-none d-lg-none d-md-flex d-sm-flex align-items-center justify-content-center'}>
|
|
346
343
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
347
|
-
<div
|
|
348
|
-
<i
|
|
344
|
+
<div className={`${footerStyles.facebook_btn}`}>
|
|
345
|
+
<i className="h-100 allcentered">
|
|
349
346
|
<FaFacebookF size={20} />
|
|
350
347
|
</i>
|
|
351
348
|
</div>
|
|
352
349
|
)}
|
|
353
350
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
354
|
-
<div
|
|
355
|
-
<i
|
|
351
|
+
<div className={' ml-3 ml-sm-4 ' + `${footerStyles.instgram_btn}`}>
|
|
352
|
+
<i className="h-100 allcentered">
|
|
356
353
|
<AiFillInstagram size={20} />
|
|
357
354
|
</i>
|
|
358
355
|
</div>
|
|
359
356
|
)}
|
|
360
357
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
361
|
-
<div
|
|
362
|
-
<i
|
|
358
|
+
<div className={' ml-3 ml-sm-4 ' + `${footerStyles.youtube_btn}`}>
|
|
359
|
+
<i className="h-100 allcentered">
|
|
363
360
|
<BsWhatsapp size={20} />
|
|
364
361
|
</i>
|
|
365
362
|
</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 } from 'react-icons/bs';
|
|
@@ -12,13 +8,10 @@ import { IKImage } from 'imagekitio-react';
|
|
|
12
8
|
import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
|
|
13
9
|
|
|
14
10
|
const Simplefooter = (props) => {
|
|
15
|
-
// const { lang, langdetect } = useContext(LanguageContext);
|
|
16
|
-
// const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
17
|
-
// const { fetchAuthorizationQueryContext, templateproperties_context } = useContext(FetchingContext);
|
|
18
11
|
const [sectionproperties, setsectionproperties] = useState('');
|
|
19
12
|
const [arrayofobjectimagesonly, setarrayofobjectimagesonly] = useState([]);
|
|
20
13
|
const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
|
|
21
|
-
|
|
14
|
+
const history = props.actions.history;
|
|
22
15
|
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
23
16
|
const lang = props.actions.lang;
|
|
24
17
|
const langdetect = props.actions.langdetect;
|
|
@@ -136,18 +129,18 @@ const Simplefooter = (props) => {
|
|
|
136
129
|
}),
|
|
137
130
|
};
|
|
138
131
|
return (
|
|
139
|
-
<div
|
|
132
|
+
<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 '}>
|
|
140
133
|
<div
|
|
141
|
-
|
|
134
|
+
className="col-lg-12 p-0 allcentered"
|
|
142
135
|
style={{
|
|
143
136
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
144
137
|
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
|
|
145
138
|
}}
|
|
146
139
|
>
|
|
147
|
-
<div
|
|
140
|
+
<div className={`${footerStyles.divider}`}></div>
|
|
148
141
|
</div>
|
|
149
|
-
<div
|
|
150
|
-
<div
|
|
142
|
+
<div className="col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-start justify-content-md-center p-sm-0">
|
|
143
|
+
<div className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start '}>
|
|
151
144
|
<IKImage
|
|
152
145
|
urlEndpoint={IKurlEndpoint}
|
|
153
146
|
publicKey={IKpublicKey}
|
|
@@ -159,25 +152,25 @@ const Simplefooter = (props) => {
|
|
|
159
152
|
/>
|
|
160
153
|
</div>
|
|
161
154
|
</div>
|
|
162
|
-
<div
|
|
163
|
-
<div
|
|
155
|
+
<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">
|
|
156
|
+
<div className="row m-0 w-100 allcentered">
|
|
164
157
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
165
|
-
<div
|
|
166
|
-
<i
|
|
158
|
+
<div className={langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
159
|
+
<i className="h-100 allcentered">
|
|
167
160
|
<FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
|
|
168
161
|
</i>
|
|
169
162
|
</div>
|
|
170
163
|
)}
|
|
171
164
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
172
|
-
<div
|
|
173
|
-
<i
|
|
165
|
+
<div className={langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
166
|
+
<i className="h-100 allcentered">
|
|
174
167
|
<AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
|
|
175
168
|
</i>
|
|
176
169
|
</div>
|
|
177
170
|
)}
|
|
178
171
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
179
|
-
<div
|
|
180
|
-
<i
|
|
172
|
+
<div className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
173
|
+
<i className="h-100 allcentered">
|
|
181
174
|
<BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
|
|
182
175
|
</i>
|
|
183
176
|
</div>
|
|
@@ -185,7 +178,7 @@ const Simplefooter = (props) => {
|
|
|
185
178
|
</div>
|
|
186
179
|
</div>
|
|
187
180
|
<div
|
|
188
|
-
|
|
181
|
+
className="col-lg-4 mt-4 pl-md-2 pr-md-2 allcentered"
|
|
189
182
|
style={{
|
|
190
183
|
paddingLeft: langdetect == 'en' ? '80px' : 0,
|
|
191
184
|
paddingRight: langdetect == 'en' ? 0 : '80px',
|
|
@@ -193,38 +186,38 @@ const Simplefooter = (props) => {
|
|
|
193
186
|
>
|
|
194
187
|
{sectionproperties.showfooterphonenumber == 'Show' && (
|
|
195
188
|
<div
|
|
196
|
-
|
|
189
|
+
className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 allcentered mb-md-3'}
|
|
197
190
|
onClick={() => {
|
|
198
191
|
window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
|
|
199
192
|
}}
|
|
200
193
|
style={{ cursor: 'pointer' }}
|
|
201
194
|
>
|
|
202
|
-
<i
|
|
203
|
-
<AiOutlinePhone
|
|
195
|
+
<i className="h-100 d-flex justify-content-center align-items-center">
|
|
196
|
+
<AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
|
|
204
197
|
</i>
|
|
205
|
-
<p
|
|
198
|
+
<p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
|
|
206
199
|
</div>
|
|
207
200
|
)}
|
|
208
201
|
</div>
|
|
209
|
-
<div
|
|
210
|
-
<div
|
|
202
|
+
<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">
|
|
203
|
+
<div className="row m-0 w-100 allcentered">
|
|
211
204
|
{sectionproperties.fbbtn_show == 'Show' && (
|
|
212
|
-
<div
|
|
213
|
-
<i
|
|
205
|
+
<div className={langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
206
|
+
<i className="h-100 allcentered">
|
|
214
207
|
<FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
|
|
215
208
|
</i>
|
|
216
209
|
</div>
|
|
217
210
|
)}
|
|
218
211
|
{sectionproperties.instbtn_show == 'Show' && (
|
|
219
|
-
<div
|
|
220
|
-
<i
|
|
212
|
+
<div className={langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
213
|
+
<i className="h-100 allcentered">
|
|
221
214
|
<AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
|
|
222
215
|
</i>
|
|
223
216
|
</div>
|
|
224
217
|
)}
|
|
225
218
|
{sectionproperties.youtbtn_show == 'Show' && (
|
|
226
|
-
<div
|
|
227
|
-
<i
|
|
219
|
+
<div className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}>
|
|
220
|
+
<i className="h-100 allcentered">
|
|
228
221
|
<BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
|
|
229
222
|
</i>
|
|
230
223
|
</div>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|