tabexseriescomponents 0.2.1069 → 0.2.1071

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.
Files changed (389) hide show
  1. package/dist/index.cjs.js +854 -484
  2. package/dist/index.esm.js +854 -484
  3. package/dist/index.umd.js +854 -484
  4. package/package.json +1 -1
  5. package/srcbefore27-11/Contexts/LanguageContext.jsx +408 -0
  6. package/srcbefore27-11/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcbefore27-11/Imagekitconfig copy.jsx +46 -0
  8. package/srcbefore27-11/Imagekitconfig.jsx +178 -0
  9. package/srcbefore27-11/StylesJS/Customstyles.js +456 -0
  10. package/srcbefore27-11/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +538 -0
  11. package/srcbefore27-11/TabexComponents/Cards/Card20/Card20.jsx +299 -0
  12. package/srcbefore27-11/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  13. package/srcbefore27-11/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  14. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  15. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  16. package/srcbefore27-11/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  17. package/srcbefore27-11/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  18. package/srcbefore27-11/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  19. package/srcbefore27-11/TabexComponents/Cards/Cardwithdetailsshowonhover/Cardwithdetailsshowonhover.jsx +1074 -0
  20. package/srcbefore27-11/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  21. package/srcbefore27-11/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +293 -0
  22. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover/Categorycard_details_onhover.jsx +512 -0
  23. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover copy/Categorycard_details_onhover.jsx +513 -0
  24. package/srcbefore27-11/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  25. package/srcbefore27-11/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  26. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  27. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +184 -0
  28. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  29. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +208 -0
  30. package/srcbefore27-11/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  31. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  32. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +145 -0
  33. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  34. package/srcbefore27-11/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  35. package/srcbefore27-11/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +605 -0
  36. package/srcbefore27-11/TabexComponents/Cards/MenuCard/MenuCard.jsx +817 -0
  37. package/srcbefore27-11/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  38. package/srcbefore27-11/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  39. package/srcbefore27-11/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  40. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  41. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  42. package/srcbefore27-11/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  43. package/srcbefore27-11/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  44. package/srcbefore27-11/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  45. package/srcbefore27-11/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  46. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  47. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  48. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  49. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  50. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  51. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +731 -0
  52. package/srcbefore27-11/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  53. package/srcbefore27-11/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  54. package/srcbefore27-11/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +138 -0
  55. package/srcbefore27-11/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
  56. package/srcbefore27-11/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +600 -0
  57. package/srcbefore27-11/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  58. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  59. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +2321 -0
  60. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +1311 -0
  61. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcardlastversion15-9.jsx +1292 -0
  62. package/srcbefore27-11/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  63. package/srcbefore27-11/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  64. package/srcbefore27-11/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  65. package/srcbefore27-11/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  66. package/srcbefore27-11/TabexComponents/Cards/Variants_J_Cards/Variants_J_Cards.jsx +660 -0
  67. package/srcbefore27-11/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +759 -0
  68. package/srcbefore27-11/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  69. package/srcbefore27-11/TabexComponents/Footer/Footer2/Footer2.jsx +731 -0
  70. package/srcbefore27-11/TabexComponents/Footer/Footer3/Footer3.jsx +414 -0
  71. package/srcbefore27-11/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  72. package/srcbefore27-11/TabexComponents/Footer/Footer5/Footer5.jsx +776 -0
  73. package/srcbefore27-11/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  74. package/srcbefore27-11/TabexComponents/Footer/Footer7/Footer7.jsx +430 -0
  75. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8 copy.jsx +1970 -0
  76. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8.jsx +2015 -0
  77. package/srcbefore27-11/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  78. package/srcbefore27-11/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +582 -0
  79. package/srcbefore27-11/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +1165 -0
  80. package/srcbefore27-11/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +646 -0
  81. package/srcbefore27-11/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  82. package/srcbefore27-11/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +332 -0
  83. package/srcbefore27-11/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  84. package/srcbefore27-11/TabexComponents/Generalfiles/images/noimage.png +0 -0
  85. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  86. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  87. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  88. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  89. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  90. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  91. package/srcbefore27-11/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  92. package/srcbefore27-11/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  93. package/srcbefore27-11/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  94. package/srcbefore27-11/TabexComponents/Generalfiles/images/usflag.png +0 -0
  95. package/srcbefore27-11/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  96. package/srcbefore27-11/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1264 -0
  97. package/srcbefore27-11/TabexComponents/Headers/CategoriesComponent/CategoriesComponent.jsx +375 -0
  98. package/srcbefore27-11/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1056 -0
  99. package/srcbefore27-11/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1498 -0
  100. package/srcbefore27-11/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1289 -0
  101. package/srcbefore27-11/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  102. package/srcbefore27-11/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +907 -0
  103. package/srcbefore27-11/TabexComponents/Headers/FloatingIcons/FloatingIcons.jsx +358 -0
  104. package/srcbefore27-11/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +875 -0
  105. package/srcbefore27-11/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  106. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  107. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8.jsx +3414 -0
  108. package/srcbefore27-11/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +777 -0
  109. package/srcbefore27-11/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +933 -0
  110. package/srcbefore27-11/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +710 -0
  111. package/srcbefore27-11/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  112. package/srcbefore27-11/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1347 -0
  113. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1566 -0
  114. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  115. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  116. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  117. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +7199 -0
  118. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  119. package/srcbefore27-11/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +941 -0
  120. package/srcbefore27-11/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +80 -0
  121. package/srcbefore27-11/TabexComponents/Headers/Minimalheader/Minimalheader.jsx +846 -0
  122. package/srcbefore27-11/TabexComponents/Headers/Modernheader/Modernheader.jsx +1198 -0
  123. package/srcbefore27-11/TabexComponents/Headers/ParentCollectionsComponent/ParentCollectionsComponent.jsx +385 -0
  124. package/srcbefore27-11/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +784 -0
  125. package/srcbefore27-11/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1186 -0
  126. package/srcbefore27-11/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +3711 -0
  127. package/srcbefore27-11/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +266 -0
  128. package/srcbefore27-11/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +860 -0
  129. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader copy.jsx +950 -0
  130. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader.jsx +1052 -0
  131. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  132. package/srcbefore27-11/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  133. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  134. package/srcbefore27-11/TabexComponents/Headers/SubheaderDropdown/SubheaderDropdown.jsx +610 -0
  135. package/srcbefore27-11/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1049 -0
  136. package/srcbefore27-11/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1095 -0
  137. package/srcbefore27-11/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +979 -0
  138. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  139. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  140. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +872 -0
  141. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContentrecent.jsx +895 -0
  142. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  143. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  144. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  145. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  146. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  147. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +421 -0
  148. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  149. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  150. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +822 -0
  151. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm19-8beforeattach.jsx +789 -0
  152. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm22-7.jsx +787 -0
  153. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  154. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  155. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  156. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +295 -0
  157. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/PopupCountryComponent/PopupCountryComponent.jsx +120 -0
  158. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +119 -0
  159. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  160. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  161. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +489 -0
  162. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  163. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  164. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +633 -0
  165. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +509 -0
  166. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  167. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  168. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  169. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +2323 -0
  170. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  171. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  172. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  173. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  174. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSectionwithanomation12-1.jsx +2065 -0
  175. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  176. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  177. package/srcbefore27-11/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  178. package/srcbefore27-11/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +966 -0
  179. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  180. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1577 -0
  181. package/srcbefore27-11/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +596 -0
  182. package/srcbefore27-11/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  183. package/srcbefore27-11/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  184. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  185. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +394 -0
  186. package/srcbefore27-11/TabexComponents/Sections/Slideshow/CountDownSection/CountDownSection.jsx +174 -0
  187. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  188. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +651 -0
  189. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  190. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection20-2.jsx +1017 -0
  191. package/srcbefore27-11/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  192. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +3027 -0
  193. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  194. package/srcbefore27-11/TabexComponents/Sections/Slideshow/MarqueeSection/MarqueeSection.jsx +103 -0
  195. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Preloaderone/Preloaderone.jsx +49 -0
  196. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  197. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +384 -0
  198. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards copy.jsx +1576 -0
  199. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +1989 -0
  200. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  201. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  202. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  203. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  204. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +474 -0
  205. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  206. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +665 -0
  207. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  208. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  209. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  210. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  211. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  212. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +741 -0
  213. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TableSection/TableSection.jsx +423 -0
  214. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  215. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +636 -0
  216. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  217. package/srcbefore27-11/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +234 -0
  218. package/srcbefore27-11/TabexComponents/StaticPages/AddReview/AddReview.jsx +306 -0
  219. package/srcbefore27-11/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +364 -0
  220. package/srcbefore27-11/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +1000 -0
  221. package/srcbefore27-11/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  222. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  223. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout.jsx +2506 -0
  224. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  225. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout12-12beforeextras.jsx +1999 -0
  226. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  227. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  228. package/srcbefore27-11/TabexComponents/StaticPages/Compare/Compare.jsx +79 -0
  229. package/srcbefore27-11/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  230. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  231. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  232. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter.jsx +3337 -0
  233. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  234. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  235. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  236. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  237. package/srcbefore27-11/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  238. package/srcbefore27-11/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  239. package/srcbefore27-11/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  240. package/srcbefore27-11/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  241. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  242. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login.jsx +616 -0
  243. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +693 -0
  244. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess2.jsx +173 -0
  245. package/srcbefore27-11/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1831 -0
  246. package/srcbefore27-11/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  247. package/srcbefore27-11/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  248. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  249. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  250. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +268 -0
  251. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +190 -0
  252. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  253. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +224 -0
  254. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductFileUploader.jsx +136 -0
  255. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +347 -0
  256. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +262 -0
  257. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +5566 -0
  258. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  259. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  260. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  261. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  262. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeeuro.jsx +3101 -0
  263. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3047 -0
  264. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo13-5.jsx +2103 -0
  265. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo_28_6.jsx +2189 -0
  266. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfotoday.jsx +2166 -0
  267. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.js +2714 -0
  268. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +2206 -0
  269. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtypetill28-4-2025.jsx +1158 -0
  270. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +1117 -0
  271. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs4-5.jsx +1043 -0
  272. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabstill28-4-2025.jsx +1040 -0
  273. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +905 -0
  274. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  275. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  276. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  277. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  278. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  279. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  280. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  281. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  282. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  283. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  284. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  285. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  286. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  287. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  288. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +928 -0
  289. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  290. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  291. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  292. package/srcbefore27-11/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  293. package/srcbefore27-11/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +346 -0
  294. package/srcbefore27-11/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +367 -0
  295. package/srcbefore27-11/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +222 -0
  296. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  297. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  298. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1505 -0
  299. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm12-5beforeemailrequired.jsx +1476 -0
  300. package/srcbefore27-11/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  301. package/srcbefore27-11/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  302. package/srcbefore27-11/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +219 -0
  303. package/srcbefore27-11/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  304. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  305. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  306. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  307. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  308. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  309. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  310. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  311. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  312. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  313. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  314. package/srcbefore27-11/button.jsx +40 -0
  315. package/srcbefore27-11/index.jsx +353 -0
  316. package/srcbefore27-11/styles/Home.module.css +129 -0
  317. package/srcbefore27-11/styles/cards/Categorcycard_fullimage.module.css +14 -0
  318. package/srcbefore27-11/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  319. package/srcbefore27-11/styles/cards/Categorycard_withshapes.module.css +189 -0
  320. package/srcbefore27-11/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  321. package/srcbefore27-11/styles/cards/Productcard6.module.css +9 -0
  322. package/srcbefore27-11/styles/cards/Productccard_with_zoominonhover.module.css +94 -0
  323. package/srcbefore27-11/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  324. package/srcbefore27-11/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  325. package/srcbefore27-11/styles/cards/card23.module.css +60 -0
  326. package/srcbefore27-11/styles/cards/categorycard.module.css +84 -0
  327. package/srcbefore27-11/styles/cards/categorycard3.module.css +50 -0
  328. package/srcbefore27-11/styles/cards/categorycardwithtext.module.css +40 -0
  329. package/srcbefore27-11/styles/cards/generalCardsStyles.module.css +79 -0
  330. package/srcbefore27-11/styles/cards/productcard_animatedbuttons.module.css +139 -0
  331. package/srcbefore27-11/styles/cards/productcard_with_textonhover.module.css +18 -0
  332. package/srcbefore27-11/styles/cards/productcard_withtextonimage.module.css +0 -0
  333. package/srcbefore27-11/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  334. package/srcbefore27-11/styles/general/bootstrap.css +4763 -0
  335. package/srcbefore27-11/styles/general/dropdown.css +206 -0
  336. package/srcbefore27-11/styles/general/editorbardropdown.module.css +94 -0
  337. package/srcbefore27-11/styles/general/filter.module.css +108 -0
  338. package/srcbefore27-11/styles/general/form.module.css +255 -0
  339. package/srcbefore27-11/styles/general/general.module.css +872 -0
  340. package/srcbefore27-11/styles/general/image-gallery.css +531 -0
  341. package/srcbefore27-11/styles/general/react-accessible-accordion.module.css +52 -0
  342. package/srcbefore27-11/styles/general/react-phone-input-2.module.css +927 -0
  343. package/srcbefore27-11/styles/general/scrollbtn.module.css +22 -0
  344. package/srcbefore27-11/styles/general/slick.module.css +166 -0
  345. package/srcbefore27-11/styles/general/tabs.module.css +119 -0
  346. package/srcbefore27-11/styles/general/workplaceeditor.module.css +328 -0
  347. package/srcbefore27-11/styles/globals.css +26 -0
  348. package/srcbefore27-11/styles/headers/CTAHeader.module.css +40 -0
  349. package/srcbefore27-11/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  350. package/srcbefore27-11/styles/headers/Gotoheader.module.css +87 -0
  351. package/srcbefore27-11/styles/headers/Header7.module.css +50 -0
  352. package/srcbefore27-11/styles/headers/HeaderWithAdSlider.module.css +86 -0
  353. package/srcbefore27-11/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  354. package/srcbefore27-11/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  355. package/srcbefore27-11/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  356. package/srcbefore27-11/styles/headers/NewHeader.module.css +101 -0
  357. package/srcbefore27-11/styles/headers/SearchFocusedHeader.module.css +62 -0
  358. package/srcbefore27-11/styles/headers/Sideheader.module.css +108 -0
  359. package/srcbefore27-11/styles/headers/Simpleheader.module.css +102 -0
  360. package/srcbefore27-11/styles/headers/classicheader.module.css +16 -0
  361. package/srcbefore27-11/styles/headers/classicheaderstyles.module.css +9 -0
  362. package/srcbefore27-11/styles/headers/dropdown.css +0 -0
  363. package/srcbefore27-11/styles/headers/header4.module.css +175 -0
  364. package/srcbefore27-11/styles/headers/header5.module.css +30 -0
  365. package/srcbefore27-11/styles/headers/header_contactinfo.module.css +53 -0
  366. package/srcbefore27-11/styles/headers/headerresturant.module.css +89 -0
  367. package/srcbefore27-11/styles/headers/modernheader.module.css +45 -0
  368. package/srcbefore27-11/styles/headers/stylishheader.module.css +24 -0
  369. package/srcbefore27-11/styles/headers/subheader.module.css +114 -0
  370. package/srcbefore27-11/styles/headers/threetieredheader.module.css +91 -0
  371. package/srcbefore27-11/styles/sections/BackgroundImageWithTopContent.css +4 -0
  372. package/srcbefore27-11/styles/sections/Backgroundimage1.module.css +17 -0
  373. package/srcbefore27-11/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  374. package/srcbefore27-11/styles/sections/Freetext.module.css +18 -0
  375. package/srcbefore27-11/styles/sections/Section_with_rightbgcont.module.css +49 -0
  376. package/srcbefore27-11/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  377. package/srcbefore27-11/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  378. package/srcbefore27-11/styles/staticpages/accordion.module.css +9 -0
  379. package/srcbefore27-11/styles/staticpages/cart.module.css +108 -0
  380. package/srcbefore27-11/styles/staticpages/dropdown.css +196 -0
  381. package/srcbefore27-11/styles/staticpages/filter.module.css +139 -0
  382. package/srcbefore27-11/styles/staticpages/image-gallery.css +481 -0
  383. package/srcbefore27-11/styles/staticpages/login.module.css +155 -0
  384. package/srcbefore27-11/styles/staticpages/productinfo.module.css +54 -0
  385. package/srcbefore27-11/styles/staticpages/shop.module.css +191 -0
  386. package/srcbefore27-11/styles/staticpages/signup.module.css +250 -0
  387. package/srcbefore27-11/styles/staticpages/staticroutersidenav.module.css +129 -0
  388. package/srcbefore27-11/styles/staticpages/viewcart.module.css +129 -0
  389. package/srcbefore27-11/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,776 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
4
+ import { FaFacebookF } from '@react-icons/all-files/fa/FaFacebookF';
5
+ import { FaWhatsapp } from '@react-icons/all-files/fa/FaWhatsapp';
6
+ import { AiFillInstagram } from '@react-icons/all-files/ai/AiFillInstagram';
7
+ import { AiOutlineMail } from '@react-icons/all-files/ai/AiOutlineMail';
8
+ import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
9
+ import { GoLocation } from '@react-icons/all-files/go/GoLocation';
10
+ import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
11
+ import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
12
+ import { AiFillYoutube } from '@react-icons/all-files/ai/AiFillYoutube';
13
+ import { FaTelegramPlane } from '@react-icons/all-files/fa/FaTelegramPlane';
14
+
15
+ const Footer5 = (props) => {
16
+ const [sectionproperties, setsectionproperties] = useState('');
17
+ const [maincontainerarrayofobjs, setmaincontainerarrayofobjs] = useState([]);
18
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
19
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
20
+ const lang = props.actions.lang;
21
+ const langdetect = props.actions.langdetect;
22
+ const routingcountext = props.actions.routingcountext;
23
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
24
+ const authdetailsContext = props.actions.authdetailsContext;
25
+ const templateproperties_context = props.actions.templateproperties_context;
26
+ const templatepropcontext = props.actions.templatepropcontext;
27
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
28
+ const [bgimagearrayofobjs, setbgimagearrayofobjs] = useState([]);
29
+
30
+ useEffect(() => {
31
+ if (props.srcfrom == 'addsectionform') {
32
+ var secpropobj = {};
33
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
34
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
35
+ });
36
+ setsectionproperties({ ...secpropobj });
37
+ } else {
38
+ var secpropobj = {};
39
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
40
+ if (sectionitem.sectionid == props.sectionidprops) {
41
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
42
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
43
+ });
44
+ }
45
+ });
46
+ setsectionproperties({ ...secpropobj });
47
+ }
48
+ }, [StatePagePropertiesContext]);
49
+ useEffect(() => {
50
+ if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
51
+ var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
52
+ if (Array.isArray(maincontainerarrayofobjsparsed)) {
53
+ setmaincontainerarrayofobjs([...maincontainerarrayofobjsparsed]);
54
+ }
55
+ }
56
+ }, [sectionproperties]);
57
+ useEffect(() => {
58
+ if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
59
+ var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
60
+ if (Array.isArray(bg1_arrayofobjsparsed)) {
61
+ setbgimagearrayofobjs([...bg1_arrayofobjsparsed]);
62
+ }
63
+ }
64
+ }, [sectionproperties]);
65
+ useEffect(() => {
66
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
67
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
68
+ if (Array.isArray(logoarrayofobjectsparsed)) {
69
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
70
+ }
71
+ }
72
+ }, [templateproperties_context]);
73
+ const footerStyles = {
74
+ footerContainer: css({
75
+ position: 'relative',
76
+ background: sectionproperties.footerbgcolor,
77
+ paddingBottom: sectionproperties.footer_paddingBottom + 'px',
78
+ paddingTop: sectionproperties.footer_paddingTop + 'px',
79
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
80
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
81
+ }),
82
+ footerlogo: css({
83
+ width: sectionproperties.logo_width + 'px',
84
+ height: sectionproperties.logo_height + 'px',
85
+ position: 'relative',
86
+ }),
87
+ footertitlestyles: css({
88
+ textTransform: sectionproperties.sectionTitleTextTransform,
89
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
90
+ fontWeight: sectionproperties.sectionTitleFontWeight,
91
+ color: sectionproperties.sectionTitleColor,
92
+ }),
93
+ facebook_btn: css({
94
+ cursor: 'pointer',
95
+ background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
96
+ width: sectionproperties.facebkbtnnWidth + 'px',
97
+ height: sectionproperties.facebkbtnnHeight + 'px',
98
+ borderRadius: sectionproperties.facebkbtnn_borderRadius + 'px',
99
+ color: sectionproperties.facebkbtnnTextcolor,
100
+ border: sectionproperties.facebkbtnnborderwidth + 'px solid ' + sectionproperties.facebkbtnnbordercolor,
101
+ transition: '.3s',
102
+ ':hover': {
103
+ background: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? 'Transparent' : sectionproperties.facebkbtnnbgColoronhover,
104
+ color: sectionproperties.facebkbtnnTextcoloronhover,
105
+ borderColor: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? sectionproperties.facebkbtnnTextcoloronhover : sectionproperties.facebkbtnnbgColoronhover,
106
+ },
107
+ }),
108
+ youtube_btn: css({
109
+ cursor: 'pointer',
110
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
111
+ width: sectionproperties.youtubebtnWidth + 'px',
112
+ height: sectionproperties.youtubebtnHeight + 'px',
113
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
114
+ color: sectionproperties.youtubebtnTextcolor,
115
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
116
+ transition: '.3s',
117
+ ':hover': {
118
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
119
+ color: sectionproperties.youtubebtnTextcoloronhover,
120
+ borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
121
+ },
122
+ }),
123
+ instgram_btn: css({
124
+ cursor: 'pointer',
125
+ background: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
126
+ width: sectionproperties.instgrambtnWidth + 'px',
127
+ height: sectionproperties.instgrambtnHeight + 'px',
128
+ borderRadius: sectionproperties.instgrambtn_borderRadius + 'px',
129
+ color: sectionproperties.instgrambtnTextcolor,
130
+ border: sectionproperties.instgrambtnborderwidth + 'px solid ' + sectionproperties.instgrambtnbordercolor,
131
+ transition: '.3s',
132
+ ':hover': {
133
+ background: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
134
+ color: sectionproperties.instgrambtnTextcoloronhover,
135
+ borderColor: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.instgrambtnTextcoloronhover : sectionproperties.instgrambtnbgColoronhover,
136
+ },
137
+ }),
138
+ footersubtitlestyles: css({
139
+ textTransform: sectionproperties.footertitle_texttransform,
140
+ fontSize: sectionproperties.footertitle__fontsize + 'px',
141
+ fontWeight: sectionproperties.footertitle__fontweight,
142
+ color: sectionproperties.footertitlecolor,
143
+ cursor: 'pointer',
144
+ transition: '.3s',
145
+ ':hover': {
146
+ color: sectionproperties.footertitlecoloronhover,
147
+ },
148
+ }),
149
+ footerinformationstyles: css({
150
+ textTransform: sectionproperties.footerinfotext_textTransform,
151
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
152
+ fontWeight: sectionproperties.footerinfotext_fontweight,
153
+ color: sectionproperties.footerinfotext_color,
154
+ ':hover .storeinfotext': {
155
+ transition: '.3s',
156
+ color: sectionproperties.footerinfotext_coloronhover,
157
+ },
158
+ }),
159
+ divider: css({
160
+ height: sectionproperties.vl_height + 'px',
161
+ width: sectionproperties.vl_width + '%',
162
+ backgroundColor: sectionproperties.vl_bg,
163
+ marginBottom: sectionproperties.divider_mb + 'px',
164
+ marginTop: sectionproperties.divider_mt + 'px',
165
+ }),
166
+ payimgcont: css({
167
+ marginLeft: langdetect == 'en' ? '10px' : 0,
168
+ marginRight: langdetect == 'en' ? 0 : '10px',
169
+ }),
170
+ payimg: css({
171
+ width: '100%',
172
+ height: '100%',
173
+ objectFit: 'contain',
174
+ }),
175
+ imgcontainer: css({
176
+ ':before': {
177
+ width: '100%',
178
+ height: '100%',
179
+ background: 'rgba(0,0,0,' + sectionproperties.cardbg_opacity + ')',
180
+ zIndex: 1,
181
+ position: 'absolute',
182
+ content: 's',
183
+ fontSize: 0,
184
+ left: 0,
185
+ right: 0,
186
+ top: 0,
187
+ bottom: 0,
188
+ },
189
+ }),
190
+ apptore: css({
191
+ width: '100%',
192
+ objectFit: 'contain',
193
+ }),
194
+ googleplay: css({
195
+ width: '100%',
196
+ objectFit: 'contain',
197
+ }),
198
+ footercon: css({
199
+ width: sectionproperties.footerwidth + 'vw',
200
+ '@media (max-width: 800px)': {
201
+ width: sectionproperties.footerwidthresp + 'vw',
202
+ },
203
+ }),
204
+ };
205
+ return (
206
+ <div
207
+ className={`${footerStyles.footerContainer}` + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 '}
208
+ style={{
209
+ position: 'relative',
210
+ display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex',
211
+ borderLeft: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor,
212
+ borderRight: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor,
213
+ }}
214
+ >
215
+ <div class={footerStyles.footercon + ' row m-0 '}>
216
+ {maincontainerarrayofobjs.length != 0 && (
217
+ <div className={footerStyles.imgcontainer}>
218
+ <Imagekitimagecomp
219
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
220
+ publicKey={ikimagecredcontext?.ikimagepublickey}
221
+ path={maincontainerarrayofobjs[0].back_bgimage}
222
+ style={{
223
+ height: '100%',
224
+ width: '100%',
225
+ objectFit: 'cover',
226
+ margin: 0,
227
+ padding: 0,
228
+ position: 'absolute',
229
+ top: 0,
230
+ bottom: 0,
231
+ right: 0,
232
+ left: 0,
233
+ }}
234
+ />
235
+ </div>
236
+ )}
237
+ <div className="col-lg-12 p-0" style={{ zIndex: 1 }}>
238
+ <div className="row m-0 w-100">
239
+ {/* mobile */}
240
+ <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">
241
+ <div className="row m-0 w-100">
242
+ <div className="col-lg-12 allcentered p-0">
243
+ <div
244
+ className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start cursor-pointer '}
245
+ onClick={() => {
246
+ routingcountext('home');
247
+ }}
248
+ >
249
+ <Imagekitimagecomp
250
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
251
+ publicKey={ikimagecredcontext?.ikimagepublickey}
252
+ path={
253
+ sectionproperties.replacelogo == 'Yes'
254
+ ? langdetect == 'en'
255
+ ? bgimagearrayofobjs[0]?.englishlogo
256
+ : bgimagearrayofobjs[0]?.arabiclogo
257
+ : langdetect == 'en'
258
+ ? logoarrayofobjects[0]?.englishlogo
259
+ : logoarrayofobjects[0]?.arabiclogo
260
+ }
261
+ style={{
262
+ width: '100%',
263
+ height: '100%',
264
+ objectFit: 'contain',
265
+ }}
266
+ loading="lazy"
267
+ />
268
+ </div>
269
+ </div>
270
+ {sectionproperties.showfooterdescription == 'Show' && (
271
+ <div className="col-lg-12 p-0 allcentered mt-2 p-0">
272
+ <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
273
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
274
+ </p>
275
+ </div>
276
+ )}
277
+ </div>
278
+ </div>
279
+ <div className={'col-lg-4 mt-4 p-sm-0'}>
280
+ <div className="row m-0 w-100">
281
+ {sectionproperties.showhidemainpages == 'Show' && (
282
+ <div className={sectionproperties.showhidesubpages == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0' : 'col-lg-12 col-md-12 col-sm-12 p-0 allcentered'}>
283
+ <div className="row m-0 w-100">
284
+ <div className={sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center ' : 'col-lg-12 p-0 allcentered '}>
285
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak d-none '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
286
+ {lang.usefullinks}
287
+ </p>
288
+ </div>
289
+ {templatepropcontext.pagesnprop.map((item, index) => {
290
+ if (item.isnavigation == 1 && item.isactive == 1) {
291
+ return (
292
+ <div className={sectionproperties.showhidesubpages == 'Show' ? 'col-lg-12 p-0 d-flex justify-content-md-center' : 'col-lg-12 p-0 allcentered'}>
293
+ <div onClick={() => routingcountext(item.navigationroute)}>
294
+ <p
295
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
296
+ style={{ textAlign: sectionproperties.showhidesubpages == 'Show' ? (langdetect == 'en' ? 'left' : 'right') : 'center' }}
297
+ >
298
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
299
+ </p>
300
+ </div>
301
+ </div>
302
+ );
303
+ }
304
+ })}
305
+ </div>
306
+ </div>
307
+ )}
308
+ {sectionproperties.showhidesubpages == 'Show' && (
309
+ <div className="col-lg-6 col-md-12 col-sm-12">
310
+ <div className="row m-0 w-100">
311
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
312
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 mb-3 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
313
+ {lang.helpcenter}
314
+ </p>
315
+ </div>
316
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
317
+ <p
318
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
319
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
320
+ onClick={() => {
321
+ routingcountext(StaticPagesLinksContext.Wishlist);
322
+ }}
323
+ >
324
+ {lang.wishlist}
325
+ </p>
326
+ </div>
327
+ {authdetailsContext.loggedin && (
328
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
329
+ <p
330
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
331
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
332
+ onClick={() => {
333
+ routingcountext(StaticPagesLinksContext.Ordershistory);
334
+ }}
335
+ >
336
+ {lang.orderhistory}
337
+ </p>
338
+ </div>
339
+ )}
340
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
341
+ <p
342
+ className={`${footerStyles.footersubtitlestyles}` + ' wordbreak '}
343
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
344
+ onClick={() => {
345
+ routingcountext(StaticPagesLinksContext.Policies);
346
+ }}
347
+ >
348
+ {lang.policies}
349
+ </p>
350
+ </div>
351
+ </div>
352
+ </div>
353
+ )}
354
+ </div>
355
+ </div>
356
+ <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">
357
+ <div className="row m-0 w-100">
358
+ <div className="col-lg-12 allcentered">
359
+ <div
360
+ className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start cursor-pointer '}
361
+ onClick={() => {
362
+ routingcountext('home');
363
+ }}
364
+ >
365
+ <Imagekitimagecomp
366
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
367
+ publicKey={ikimagecredcontext?.ikimagepublickey}
368
+ path={
369
+ sectionproperties.replacelogo == 'Yes'
370
+ ? langdetect == 'en'
371
+ ? bgimagearrayofobjs[0]?.englishlogo
372
+ : bgimagearrayofobjs[0]?.arabiclogo
373
+ : langdetect == 'en'
374
+ ? logoarrayofobjects[0]?.englishlogo
375
+ : logoarrayofobjects[0]?.arabiclogo
376
+ }
377
+ style={{
378
+ width: '100%',
379
+ height: '100%',
380
+ objectFit: 'contain',
381
+ }}
382
+ loading="lazy"
383
+ />
384
+ </div>
385
+ </div>
386
+ {sectionproperties.showfooterdescription == 'Show' && (
387
+ <div className="col-lg-12 p-0 allcentered mt-2">
388
+ <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
389
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
390
+ </p>
391
+ </div>
392
+ )}
393
+ <div className="col-lg-12 allcentered">
394
+ {sectionproperties.fbbtn_show == 'Show' && (
395
+ <div
396
+ className={
397
+ langdetect == 'en' ? `${footerStyles.facebook_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.facebook_btn}` + ' allcentered ml-3 ml-sm-4 '
398
+ }
399
+ onClick={() => {
400
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
401
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
402
+ }
403
+ }}
404
+ >
405
+ <i className="h-100 allcentered">
406
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
407
+ </i>
408
+ </div>
409
+ )}
410
+ {sectionproperties.instbtn_show == 'Show' && (
411
+ <div
412
+ className={
413
+ langdetect == 'en' ? `${footerStyles.instgram_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.instgram_btn}` + ' allcentered ml-3 ml-sm-4'
414
+ }
415
+ onClick={() => {
416
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
417
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
418
+ }
419
+ }}
420
+ >
421
+ <i className="h-100 allcentered">
422
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
423
+ </i>
424
+ </div>
425
+ )}
426
+ {sectionproperties.youtbtn_show == 'Show' && (
427
+ <div
428
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
429
+ onClick={() => {
430
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
431
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
432
+ }
433
+ }}
434
+ >
435
+ <i className="h-100 allcentered">
436
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
437
+ </i>
438
+ </div>
439
+ )}
440
+ {/* here */}
441
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
442
+ <div
443
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
444
+ onClick={() => {
445
+ if (authdetailsContext?.instinfo?.linkedinlink != null) {
446
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
447
+ }
448
+ }}
449
+ >
450
+ <i className="h-100 allcentered">
451
+ <FaLinkedinIn size={sectionproperties.youtubebtniconfontsize} />
452
+ </i>
453
+ </div>
454
+ )}
455
+ {authdetailsContext?.instinfo?.tiktoklink != null && (
456
+ <div
457
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
458
+ onClick={() => {
459
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
460
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
461
+ }
462
+ }}
463
+ >
464
+ <i className="h-100 allcentered">
465
+ <IoLogoTiktok size={sectionproperties.youtubebtniconfontsize} />
466
+ </i>
467
+ </div>
468
+ )}
469
+ {authdetailsContext?.instinfo?.telegramlink != null && (
470
+ <div
471
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
472
+ onClick={() => {
473
+ if (authdetailsContext?.instinfo?.telegramlink != null) {
474
+ window.open(authdetailsContext?.instinfo?.telegramlink, '_blank');
475
+ }
476
+ }}
477
+ >
478
+ <i className="h-100 allcentered">
479
+ <FaTelegramPlane size={sectionproperties.instgrambtniconfontsize} />
480
+ </i>
481
+ </div>
482
+ )}
483
+ {authdetailsContext?.instinfo?.youtubelink != null && (
484
+ <div
485
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
486
+ onClick={() => {
487
+ if (authdetailsContext?.instinfo?.youtubelink != null) {
488
+ window.open(authdetailsContext?.instinfo?.youtubelink, '_blank');
489
+ }
490
+ }}
491
+ >
492
+ <i className="h-100 allcentered">
493
+ <AiFillYoutube size={sectionproperties.instgrambtniconfontsize} />
494
+ </i>
495
+ </div>
496
+ )}
497
+ {authdetailsContext?.instinfo?.twitterlink != null && (
498
+ <div
499
+ className={langdetect == 'en' ? `${footerStyles.youtube_btn}` + ' allcentered mr-3 mr-sm-4 ' : `${footerStyles.youtube_btn}` + ' allcentered ml-3 ml-sm-4'}
500
+ onClick={() => {
501
+ if (authdetailsContext?.instinfo?.twitterlink != null) {
502
+ window.open(authdetailsContext?.instinfo?.twitterlink, '_blank');
503
+ }
504
+ }}
505
+ >
506
+ <i
507
+ className="h-100 allcentered"
508
+ style={{
509
+ fontSize: 20,
510
+ }}
511
+ >
512
+ x
513
+ </i>
514
+ </div>
515
+ )}
516
+ </div>
517
+ </div>
518
+ </div>
519
+ <div
520
+ className="col-lg-4 mt-4 pl-md-2 pr-md-2"
521
+ style={{
522
+ paddingLeft: langdetect == 'en' ? '80px' : 0,
523
+ paddingRight: langdetect == 'en' ? 0 : '80px',
524
+ }}
525
+ >
526
+ {sectionproperties.showfooterdescription == 'Show' && (
527
+ <div className="col-lg-12 p-0 d-flex justify-content-start justify-content-md-center mt-2">
528
+ <p className={`${footerStyles.footertitlestyles}` + ' wordbreak p-0 mb-4 '}>{langdetect == 'en' ? 'Contact Info' : 'البيانات'}</p>
529
+ </div>
530
+ )}
531
+ {sectionproperties.showfooteraddress == 'Show' && (
532
+ <div
533
+ className={
534
+ `${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 '
535
+ }
536
+ >
537
+ <i className="h-100 d-flex justify-content-center align-items-center">
538
+ <GoLocation className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
539
+ </i>
540
+ <p className={' p-0 m-0 wordbreak '}>{langdetect == 'en' ? authdetailsContext?.instinfo?.address_en : authdetailsContext?.instinfo?.address_ar}</p>
541
+ </div>
542
+ )}
543
+ {sectionproperties.showfooteremail == 'Show' && (
544
+ <div
545
+ className={
546
+ `${footerStyles.footerinformationstyles}` +
547
+ ' 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 storeinfotext cursor-pointer '
548
+ }
549
+ onClick={() => {
550
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
551
+ }}
552
+ >
553
+ <i className="h-100 d-flex justify-content-center align-items-center">
554
+ <AiOutlineMail className={langdetect == 'en' ? 'mr-2 storeinfotext' : 'ml-2 storeinfotext'} size={20} />
555
+ </i>
556
+ <p className={' p-0 m-0 wordbreak text-transform-none storeinfotext '}>{authdetailsContext?.instinfo?.contactinfo?.email}</p>
557
+ </div>
558
+ )}
559
+ {sectionproperties.showfooterphonenumber == 'Show' && (
560
+ <div
561
+ className={
562
+ `${footerStyles.footerinformationstyles}` +
563
+ ' 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 storeinfotext '
564
+ }
565
+ onClick={() => {
566
+ window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_self');
567
+ }}
568
+ style={{ cursor: 'pointer' }}
569
+ >
570
+ <i className="h-100 d-flex justify-content-center align-items-center">
571
+ <AiOutlinePhone className={langdetect == 'en' ? 'mr-2 storeinfotext' : 'ml-2 storeinfotext'} size={20} />
572
+ </i>
573
+ <p className={' p-0 m-0 wordbreak storeinfotext '}>{authdetailsContext?.CuContactphonenumber}</p>
574
+ </div>
575
+ )}
576
+ {sectionproperties.showpaymentfooter == 'Show' && (
577
+ <div className="row m-0 w-100 mt-3">
578
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
579
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 '}>{langdetect == 'en' ? 'We accept' : 'نقبل'}</p>
580
+ </div>
581
+ <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">
582
+ <div
583
+ className={`${footerStyles.payimgcont}`}
584
+ style={{
585
+ width: '50px',
586
+ height: '40px',
587
+ }}
588
+ >
589
+ <img src={'https://tabex-co.com/storage/StaticImages/visa.png'} className={`${footerStyles.payimg}`} />
590
+ </div>
591
+ <div
592
+ className={`${footerStyles.payimgcont}`}
593
+ style={{
594
+ width: '70px',
595
+ height: '30px',
596
+ borderRadius: 10,
597
+ }}
598
+ >
599
+ <img src={'https://tabex-co.com/storage/StaticImages/mastercard.png'} className={`${footerStyles.payimg}`} />
600
+ </div>
601
+ {sectionproperties.showbankak == 'Show' && (
602
+ <div
603
+ className={`${footerStyles.payimgcont}`}
604
+ style={{
605
+ width: '50px',
606
+ height: '50px',
607
+ }}
608
+ >
609
+ <img src={'https://tabex-co.com/storage/StaticImages/bankak.png'} className={`${footerStyles.payimg}`} />
610
+ </div>
611
+ )}
612
+ {sectionproperties.showinstapay == 'Show' && (
613
+ <div
614
+ className={`${footerStyles.payimgcont}`}
615
+ style={{
616
+ width: '70px',
617
+ height: '30px',
618
+ }}
619
+ >
620
+ <img src={'https://tabex-co.com/storage/StaticImages/instapay.png'} className={`${footerStyles.payimg}`} />
621
+ </div>
622
+ )}
623
+ </div>
624
+ </div>
625
+ )}
626
+ {sectionproperties.showdownloadsection == 'Show' && (
627
+ <div className="row m-0 w-100 mt-3">
628
+ <div className="col-lg-12 p-0 d-flex justify-content-md-center">
629
+ <p className={`${footerStyles.footertitlestyles}` + ' m-0 p-0 '}>
630
+ {langdetect == 'en' ? sectionproperties.otherinfotitle1en : sectionproperties.otherinfotitle1ar}
631
+ </p>
632
+ </div>
633
+ <div className="col-lg-12 mt-2 p-0 m-0 w-100 d-flex flex-row align-items-center justify-content-start justify-content-md-center">
634
+ <div class={'col-lg-6 col-md-4 col-sm-6 p-0 '}>
635
+ <img
636
+ class={`${footerStyles.apptore}` + ' d-flex justify-content-center align-items-center cursor-pointer '}
637
+ src={'https://tabex-co.com/storage/StaticImages/appstore.png'}
638
+ onClick={() => {
639
+ window.open(authdetailsContext?.instinfo?.mobileapplink_appstore, '_blank');
640
+ }}
641
+ style={{
642
+ width: '80%',
643
+ height: '80%',
644
+ }}
645
+ />
646
+ </div>
647
+ {sectionproperties.showplaystore == 'Show' && (
648
+ <div class={'col-lg-6 col-md-4 col-sm-6 p-0'}>
649
+ <img
650
+ class={`${footerStyles.googleplay}` + ' d-flex justify-content-start align-items-center cursor-pointer '}
651
+ src={'https://tabex-co.com/storage/StaticImages/googleplay.png'}
652
+ onClick={() => {
653
+ window.open(authdetailsContext?.instinfo?.mobileapplink_playstore, '_blank');
654
+ }}
655
+ style={{
656
+ width: '80%',
657
+ height: '80%',
658
+ }}
659
+ />
660
+ </div>
661
+ )}
662
+ </div>
663
+ </div>
664
+ )}
665
+ </div>
666
+ </div>
667
+ </div>
668
+ {/* mobile */}
669
+ <div class="col-lg-12 p-0 d-none d-md-flex" style={{ zIndex: 1 }}>
670
+ <div className="col-lg-12 allcentered">
671
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
672
+ <div
673
+ className={`${footerStyles.facebook_btn}` + ' allcentered mx-2 mx-md-3 '}
674
+ onClick={() => {
675
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
676
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
677
+ }
678
+ }}
679
+ >
680
+ <i className="h-100 allcentered">
681
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
682
+ </i>
683
+ </div>
684
+ )}
685
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
686
+ <div
687
+ className={`${footerStyles.instgram_btn}` + ' allcentered mx-2 mx-md-3 '}
688
+ onClick={() => {
689
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
690
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
691
+ }
692
+ }}
693
+ >
694
+ <i className="h-100 allcentered">
695
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
696
+ </i>
697
+ </div>
698
+ )}
699
+ {sectionproperties.youtbtn_show == 'Show' && authdetailsContext?.instinfo?.whatsappnumber != null && (
700
+ <div
701
+ className={`${footerStyles.youtube_btn}` + ' allcentered mx-2 mx-md-3 '}
702
+ onClick={() => {
703
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
704
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
705
+ }
706
+ }}
707
+ >
708
+ <i className="h-100 allcentered">
709
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
710
+ </i>
711
+ </div>
712
+ )}
713
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
714
+ <div
715
+ className={`${footerStyles.youtube_btn}` + ' allcentered mx-2 mx-md-3 '}
716
+ onClick={() => {
717
+ if (authdetailsContext?.instinfo?.linkedinlink != null) {
718
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
719
+ }
720
+ }}
721
+ >
722
+ <i className="h-100 allcentered">
723
+ <FaLinkedinIn size={sectionproperties.instgrambtniconfontsize} />
724
+ </i>
725
+ </div>
726
+ )}
727
+ {authdetailsContext?.instinfo?.tiktoklink != null && (
728
+ <div
729
+ className={`${footerStyles.youtube_btn}` + ' allcentered mx-2 mx-md-3 '}
730
+ onClick={() => {
731
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
732
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
733
+ }
734
+ }}
735
+ >
736
+ <i className="h-100 allcentered">
737
+ <IoLogoTiktok size={sectionproperties.instgrambtniconfontsize} />
738
+ </i>
739
+ </div>
740
+ )}
741
+ {authdetailsContext?.instinfo?.youtubelink != null && (
742
+ <div
743
+ className={`${footerStyles.youtube_btn}` + ' allcentered mx-2 mx-md-3 '}
744
+ onClick={() => {
745
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
746
+ window.open(authdetailsContext?.instinfo?.youtubelink, '_blank');
747
+ }
748
+ }}
749
+ >
750
+ <i className="h-100 allcentered">
751
+ <AiFillYoutube size={sectionproperties.instgrambtniconfontsize} />
752
+ </i>
753
+ </div>
754
+ )}
755
+ {authdetailsContext?.instinfo?.telegramlink != null && (
756
+ <div
757
+ className={`${footerStyles.youtube_btn}` + ' allcentered mx-2 mx-md-3 '}
758
+ onClick={() => {
759
+ if (authdetailsContext?.instinfo?.telegramlink != null) {
760
+ window.open(authdetailsContext?.instinfo?.telegramlink, '_blank');
761
+ }
762
+ }}
763
+ >
764
+ <i className="h-100 allcentered">
765
+ <FaTelegramPlane size={sectionproperties.instgrambtniconfontsize} />
766
+ </i>
767
+ </div>
768
+ )}
769
+ </div>
770
+ </div>
771
+ </div>
772
+ </div>
773
+ );
774
+ };
775
+
776
+ export default Footer5;