tabexseriescomponents 0.0.707 → 0.0.708

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 (357) hide show
  1. package/dist/index.cjs.js +1798 -1071
  2. package/dist/index.esm.js +1798 -1071
  3. package/dist/index.umd.js +1799 -1071
  4. package/package.json +1 -1
  5. package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23.jsx +29 -20
  6. package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +2 -2
  7. package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +2 -2
  8. package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -1
  9. package/{srcoriginal → srcoman}/TabexComponents/Cards/MenuCard/MenuCard.jsx +13 -25
  10. package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +3 -45
  11. package/{srcoriginal → srcoman}/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +2 -0
  12. package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +2 -2
  13. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
  14. package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer5/Footer5.jsx +0 -37
  15. package/{srcoriginal → srcoman}/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +0 -19
  16. package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +0 -19
  17. package/{srcoriginal → srcoman}/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +1 -1
  18. package/{srcoriginal → srcoman}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +3 -8
  19. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8.jsx +1 -41
  20. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +33 -308
  21. package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +21 -257
  22. package/{srcoriginal → srcoman}/TabexComponents/Headers/Modernheader/Modernheader.jsx +217 -222
  23. package/{srcoriginal → srcoman}/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +4 -41
  24. package/{srcoriginal → srcoman}/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +0 -18
  25. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1 -5
  26. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +4 -6
  27. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +22 -72
  28. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +4 -3
  29. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +3 -3
  30. package/{srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx → srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx} +13 -6
  31. package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +215 -491
  32. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
  33. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +1 -1
  34. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
  35. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +40 -45
  36. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
  37. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout.jsx +1 -20
  38. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter.jsx +252 -460
  39. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
  40. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1 -2
  41. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +0 -551
  42. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +0 -1938
  43. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -760
  44. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -1679
  45. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -512
  46. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +0 -2118
  47. /package/{srcoriginal → srcoman}/Contexts/LanguageContext.jsx +0 -0
  48. /package/{srcoriginal → srcoman}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  49. /package/{srcoriginal → srcoman}/Imagekitconfig.jsx +0 -0
  50. /package/{srcoriginal → srcoman}/StylesJS/Customstyles.js +0 -0
  51. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +0 -0
  52. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card20/Card20.jsx +0 -0
  53. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card21/Card21.jsx +0 -0
  54. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card22/Card22.jsx +0 -0
  55. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23 copy.jsx +0 -0
  56. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardAll/CardAll.jsx +0 -0
  57. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +0 -0
  58. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +0 -0
  59. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +0 -0
  60. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -0
  61. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -0
  62. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -0
  63. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +0 -0
  64. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  65. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +0 -0
  66. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +0 -0
  67. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +0 -0
  68. /package/{srcoriginal → srcoman}/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +0 -0
  69. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -0
  70. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +0 -0
  71. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -0
  72. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +0 -0
  73. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +0 -0
  74. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +0 -0
  75. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +0 -0
  76. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -0
  77. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -0
  78. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -0
  79. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -0
  80. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +0 -0
  81. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -0
  82. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +0 -0
  83. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -0
  84. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -0
  85. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -0
  86. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -0
  87. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +0 -0
  88. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -0
  89. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +0 -0
  90. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +0 -0
  91. /package/{srcoriginal → srcoman}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +0 -0
  92. /package/{srcoriginal → srcoman}/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  93. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +0 -0
  94. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +0 -0
  95. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +0 -0
  96. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer2/Footer2.jsx +0 -0
  97. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer3/Footer3.jsx +0 -0
  98. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer4/Footer4.jsx +0 -0
  99. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer6/Footer6.jsx +0 -0
  100. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer7/Footer7.jsx +0 -0
  101. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer8/Footer8.jsx +0 -0
  102. /package/{srcoriginal → srcoman}/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +0 -0
  103. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +0 -0
  104. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +0 -0
  105. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  106. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  107. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  108. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  109. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  110. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  111. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  112. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  113. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  114. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  115. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  116. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  117. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  118. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +0 -0
  119. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +0 -0
  120. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +0 -0
  121. /package/{srcoriginal → srcoman}/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +0 -0
  122. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +0 -0
  123. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +0 -0
  124. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  125. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8 copy.jsx +0 -0
  126. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +0 -0
  127. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +0 -0
  128. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +0 -0
  129. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +0 -0
  130. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +0 -0
  131. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +0 -0
  132. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +0 -0
  133. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +0 -0
  134. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +0 -0
  135. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +0 -0
  136. /package/{srcoriginal → srcoman}/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +0 -0
  137. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +0 -0
  138. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +0 -0
  139. /package/{srcoriginal → srcoman}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +0 -0
  140. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader.jsx +0 -0
  141. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader13-3.jsx +0 -0
  142. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +0 -0
  143. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheadernew.jsx +0 -0
  144. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +0 -0
  145. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +0 -0
  146. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +0 -0
  147. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +0 -0
  148. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +0 -0
  149. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  150. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  151. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -0
  152. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +0 -0
  153. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +0 -0
  154. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +0 -0
  155. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +0 -0
  156. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +0 -0
  157. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +0 -0
  158. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +0 -0
  159. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +0 -0
  160. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +0 -0
  161. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +0 -0
  162. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  163. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +0 -0
  164. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  165. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +0 -0
  166. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +0 -0
  167. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +0 -0
  168. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +0 -0
  169. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +0 -0
  170. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +0 -0
  171. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +0 -0
  172. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +0 -0
  173. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +0 -0
  174. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +0 -0
  175. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +0 -0
  176. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +0 -0
  177. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +0 -0
  178. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +0 -0
  179. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  180. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  181. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +0 -0
  182. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +0 -0
  183. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +0 -0
  184. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  185. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +0 -0
  186. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  187. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  188. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  189. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +0 -0
  190. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -0
  191. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +0 -0
  192. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -0
  193. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +0 -0
  194. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +0 -0
  195. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +0 -0
  196. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +0 -0
  197. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +0 -0
  198. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +0 -0
  199. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +0 -0
  200. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +0 -0
  201. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  202. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  203. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AddReview/AddReview.jsx +0 -0
  204. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +0 -0
  205. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  206. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  207. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +0 -0
  208. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +0 -0
  209. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +0 -0
  210. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +0 -0
  211. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +0 -0
  212. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +0 -0
  213. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy.jsx +0 -0
  214. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter1-5.jsx +0 -0
  215. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter13-11.jsx +0 -0
  216. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter14-8.jsx +0 -0
  217. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter17-9.jsx +0 -0
  218. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/VariantFilter.jsx +0 -0
  219. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +0 -0
  220. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  221. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  222. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login copy.jsx +0 -0
  223. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  224. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +0 -0
  225. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  226. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  227. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +0 -0
  228. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +0 -0
  229. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +0 -0
  230. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +0 -0
  231. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +0 -0
  232. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +0 -0
  233. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +0 -0
  234. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +0 -0
  235. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +0 -0
  236. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +0 -0
  237. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +0 -0
  238. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +0 -0
  239. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +0 -0
  240. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +0 -0
  241. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +0 -0
  242. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +0 -0
  243. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +0 -0
  244. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +0 -0
  245. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +0 -0
  246. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +0 -0
  247. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +0 -0
  248. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +0 -0
  249. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +0 -0
  250. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +0 -0
  251. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +0 -0
  252. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +0 -0
  253. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +0 -0
  254. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +0 -0
  255. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +0 -0
  256. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +0 -0
  257. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +0 -0
  258. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +0 -0
  259. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +0 -0
  260. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +0 -0
  261. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +0 -0
  262. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +0 -0
  263. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -0
  264. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +0 -0
  265. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +0 -0
  266. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +0 -0
  267. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -0
  268. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  269. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -0
  270. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +0 -0
  271. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +0 -0
  272. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +0 -0
  273. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +0 -0
  274. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +0 -0
  275. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +0 -0
  276. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +0 -0
  277. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  278. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +0 -0
  279. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +0 -0
  280. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +0 -0
  281. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +0 -0
  282. /package/{srcoriginal → srcoman}/button.jsx +0 -0
  283. /package/{srcoriginal → srcoman}/index.jsx +0 -0
  284. /package/{srcoriginal → srcoman}/styles/Home.module.css +0 -0
  285. /package/{srcoriginal → srcoman}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  286. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  287. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_withshapes.module.css +0 -0
  288. /package/{srcoriginal → srcoman}/styles/cards/ModernCardWithQuantityButton.module.css +0 -0
  289. /package/{srcoriginal → srcoman}/styles/cards/Productcard6.module.css +0 -0
  290. /package/{srcoriginal → srcoman}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  291. /package/{srcoriginal → srcoman}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  292. /package/{srcoriginal → srcoman}/styles/cards/UserCardWithSocialMediaOnHover.module.css +0 -0
  293. /package/{srcoriginal → srcoman}/styles/cards/card23.module.css +0 -0
  294. /package/{srcoriginal → srcoman}/styles/cards/categorycard.module.css +0 -0
  295. /package/{srcoriginal → srcoman}/styles/cards/categorycard3.module.css +0 -0
  296. /package/{srcoriginal → srcoman}/styles/cards/categorycardwithtext.module.css +0 -0
  297. /package/{srcoriginal → srcoman}/styles/cards/generalCardsStyles.module.css +0 -0
  298. /package/{srcoriginal → srcoman}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  299. /package/{srcoriginal → srcoman}/styles/cards/productcard_with_textonhover.module.css +0 -0
  300. /package/{srcoriginal → srcoman}/styles/cards/productcard_withtextonimage.module.css +0 -0
  301. /package/{srcoriginal → srcoman}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  302. /package/{srcoriginal → srcoman}/styles/general/bootstrap.css +0 -0
  303. /package/{srcoriginal → srcoman}/styles/general/dropdown.css +0 -0
  304. /package/{srcoriginal → srcoman}/styles/general/editorbardropdown.module.css +0 -0
  305. /package/{srcoriginal → srcoman}/styles/general/filter.module.css +0 -0
  306. /package/{srcoriginal → srcoman}/styles/general/form.module.css +0 -0
  307. /package/{srcoriginal → srcoman}/styles/general/general.module.css +0 -0
  308. /package/{srcoriginal → srcoman}/styles/general/image-gallery.css +0 -0
  309. /package/{srcoriginal → srcoman}/styles/general/react-accessible-accordion.module.css +0 -0
  310. /package/{srcoriginal → srcoman}/styles/general/react-phone-input-2.module.css +0 -0
  311. /package/{srcoriginal → srcoman}/styles/general/scrollbtn.module.css +0 -0
  312. /package/{srcoriginal → srcoman}/styles/general/slick.module.css +0 -0
  313. /package/{srcoriginal → srcoman}/styles/general/tabs.module.css +0 -0
  314. /package/{srcoriginal → srcoman}/styles/general/workplaceeditor.module.css +0 -0
  315. /package/{srcoriginal → srcoman}/styles/globals.css +0 -0
  316. /package/{srcoriginal → srcoman}/styles/headers/CTAHeader.module.css +0 -0
  317. /package/{srcoriginal → srcoman}/styles/headers/CategoryFeaturingHeader.module.css +0 -0
  318. /package/{srcoriginal → srcoman}/styles/headers/Gotoheader.module.css +0 -0
  319. /package/{srcoriginal → srcoman}/styles/headers/Header7.module.css +0 -0
  320. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithAdSlider.module.css +0 -0
  321. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithSearchOnCenter.module.css +0 -0
  322. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithUtilityBar.module.css +0 -0
  323. /package/{srcoriginal → srcoman}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  324. /package/{srcoriginal → srcoman}/styles/headers/NewHeader.module.css +0 -0
  325. /package/{srcoriginal → srcoman}/styles/headers/SearchFocusedHeader.module.css +0 -0
  326. /package/{srcoriginal → srcoman}/styles/headers/Sideheader.module.css +0 -0
  327. /package/{srcoriginal → srcoman}/styles/headers/Simpleheader.module.css +0 -0
  328. /package/{srcoriginal → srcoman}/styles/headers/classicheader.module.css +0 -0
  329. /package/{srcoriginal → srcoman}/styles/headers/classicheaderstyles.module.css +0 -0
  330. /package/{srcoriginal → srcoman}/styles/headers/dropdown.css +0 -0
  331. /package/{srcoriginal → srcoman}/styles/headers/header4.module.css +0 -0
  332. /package/{srcoriginal → srcoman}/styles/headers/header5.module.css +0 -0
  333. /package/{srcoriginal → srcoman}/styles/headers/header_contactinfo.module.css +0 -0
  334. /package/{srcoriginal → srcoman}/styles/headers/headerresturant.module.css +0 -0
  335. /package/{srcoriginal → srcoman}/styles/headers/modernheader.module.css +0 -0
  336. /package/{srcoriginal → srcoman}/styles/headers/stylishheader.module.css +0 -0
  337. /package/{srcoriginal → srcoman}/styles/headers/subheader.module.css +0 -0
  338. /package/{srcoriginal → srcoman}/styles/headers/threetieredheader.module.css +0 -0
  339. /package/{srcoriginal → srcoman}/styles/sections/BackgroundImageWithTopContent.css +0 -0
  340. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage1.module.css +0 -0
  341. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  342. /package/{srcoriginal → srcoman}/styles/sections/Freetext.module.css +0 -0
  343. /package/{srcoriginal → srcoman}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  344. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  345. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  346. /package/{srcoriginal → srcoman}/styles/staticpages/accordion.module.css +0 -0
  347. /package/{srcoriginal → srcoman}/styles/staticpages/cart.module.css +0 -0
  348. /package/{srcoriginal → srcoman}/styles/staticpages/dropdown.css +0 -0
  349. /package/{srcoriginal → srcoman}/styles/staticpages/filter.module.css +0 -0
  350. /package/{srcoriginal → srcoman}/styles/staticpages/image-gallery.css +0 -0
  351. /package/{srcoriginal → srcoman}/styles/staticpages/login.module.css +0 -0
  352. /package/{srcoriginal → srcoman}/styles/staticpages/productinfo.module.css +0 -0
  353. /package/{srcoriginal → srcoman}/styles/staticpages/shop.module.css +0 -0
  354. /package/{srcoriginal → srcoman}/styles/staticpages/signup.module.css +0 -0
  355. /package/{srcoriginal → srcoman}/styles/staticpages/staticroutersidenav.module.css +0 -0
  356. /package/{srcoriginal → srcoman}/styles/staticpages/viewcart.module.css +0 -0
  357. /package/{srcoriginal → srcoman}/styles/staticpages/wishlist.module.css +0 -0
@@ -9,8 +9,6 @@ import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircle
9
9
  import { FiLayers } from '@react-icons/all-files/fi/FiLayers';
10
10
  import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
11
11
  const RandomlyStructuredCollectionCards = (props) => {
12
- const authdetailsContext = props.actions.authdetailsContext;
13
-
14
12
  const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
15
13
  const lang = props.actions.lang;
16
14
  const langdetect = props.actions.langdetect;
@@ -534,18 +532,6 @@ const RandomlyStructuredCollectionCards = (props) => {
534
532
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
535
533
  },
536
534
  }),
537
- imageoutercont: css({
538
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
539
- '@media (max-width: 800px)': {
540
- height: '30vh',
541
- },
542
- }),
543
- imageoutercont2: css({
544
- height: sectionproperties.image_height2 == 0 ? '100%' : sectionproperties.image_height2 + 'vh',
545
- '@media (max-width: 800px)': {
546
- height: '25vh',
547
- },
548
- }),
549
535
  };
550
536
  const cardsrender = () => {
551
537
  return (
@@ -641,574 +627,312 @@ const RandomlyStructuredCollectionCards = (props) => {
641
627
  : section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center '
642
628
  }
643
629
  >
644
- {authdetailsContext?.instinfo?.contactinfo.instid != '672258d7826b4' && (
645
- <div class="row m-0 w-100 ">
630
+ <div class="row m-0 w-100 ">
631
+ <div
632
+ class={
633
+ sectionproperties.imagepadding == 0
634
+ ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
635
+ : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
636
+ }
637
+ style={{
638
+ paddingLeft: sectionproperties.imagepadding + 'px',
639
+ paddingRight: sectionproperties.imagepadding + 'px',
640
+ }}
641
+ onClick={() => {
642
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[0]?.collectionid);
643
+ }}
644
+ >
646
645
  <div
647
- class={
648
- sectionproperties.imagepadding == 0
649
- ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
650
- : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
651
- }
646
+ class="row m-0 w-100"
652
647
  style={{
653
- paddingLeft: sectionproperties.imagepadding + 'px',
654
- paddingRight: sectionproperties.imagepadding + 'px',
655
- }}
656
- onClick={() => {
657
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[0]?.collectionid);
648
+ width: '100%',
649
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
658
650
  }}
659
651
  >
660
652
  <div
661
- class="row m-0 w-100"
653
+ class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
662
654
  style={{
663
655
  width: '100%',
664
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
656
+ height: '100%',
665
657
  }}
666
658
  >
667
- <div
668
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
659
+ <Imagekitimagecomp
660
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
661
+ publicKey={ikimagecredcontext?.ikimagepublickey}
662
+ path={cardsarray[0]?.image}
663
+ loading="lazy"
669
664
  style={{
670
665
  width: '100%',
671
666
  height: '100%',
667
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
668
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
669
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
670
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
671
+ objectFit: 'cover',
672
+ zIndex: 1,
672
673
  }}
673
- >
674
- <Imagekitimagecomp
675
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
676
- publicKey={ikimagecredcontext?.ikimagepublickey}
677
- path={cardsarray[0]?.image}
678
- loading="lazy"
679
- style={{
680
- width: '100%',
681
- height: '100%',
682
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
683
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
684
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
685
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
686
- objectFit: 'cover',
687
- zIndex: 1,
688
- }}
689
- />
690
- </div>
691
- <div style={{ position: 'absolute', zIndex: 1000, height: '100%', width: '100%', zIndex: 5 }}>
692
- <div class="row m-0 w-100 p-3">
693
- <div class="col-lg-12 p-0 d-flex justify-content-start">
694
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[0]?.name_en : cardsarray[0]?.name_ar}</p>
695
- </div>
696
- <div class="col-lg-12 p-0 d-flex justify-content-start">
697
- <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
698
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
699
- </p>
700
- </div>
674
+ />
675
+ </div>
676
+ <div style={{ position: 'absolute', zIndex: 1000, height: '100%', width: '100%', zIndex: 5 }}>
677
+ <div class="row m-0 w-100 p-3">
678
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
679
+ <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[0]?.name_en : cardsarray[0]?.name_ar}</p>
680
+ </div>
681
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
682
+ <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
683
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
684
+ </p>
701
685
  </div>
702
686
  </div>
703
687
  </div>
704
688
  </div>
705
- <div class={'col-lg-6 pl-0 pr-0'}>
706
- <div class="row m-0 w-100">
689
+ </div>
690
+ <div class={'col-lg-6 pl-0 pr-0'}>
691
+ <div class="row m-0 w-100">
692
+ <div
693
+ class={
694
+ sectionproperties.imagepadding == 0
695
+ ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
696
+ : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
697
+ }
698
+ onClick={() => {
699
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[1]?.collectionid);
700
+ }}
701
+ style={{
702
+ paddingLeft: sectionproperties.imagepadding + 'px',
703
+ paddingRight: sectionproperties.imagepadding + 'px',
704
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
705
+ }}
706
+ >
707
707
  <div
708
- class={
709
- sectionproperties.imagepadding == 0
710
- ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
711
- : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
712
- }
713
- onClick={() => {
714
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[1]?.collectionid);
715
- }}
708
+ class="row m-0 w-100"
716
709
  style={{
717
- paddingLeft: sectionproperties.imagepadding + 'px',
718
- paddingRight: sectionproperties.imagepadding + 'px',
719
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
710
+ width: '100%',
711
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
720
712
  }}
721
713
  >
722
714
  <div
723
- class="row m-0 w-100"
715
+ class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
724
716
  style={{
725
717
  width: '100%',
726
- height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
718
+ height: '100%',
727
719
  }}
728
720
  >
729
- <div
730
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
721
+ <Imagekitimagecomp
722
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
723
+ publicKey={ikimagecredcontext?.ikimagepublickey}
724
+ path={cardsarray[1]?.image}
725
+ loading="lazy"
731
726
  style={{
732
727
  width: '100%',
733
728
  height: '100%',
729
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
730
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
731
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
732
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
733
+ objectFit: 'cover',
734
+ zIndex: 1,
734
735
  }}
735
- >
736
- <Imagekitimagecomp
737
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
738
- publicKey={ikimagecredcontext?.ikimagepublickey}
739
- path={cardsarray[1]?.image}
740
- loading="lazy"
741
- style={{
742
- width: '100%',
743
- height: '100%',
744
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
745
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
746
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
747
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
748
- objectFit: 'cover',
749
- zIndex: 1,
750
- }}
751
- />
752
- </div>
753
- <div style={{ position: 'absolute', zIndex: 1000, bottom: 20, left: 0, right: 0, margin: 'auto', zIndex: 5 }}>
754
- <div class="row m-0 w-100 p-3 mt-auto">
755
- <div class="col-lg-12 p-0 d-flex justify-content-center">
756
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[1]?.name_en : cardsarray[1]?.name_ar}</p>
757
- </div>
758
- <div class="col-lg-12 p-0 d-flex justify-content-center">
759
- <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
760
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
761
- </p>
762
- </div>
763
- </div>
764
- </div>
736
+ />
765
737
  </div>
766
- </div>
767
- <div
768
- class={
769
- sectionproperties.imagepadding == 0
770
- ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
771
- : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
772
- }
773
- style={{
774
- paddingLeft: sectionproperties.imagepadding + 'px',
775
- paddingRight: sectionproperties.imagepadding + 'px',
776
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
777
- }}
778
- onClick={() => {
779
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[2]?.collectionid);
780
- }}
781
- >
782
- <div
783
- class="row m-0 w-100"
784
- style={{
785
- width: '100%',
786
- height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
787
- }}
788
- >
789
- <div
790
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
791
- style={{
792
- width: '100%',
793
- height: '100%',
794
- }}
795
- >
796
- <Imagekitimagecomp
797
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
798
- publicKey={ikimagecredcontext?.ikimagepublickey}
799
- path={cardsarray[2]?.image}
800
- loading="lazy"
801
- style={{
802
- width: '100%',
803
- height: '100%',
804
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
805
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
806
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
807
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
808
- objectFit: 'cover',
809
- zIndex: 1,
810
- }}
811
- />
812
- </div>
813
- <div style={{ position: 'absolute', zIndex: 1000, bottom: 20, left: 0, right: 0, margin: 'auto', zIndex: 5 }}>
814
- <div class="row m-0 w-100 p-3 mt-auto">
815
- <div class="col-lg-12 p-0 d-flex justify-content-center">
816
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[2]?.name_en : cardsarray[2]?.name_ar}</p>
817
- </div>
818
- <div class="col-lg-12 p-0 d-flex justify-content-center">
819
- <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
820
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
821
- </p>
822
- </div>
738
+ <div style={{ position: 'absolute', zIndex: 1000, bottom: 20, left: 0, right: 0, margin: 'auto', zIndex: 5 }}>
739
+ <div class="row m-0 w-100 p-3 mt-auto">
740
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
741
+ <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[1]?.name_en : cardsarray[1]?.name_ar}</p>
823
742
  </div>
824
- </div>
825
- </div>
826
- </div>
827
- <div
828
- class={
829
- sectionproperties.imagepadding == 0
830
- ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer '
831
- : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer '
832
- }
833
- onClick={() => {
834
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[3]?.collectionid);
835
- }}
836
- style={{
837
- paddingLeft: sectionproperties.imagepadding + 'px',
838
- paddingRight: sectionproperties.imagepadding + 'px',
839
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
840
- }}
841
- >
842
- <div
843
- class="row m-0 w-100"
844
- style={{
845
- width: '100%',
846
- height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
847
- }}
848
- >
849
- <div
850
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
851
- style={{
852
- width: '100%',
853
- height: '100%',
854
- }}
855
- >
856
- <Imagekitimagecomp
857
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
858
- publicKey={ikimagecredcontext?.ikimagepublickey}
859
- path={cardsarray[3]?.image}
860
- loading="lazy"
861
- style={{
862
- width: '100%',
863
- height: '100%',
864
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
865
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
866
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
867
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
868
- objectFit: 'cover',
869
- zIndex: 1,
870
- }}
871
- />
872
- </div>
873
- <div
874
- class="allcentered"
875
- style={{
876
- position: 'absolute',
877
- zIndex: 1000,
878
- height: '100%',
879
- width: '100%',
880
- bottom: 0,
881
- top: 0,
882
- left: 0,
883
- right: 0,
884
- margin: 'auto',
885
- zIndex: 5,
886
- }}
887
- >
888
- <div class="row m-0 w-100 p-3 mt-auto mb-auto">
889
- <div class="col-lg-12 p-0 d-flex justify-content-center">
890
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[3]?.name_en : cardsarray[3]?.name_ar}</p>
891
- </div>
892
- <div class="col-lg-12 p-0 d-flex justify-content-center">
893
- <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
894
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
895
- </p>
896
- </div>
743
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
744
+ <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
745
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
746
+ </p>
897
747
  </div>
898
748
  </div>
899
749
  </div>
900
750
  </div>
751
+ </div>
752
+ <div
753
+ class={
754
+ sectionproperties.imagepadding == 0
755
+ ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer '
756
+ : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer '
757
+ }
758
+ style={{
759
+ paddingLeft: sectionproperties.imagepadding + 'px',
760
+ paddingRight: sectionproperties.imagepadding + 'px',
761
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
762
+ }}
763
+ onClick={() => {
764
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[2]?.collectionid);
765
+ }}
766
+ >
901
767
  <div
902
- class={section_cssstyles.cardcont + ' col-lg-5 p-md-0 mb-md-3 cursor-pointer '}
768
+ class="row m-0 w-100"
903
769
  style={{
904
- paddingLeft: sectionproperties.imagepadding + 'px',
905
- paddingRight: sectionproperties.imagepadding + 'px',
906
- }}
907
- onClick={() => {
908
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[4]?.collectionid);
770
+ width: '100%',
771
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
909
772
  }}
910
773
  >
911
774
  <div
912
- class="row m-0 w-100"
775
+ class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
913
776
  style={{
914
777
  width: '100%',
915
- height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
778
+ height: '100%',
916
779
  }}
917
780
  >
918
- <div
919
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
781
+ <Imagekitimagecomp
782
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
783
+ publicKey={ikimagecredcontext?.ikimagepublickey}
784
+ path={cardsarray[2]?.image}
785
+ loading="lazy"
920
786
  style={{
921
787
  width: '100%',
922
788
  height: '100%',
789
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
790
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
791
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
792
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
793
+ objectFit: 'cover',
794
+ zIndex: 1,
923
795
  }}
924
- >
925
- <Imagekitimagecomp
926
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
927
- publicKey={ikimagecredcontext?.ikimagepublickey}
928
- path={cardsarray[4]?.image}
929
- loading="lazy"
930
- style={{
931
- width: '100%',
932
- height: '100%',
933
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
934
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
935
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
936
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
937
- objectFit: 'cover',
938
- zIndex: 1,
939
- }}
940
- />
941
- </div>
942
- <div style={{ position: 'absolute', zIndex: 1000, width: '100%', bottom: 10, zIndex: 5 }}>
943
- <div class="row m-0 w-100 p-3 d-flex justify-content-end">
944
- <div class="col-lg-12 p-0 d-flex justify-content-start">
945
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[4]?.name_en : cardsarray[4]?.name_ar}</p>
946
- </div>
947
- <div class="col-lg-12 p-0 d-flex justify-content-start">
948
- <p class={section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '}>
949
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
950
- </p>
951
- </div>
796
+ />
797
+ </div>
798
+ <div style={{ position: 'absolute', zIndex: 1000, bottom: 20, left: 0, right: 0, margin: 'auto', zIndex: 5 }}>
799
+ <div class="row m-0 w-100 p-3 mt-auto">
800
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
801
+ <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[2]?.name_en : cardsarray[2]?.name_ar}</p>
802
+ </div>
803
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
804
+ <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
805
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
806
+ </p>
952
807
  </div>
953
808
  </div>
954
809
  </div>
955
810
  </div>
956
811
  </div>
957
- </div>
958
- </div>
959
- )}
960
- {authdetailsContext?.instinfo?.contactinfo.instid == '672258d7826b4' && (
961
- <div class="row m-0 w-100 ">
962
- <div
963
- class={
964
- sectionproperties.imagepadding == 0
965
- ? section_cssstyles.cardcont + ' col-6 p-md-0 cursor-pointer '
966
- : section_cssstyles.cardcont + ' col-6 p-md-0 mb-md-3 cursor-pointer '
967
- }
968
- >
969
- <div class="row m-0 w-100">
812
+ <div
813
+ class={
814
+ sectionproperties.imagepadding == 0
815
+ ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer '
816
+ : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer '
817
+ }
818
+ onClick={() => {
819
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[3]?.collectionid);
820
+ }}
821
+ style={{
822
+ paddingLeft: sectionproperties.imagepadding + 'px',
823
+ paddingRight: sectionproperties.imagepadding + 'px',
824
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
825
+ }}
826
+ >
970
827
  <div
971
- class="col-12 cursor-pointer"
972
- onClick={() => {
973
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[0]?.collectionid);
974
- }}
828
+ class="row m-0 w-100"
975
829
  style={{
976
- paddingLeft: sectionproperties.imagepadding + 'px',
977
- paddingRight: sectionproperties.imagepadding + 'px',
978
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
830
+ width: '100%',
831
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
979
832
  }}
980
833
  >
981
834
  <div
982
- class={section_cssstyles.imageoutercont + ' row m-0 w-100 '}
835
+ class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
983
836
  style={{
984
837
  width: '100%',
838
+ height: '100%',
985
839
  }}
986
840
  >
987
- <div
988
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
841
+ <Imagekitimagecomp
842
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
843
+ publicKey={ikimagecredcontext?.ikimagepublickey}
844
+ path={cardsarray[3]?.image}
845
+ loading="lazy"
989
846
  style={{
990
847
  width: '100%',
991
848
  height: '100%',
849
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
850
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
851
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
852
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
853
+ objectFit: 'cover',
854
+ zIndex: 1,
992
855
  }}
993
- >
994
- <Imagekitimagecomp
995
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
996
- publicKey={ikimagecredcontext?.ikimagepublickey}
997
- path={cardsarray[0]?.image}
998
- loading="lazy"
999
- style={{
1000
- width: '100%',
1001
- height: '100%',
1002
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
1003
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
1004
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
1005
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
1006
- objectFit: 'cover',
1007
- zIndex: 1,
1008
- }}
1009
- />
1010
- </div>
1011
- <div
1012
- class={section_cssstyles.imageoutercont}
1013
- style={{
1014
- position: 'absolute',
1015
- zIndex: 1000,
1016
- // height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
1017
- width: '100%',
1018
- zIndex: 5,
1019
- left: 0,
1020
- }}
1021
- >
1022
- <div class="row m-0 w-100 p-3 w-100 h-100 allcentered">
1023
- <div class="col-lg-12 p-0 d-flex allcentered h-100">
1024
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[0]?.name_en : cardsarray[0]?.name_ar}</p>
1025
- </div>
1026
- {/* <div class="col-lg-12 p-0 d-flex justify-content-start">
1027
- <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
1028
- {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
1029
- </p>
1030
- </div> */}
1031
- </div>
1032
- </div>
856
+ />
1033
857
  </div>
1034
- </div>
1035
- <div
1036
- class="col-12 cursor-pointer"
1037
- onClick={() => {
1038
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[2]?.collectionid);
1039
- }}
1040
- style={{
1041
- paddingLeft: sectionproperties.imagepadding + 'px',
1042
- paddingRight: sectionproperties.imagepadding + 'px',
1043
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
1044
- }}
1045
- >
1046
858
  <div
1047
- class={section_cssstyles.imageoutercont2 + ' row m-0 w-100 '}
859
+ class="allcentered"
1048
860
  style={{
861
+ position: 'absolute',
862
+ zIndex: 1000,
863
+ height: '100%',
1049
864
  width: '100%',
865
+ bottom: 0,
866
+ top: 0,
867
+ left: 0,
868
+ right: 0,
869
+ margin: 'auto',
870
+ zIndex: 5,
1050
871
  }}
1051
872
  >
1052
- <div
1053
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
1054
- style={{
1055
- width: '100%',
1056
- height: '100%',
1057
- }}
1058
- >
1059
- <Imagekitimagecomp
1060
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
1061
- publicKey={ikimagecredcontext?.ikimagepublickey}
1062
- path={cardsarray[2]?.image}
1063
- loading="lazy"
1064
- style={{
1065
- width: '100%',
1066
- height: '100%',
1067
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
1068
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
1069
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
1070
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
1071
- objectFit: 'cover',
1072
- zIndex: 1,
1073
- }}
1074
- />
1075
- </div>
1076
- <div
1077
- class={section_cssstyles.imageoutercont2}
1078
- style={{
1079
- position: 'absolute',
1080
- zIndex: 1000,
1081
- width: '100%',
1082
- zIndex: 5,
1083
- left: 0,
1084
- }}
1085
- >
1086
- <div class="row m-0 w-100 p-3 w-100 h-100 allcentered">
1087
- <div class="col-lg-12 p-0 d-flex allcentered h-100">
1088
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[2]?.name_en : cardsarray[2]?.name_ar}</p>
1089
- </div>
873
+ <div class="row m-0 w-100 p-3 mt-auto mb-auto">
874
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
875
+ <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[3]?.name_en : cardsarray[3]?.name_ar}</p>
876
+ </div>
877
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
878
+ <p class={section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '}>
879
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
880
+ </p>
1090
881
  </div>
1091
882
  </div>
1092
883
  </div>
1093
884
  </div>
1094
885
  </div>
1095
- </div>
1096
- <div class={'col-6 pl-0 pr-0'}>
1097
- <div class="row m-0 w-100">
886
+ <div
887
+ class={section_cssstyles.cardcont + ' col-lg-5 p-md-0 mb-md-3 cursor-pointer '}
888
+ style={{
889
+ paddingLeft: sectionproperties.imagepadding + 'px',
890
+ paddingRight: sectionproperties.imagepadding + 'px',
891
+ }}
892
+ onClick={() => {
893
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[4]?.collectionid);
894
+ }}
895
+ >
1098
896
  <div
1099
- class="col-12 cursor-pointer"
1100
- onClick={() => {
1101
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[1]?.collectionid);
1102
- }}
897
+ class="row m-0 w-100"
1103
898
  style={{
1104
- paddingLeft: sectionproperties.imagepadding + 'px',
1105
- paddingRight: sectionproperties.imagepadding + 'px',
1106
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
899
+ width: '100%',
900
+ height: sectionproperties.image2_height == 0 ? '100%' : sectionproperties.image2_height + 'vh',
1107
901
  }}
1108
902
  >
1109
903
  <div
1110
- class={section_cssstyles.imageoutercont2 + ' row m-0 w-100 '}
904
+ class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
1111
905
  style={{
1112
906
  width: '100%',
907
+ height: '100%',
1113
908
  }}
1114
909
  >
1115
- <div
1116
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
910
+ <Imagekitimagecomp
911
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
912
+ publicKey={ikimagecredcontext?.ikimagepublickey}
913
+ path={cardsarray[4]?.image}
914
+ loading="lazy"
1117
915
  style={{
1118
916
  width: '100%',
1119
917
  height: '100%',
918
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
919
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
920
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
921
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
922
+ objectFit: 'cover',
923
+ zIndex: 1,
1120
924
  }}
1121
- >
1122
- <Imagekitimagecomp
1123
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
1124
- publicKey={ikimagecredcontext?.ikimagepublickey}
1125
- path={cardsarray[1]?.image}
1126
- loading="lazy"
1127
- style={{
1128
- width: '100%',
1129
- height: '100%',
1130
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
1131
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
1132
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
1133
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
1134
- objectFit: 'cover',
1135
- zIndex: 1,
1136
- }}
1137
- />
1138
- </div>
1139
- <div
1140
- class={section_cssstyles.imageoutercont2}
1141
- style={{
1142
- position: 'absolute',
1143
- zIndex: 1000,
1144
- width: '100%',
1145
- zIndex: 5,
1146
- left: 0,
1147
- }}
1148
- >
1149
- <div class="row m-0 w-100 p-3 w-100 h-100 allcentered">
1150
- <div class="col-lg-12 p-0 d-flex allcentered h-100">
1151
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[1]?.name_en : cardsarray[1]?.name_ar}</p>
1152
- </div>
1153
- </div>
1154
- </div>
925
+ />
1155
926
  </div>
1156
- </div>
1157
- <div
1158
- class="col-12 cursor-pointer"
1159
- onClick={() => {
1160
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + cardsarray[3]?.collectionid);
1161
- }}
1162
- style={{
1163
- paddingLeft: sectionproperties.imagepadding + 'px',
1164
- paddingRight: sectionproperties.imagepadding + 'px',
1165
- marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem',
1166
- }}
1167
- >
1168
- <div
1169
- class={section_cssstyles.imageoutercont + ' row m-0 w-100 '}
1170
- style={{
1171
- width: '100%',
1172
- }}
1173
- >
1174
- <div
1175
- class={section_cssstyles.bgcontainer + ' col-lg-12 p-0 '}
1176
- style={{
1177
- width: '100%',
1178
- height: '100%',
1179
- }}
1180
- >
1181
- <Imagekitimagecomp
1182
- urlEndpoint={ikimagecredcontext?.ikimageendpoint}
1183
- publicKey={ikimagecredcontext?.ikimagepublickey}
1184
- path={cardsarray[3]?.image}
1185
- loading="lazy"
1186
- style={{
1187
- width: '100%',
1188
- height: '100%',
1189
- borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
1190
- borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
1191
- borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
1192
- borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
1193
- objectFit: 'cover',
1194
- zIndex: 1,
1195
- }}
1196
- />
1197
- </div>
1198
- <div
1199
- class={section_cssstyles.imageoutercont}
1200
- style={{
1201
- position: 'absolute',
1202
- zIndex: 1000,
1203
- width: '100%',
1204
- zIndex: 5,
1205
- left: 0,
1206
- }}
1207
- >
1208
- <div class="row m-0 w-100 p-3 w-100 h-100 allcentered">
1209
- <div class="col-lg-12 p-0 d-flex allcentered h-100">
1210
- <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[3]?.name_en : cardsarray[3]?.name_ar}</p>
1211
- </div>
927
+ <div style={{ position: 'absolute', zIndex: 1000, width: '100%', bottom: 10, zIndex: 5 }}>
928
+ <div class="row m-0 w-100 p-3 d-flex justify-content-end">
929
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
930
+ <p class={section_cssstyles.collectionname + ' m-0 p-0 '}>{langdetect == 'en' ? cardsarray[4]?.name_en : cardsarray[4]?.name_ar}</p>
931
+ </div>
932
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
933
+ <p class={section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '}>
934
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
935
+ </p>
1212
936
  </div>
1213
937
  </div>
1214
938
  </div>
@@ -1216,7 +940,7 @@ const RandomlyStructuredCollectionCards = (props) => {
1216
940
  </div>
1217
941
  </div>
1218
942
  </div>
1219
- )}
943
+ </div>
1220
944
  </div>
1221
945
  </div>
1222
946
  )}