tabexseriescomponents 0.0.64 → 0.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,281 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { LanguageContext } from '../../../../LanguageContext';
3
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
4
+ import { css } from 'glamor';
5
+ import { IKImage } from 'imagekitio-react';
6
+ import { IKpublicKey, IKurlEndpoint } from '../../../../../Env';
7
+
8
+ const AboutSection = (props) => {
9
+ // const { lang, langdetect } = useContext(LanguageContext);
10
+ // const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
11
+ const [sectionproperties, setsectionproperties] = useState('');
12
+ const [bgimagesarray, setbgimagesarray] = useState([]);
13
+ const [cardsarray, setcardsarray] = useState([]);
14
+
15
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
16
+ const lang = props.actions.lang;
17
+ const langdetect = props.actions.langdetect;
18
+
19
+ useEffect(() => {
20
+ if (props.srcfrom == 'addsectionform') {
21
+ var secpropobj = {};
22
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
23
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
24
+ });
25
+ setsectionproperties({ ...secpropobj });
26
+ } else {
27
+ var secpropobj = {};
28
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
29
+ if (sectionitem.sectionid == props.sectionidprops) {
30
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
31
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
32
+ });
33
+ }
34
+ });
35
+ setsectionproperties({ ...secpropobj });
36
+ }
37
+ }, [StatePagePropertiesContext]);
38
+ useEffect(() => {
39
+ if (sectionproperties.length != 0) {
40
+ if (sectionproperties.bgsection_imagearrayofobjs != null) {
41
+ var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
42
+ if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
43
+ setbgimagesarray([...bgsection_imagearrayofobjsparsed]);
44
+ }
45
+ }
46
+ if (sectionproperties.card_arrayofobjects != null) {
47
+ var card_arrayofobjectsparsed = JSON.parse(sectionproperties.card_arrayofobjects);
48
+ if (Array.isArray(card_arrayofobjectsparsed)) {
49
+ setcardsarray([...card_arrayofobjectsparsed]);
50
+ }
51
+ }
52
+ }
53
+ }, [sectionproperties]);
54
+ const section_styles = {
55
+ cards_sections: css({
56
+ marginTop: sectionproperties.marginTop + 'px',
57
+ marginBottom: sectionproperties.marginBottom + 'px',
58
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
60
+ paddingTop: sectionproperties.paddingTop + 'px',
61
+ paddingBottom: sectionproperties.paddingBottom + 'px',
62
+ background: sectionproperties.backgroundColor,
63
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
64
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
65
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
66
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
67
+ borderColor: sectionproperties.sectioncardbordercolor,
68
+ border: sectionproperties.sectioncardborderwidth + 'px solid',
69
+ }),
70
+ sectiontitlespan: css({
71
+ ':after': {
72
+ position: 'absolute',
73
+ content: 's',
74
+ fontSize: '0',
75
+ bottom: 0,
76
+ right: 0,
77
+ left: 0,
78
+ display: 'block',
79
+ height: '3px',
80
+ width: sectionproperties.sectitle_lineafterwidth + '%',
81
+ backgroundColor: sectionproperties.linebgcolor,
82
+ },
83
+ }),
84
+ sectiontitlespan2: css({
85
+ ':after': {
86
+ position: 'absolute',
87
+ content: 's',
88
+ fontSize: '0',
89
+ bottom: 0,
90
+ right: 0,
91
+ left: 0,
92
+ display: 'block',
93
+ height: '100%',
94
+ width: sectionproperties.sectitle_lineafterwidth + '%',
95
+ backgroundColor: sectionproperties.linebgcolor,
96
+ borderRadius: '5px',
97
+ },
98
+ }),
99
+ };
100
+ const imagesection = () => {
101
+ return (
102
+ <div style={{ height: sectionproperties.image_height + 'px', overflow: 'hidden' }} class="h-sm-auto">
103
+ <IKImage
104
+ urlEndpoint={IKurlEndpoint}
105
+ publicKey={IKpublicKey}
106
+ class="h-sm-auto"
107
+ path={bgimagesarray.length != 0 ? '/tr:w-500/' + bgimagesarray[0].bgsection_image : ''}
108
+ style={{
109
+ width: '100%',
110
+ height: sectionproperties.image_height + 'px',
111
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
112
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
113
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
114
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
115
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
116
+ border: sectionproperties.image_borderwidth + ' solid ' + sectionproperties.image_bordercolor,
117
+ objectFit: sectionproperties.bgcovercontain,
118
+ }}
119
+ />
120
+ </div>
121
+ );
122
+ };
123
+
124
+ return (
125
+ <div class="row m-0 d-flex justify-content-center w-100 align-items-center">
126
+ <div class={section_styles.cards_sections + ' col-lg-12 pl-md-2 pr-md-2 '}>
127
+ <div class="row m-0 d-flex justify-content-center w-100">
128
+ <div class="col-lg-4 d-flex d-md-none justify-content-end justify-content-md-center p-md-0 align-items-center">{imagesection()}</div>
129
+ <div class="col-lg-6 mb-md-3 d-flex justify-content-start h-100">
130
+ <div
131
+ class="row ml-0 mr-0 w-100 mb-auto"
132
+ style={{
133
+ paddingTop: sectionproperties.sectionTitleMarginTop + 'px',
134
+ }}
135
+ >
136
+ <div
137
+ class="col-lg-12 d-flex justify-content-md-center p-0"
138
+ style={{
139
+ marginTop: sectionproperties.slideshowText1Content_marginTop + 'px',
140
+ }}
141
+ >
142
+ <div class="row ml-0 mr-0 w-100 mb-auto">
143
+ <div
144
+ class="col-lg-12 d-flex justify-content-md-center p-0"
145
+ style={{
146
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
147
+ }}
148
+ >
149
+ {sectionproperties.sectiontitlestyle == 'Line Under Text' && (
150
+ <p
151
+ style={{
152
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
153
+ color: sectionproperties.sectionTitleColor,
154
+ fontWeight: sectionproperties.sectionTitleFontWeight,
155
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
156
+ position: 'relative',
157
+ }}
158
+ >
159
+ <span class={`${section_styles.sectiontitlespan}`}>
160
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
161
+ </span>
162
+ </p>
163
+ )}
164
+ </div>
165
+ <div
166
+ class="col-lg-12 d-flex justify-content-md-center p-0"
167
+ style={{
168
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
169
+ }}
170
+ >
171
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && (
172
+ <p
173
+ className={langdetect == 'en' ? 'pl-3 wordbreak text-md-center' : 'pr-3 wordbreak text-md-center'}
174
+ style={{
175
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
176
+ color: sectionproperties.sectionTitleColor,
177
+ fontWeight: sectionproperties.sectionTitleFontWeight,
178
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
179
+ position: 'relative',
180
+ }}
181
+ >
182
+ <span class={`${section_styles.sectiontitlespan2}` + ' wordbreak '}>
183
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
184
+ </span>
185
+ </p>
186
+ )}
187
+ </div>
188
+ </div>
189
+ </div>
190
+ <div
191
+ class={'col-lg-12 d-flex justify-content-center mb-3 pl-md-2 pr-md-2'}
192
+ style={
193
+ {
194
+ // paddingLeft: sectionproperties.descriptionCentered == 'Centered' ? sectionproperties.description_marginLeft + 'px' : '3rem',
195
+ // paddingRight: sectionproperties.descriptionCentered == 'Centered' ? sectionproperties.description_marginRight + 'px' : '3rem',
196
+ }
197
+ }
198
+ >
199
+ <p
200
+ class={'p-md-0 justify-content-md-center wordbreak text-md-center'}
201
+ style={{
202
+ position: 'relative',
203
+ fontSize: sectionproperties.prodCatFontSize + 'px',
204
+ color: sectionproperties.prodCatColor,
205
+ fontWeight: sectionproperties.prodCatFontWeight,
206
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
207
+ textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
208
+ // paddingLeft: sectionproperties.descriptionCentered == 'Centered' ? 0 : '3rem',
209
+ // paddingRight: sectionproperties.descriptionCentered == 'Centered' ? 0 : '3rem',
210
+ }}
211
+ >
212
+ {langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr}
213
+ </p>
214
+ </div>
215
+ {cardsarray.map((cardinfoitem, cardinfoindex) => {
216
+ return (
217
+ <div class="col-lg-6 d-flex mb-3">
218
+ <div class="row m-0 w-100 d-flex flex-row">
219
+ <p
220
+ class="MonotonCursive mt-n2 p-0 m-0"
221
+ style={{
222
+ color: sectionproperties.generaltext_fontColor,
223
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
224
+ whiteSpace: 'nowrap',
225
+ }}
226
+ >
227
+ 0{cardinfoindex + 1}
228
+ </p>
229
+ <div class="col-lg-9 col-md-9 col-sm-9 d-flex flex-column pl-3">
230
+ <p
231
+ class="m-0 p-0 wordbreak wordbreak1"
232
+ style={{
233
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
234
+ color: sectionproperties.slideshowText1ContentColor,
235
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
236
+ textAlign: langdetect == 'en' ? 'left' : 'right',
237
+ }}
238
+ >
239
+ {langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_titleen : cardsarray[cardinfoindex].cardobj_titlear}
240
+ </p>
241
+ <p
242
+ class="m-0 p-0 wordbreak wordbreak3"
243
+ style={{
244
+ color: sectionproperties.slideshowText2ContentColor,
245
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
246
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
247
+ textAlign: langdetect == 'en' ? 'left' : 'right',
248
+ }}
249
+ >
250
+ {langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar}
251
+ </p>
252
+ </div>
253
+ </div>
254
+ </div>
255
+ );
256
+ })}
257
+ </div>
258
+ </div>
259
+ <div class="col-lg-6 d-none d-md-flex justify-content-end justify-content-md-center pl-3 pr-3">
260
+ {imagesection()}
261
+ {/* <div style={{ height: sectionproperties.image_height + 'px', overflow: 'hidden' }}>
262
+ <IKImage
263
+ path={bgimagesarray.length != 0 ? '/tr:w-400/' + bgimagesarray[0].bgsection_image : ''}
264
+ style={{
265
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
266
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
267
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
268
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
269
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
270
+ border: sectionproperties.image_borderwidth + ' solid ' + sectionproperties.image_bordercolor,
271
+ boxShadow: sectionproperties.image_showshadow == 'Show' ? ' 0 0 10px ' + sectionproperties.image_shadowcolor : '',
272
+ }}
273
+ />
274
+ </div> */}
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ );
280
+ };
281
+ export default AboutSection;
@@ -0,0 +1,166 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
3
+ import { css } from 'glamor';
4
+ import { serverbaselink } from '../../../../../Env';
5
+ // import sectionstyles from './Backgroundimage_with_topcircle.module.css';
6
+ import sectionstyles from '../../../../styles/sections/Backgroundimage_with_topcircle.module.css';
7
+
8
+ // import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
9
+ const Backgroundimage_with_topcircle = (props) => {
10
+ // const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
11
+ const [sectionproperties, setsectionproperties] = useState('');
12
+ const [cardsarray, setcardsarray] = useState([]);
13
+ // const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
14
+
15
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
16
+ const lang = props.actions.lang;
17
+ const langdetect = props.actions.langdetect;
18
+ const routingcountext = props.actions.routingcountext;
19
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
20
+
21
+ useEffect(() => {
22
+ if (props.srcfrom == 'addsectionform') {
23
+ var secpropobj = {};
24
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
25
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
26
+ });
27
+ setsectionproperties({ ...secpropobj });
28
+ } else {
29
+ var secpropobj = {};
30
+
31
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
32
+ if (sectionitem.sectionid == props.sectionidprops) {
33
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
34
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
35
+ });
36
+ }
37
+ });
38
+ setsectionproperties({ ...secpropobj });
39
+ }
40
+ }, [StatePagePropertiesContext]);
41
+ useEffect(() => {
42
+ if (sectionproperties.length != 0) {
43
+ if (sectionproperties.bgsection_imagearrayofobjs != null) {
44
+ var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
45
+ if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
46
+ setcardsarray([...bgsection_imagearrayofobjsparsed]);
47
+ }
48
+ }
49
+ }
50
+ }, [sectionproperties]);
51
+ const bg1_cssstyles = {
52
+ topcircle: css({
53
+ height: sectionproperties.topcircle_height + 'px',
54
+ // height: '800px',
55
+ background: sectionproperties.backgroundColor,
56
+ // background:sectionproperties.topcircle_bgcolor,
57
+ width: '100%',
58
+ borderTopLeftRadius: sectionproperties.topcircle_borderTopLeftRadius + 'px',
59
+ borderTopRightRadius: sectionproperties.topcircle_borderTopRightRadius + 'px',
60
+ borderBottomLeftRadius: sectionproperties.topcircle_borderBottomLeftRadius + 'px',
61
+ borderBottomRightRadius: sectionproperties.topcircle_borderBottomRightRadius + 'px',
62
+ transition: '.3s',
63
+ }),
64
+ textstyle: css({
65
+ color: sectionproperties.slideshowText1ContentColor,
66
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
67
+ textTransform: sectionproperties.slideshowText1ContentTextTransform,
68
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
69
+ position: 'absolute',
70
+ top: sectionproperties.slideshowText1Content_marginTop + 'px',
71
+ left: sectionproperties.slideshowText1Content_marginLeft + 'px',
72
+ }),
73
+ textstyle2: css({
74
+ color: sectionproperties.slideshowText2ContentColor,
75
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
76
+ textTransform: sectionproperties.slideshowText2ContentTextTransform,
77
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
78
+ position: 'absolute',
79
+ top: sectionproperties.generaltext2_topposition + 'px',
80
+ left: sectionproperties.generaltext2_leftposition + 'px',
81
+ }),
82
+ general_btn: css({
83
+ height: sectionproperties.generalbtn_height + 'px',
84
+ width: sectionproperties.generalbtn_width + 'px',
85
+ background: sectionproperties.generalbtn_bgColor,
86
+ color: sectionproperties.generalbtn_textColor,
87
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
88
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
89
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
90
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
91
+ textTransform: sectionproperties.generalbtn_texttransform,
92
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
93
+ fontWeight: sectionproperties.generalbtn_fontweight,
94
+ position: 'absolute',
95
+ top: sectionproperties.generalbtn_topposition + 'px',
96
+ left: sectionproperties.generalbtn_marginLeft + 'px',
97
+ transition: '.3s',
98
+ ':hover': {
99
+ background: sectionproperties.generalbtn_bgColoronhover,
100
+ color: sectionproperties.generalbtn_textColoronhover,
101
+ },
102
+ }),
103
+ img_container: css({
104
+ width: sectionproperties.img_height + 'px',
105
+ height: sectionproperties.img_width + 'px',
106
+ }),
107
+ imgstyle: css({
108
+ width: '100%',
109
+ height: '100%',
110
+ objectFit: 'contain',
111
+ }),
112
+ sectionstyle: css({
113
+ height: '90vh',
114
+ }),
115
+ };
116
+ return (
117
+ <div class={`${bg1_cssstyles.sectionstyle}` + ' row w-100 m-0 '} style={{ position: 'relative', overflowY: 'hidden' }}>
118
+ <div class={`${sectionstyles.homestyling} ${bg1_cssstyles.topcircle}`}></div>
119
+ <div
120
+ class={`${sectionstyles.home1_container}`}
121
+ style={{
122
+ paddingRight: sectionproperties.paddingRight + 'px',
123
+ paddingLeft: sectionproperties.paddingLeft + 'px',
124
+ paddingTop: sectionproperties.paddingTop + 'px',
125
+ paddingBottom: sectionproperties.paddingBottom + 'px',
126
+ position: 'absolute',
127
+ top: 100,
128
+ bottom: 0,
129
+ }}
130
+ >
131
+ <div class="row w-100 m-0 ">
132
+ {sectionproperties.imgstyle_show == 'show' && (
133
+ <div class="col-lg-12 d-flex flex-column justify-content-start align-items-center" style={{}}>
134
+ <div class={`${bg1_cssstyles.img_container} `}>
135
+ <img class={`${bg1_cssstyles.imgstyle}`} src={cardsarray.length != 0 ? serverbaselink + cardsarray[0].bgsection_image : ''}></img>
136
+ </div>
137
+ </div>
138
+ )}
139
+ {sectionproperties.slideshowtext1_show == 'Show' && (
140
+ <div class="col-lg-12 d-flex flex-row justify-content-center align-items-center">
141
+ <p class={`${bg1_cssstyles.textstyle}` + ' m-0 '}>{sectionproperties.slideshowText1Content}</p>
142
+ </div>
143
+ )}
144
+ {sectionproperties.slideshowtext2_show == 'Show' && (
145
+ <div class="col-lg-12 d-flex flex-row justify-content-center align-items-center">
146
+ <p class={`${bg1_cssstyles.textstyle2}` + ' m-0 '}>{sectionproperties.slideshowText2Content}</p>
147
+ </div>
148
+ )}
149
+ {sectionproperties.generalbtn_show == 'Show' && (
150
+ <div class="col-lg-12 text-center d-flex flex-row justify-content-center mt-3 " style={{ zIndex: 1000 }}>
151
+ <button
152
+ class={`${bg1_cssstyles.general_btn} `}
153
+ onClick={() => {
154
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
155
+ }}
156
+ >
157
+ {sectionproperties.generalbtn_content}
158
+ </button>
159
+ </div>
160
+ )}
161
+ </div>
162
+ </div>
163
+ </div>
164
+ );
165
+ };
166
+ export default Backgroundimage_with_topcircle;
@@ -0,0 +1,152 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { LanguageContext } from '../../../../LanguageContext';
3
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
4
+ import { css } from 'glamor';
5
+ // import generalstyles from '../../../Generalfiles/CSS_GENERAL/general.module.css';
6
+ import generalstyles from '../../../../styles/general/general.module.css';
7
+
8
+ const Freetextsection = (props) => {
9
+ // const { lang, langdetect } = useContext(LanguageContext);
10
+ // const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
11
+ const [sectionproperties, setsectionproperties] = useState('');
12
+
13
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
14
+ const lang = props.actions.lang;
15
+ const langdetect = props.actions.langdetect;
16
+
17
+ useEffect(() => {
18
+ if (props.srcfrom == 'addsectionform') {
19
+ var secpropobj = {};
20
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
21
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
22
+ });
23
+ setsectionproperties({ ...secpropobj });
24
+ } else {
25
+ var secpropobj = {};
26
+
27
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
28
+ if (sectionitem.sectionid == props.sectionidprops) {
29
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
30
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
31
+ });
32
+ }
33
+ });
34
+ setsectionproperties({ ...secpropobj });
35
+ }
36
+ }, [StatePagePropertiesContext]);
37
+
38
+ const section_styles = {
39
+ line_left: css({
40
+ height: '1px',
41
+ position: 'relative',
42
+ flex: '1 1 auto',
43
+ minWidth: '10%',
44
+ background: sectionproperties.linebgcolor,
45
+ }),
46
+ line_right: css({
47
+ height: '1px',
48
+ position: 'relative',
49
+ flex: '1 1 auto',
50
+ minWidth: '10%',
51
+ background: sectionproperties.linebgcolor,
52
+ }),
53
+ btn: css({
54
+ width: sectionproperties.generalbtn_width + 'px',
55
+ height: sectionproperties.generalbtn_height + 'px',
56
+ backgroundColor: sectionproperties.generalbtn_bgColor,
57
+ color: sectionproperties.generalbtn_textColor,
58
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
59
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
60
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
61
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
62
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
63
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
64
+ fontWeight: sectionproperties.generalbtn_fontweight,
65
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
66
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
67
+ transition: '.3s',
68
+ cursor: 'pointer',
69
+ ':hover': {
70
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71
+ color: sectionproperties.generalbtn_textColoronhover,
72
+ },
73
+ }),
74
+ };
75
+
76
+ return (
77
+ <div
78
+ class={' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center pl-md-3 pr-md-3 '}
79
+ style={{
80
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
81
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
82
+ paddingTop: sectionproperties.paddingTop + 'px',
83
+ paddingBottom: sectionproperties.paddingBottom + 'px',
84
+ marginTop: sectionproperties.marginTop + 'px',
85
+ marginBottom: sectionproperties.marginBottom + 'px',
86
+ background: sectionproperties.backgroundColor,
87
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
88
+ borderTopRightRadius: sectionproperties.borderTopLeftRadius + 'px',
89
+ borderBottomLeftRadius: sectionproperties.borderBottomRightRadius + 'px',
90
+ borderBottomRightRadius: sectionproperties.borderBottomLeftRadius + 'px',
91
+ }}
92
+ >
93
+ <div class="col-lg-12 d-flex justify-content-start">
94
+ <div class="row m-0 w-100 mb-auto">
95
+ <div
96
+ class={`${generalstyles.sectiontitlecont}` + ' col-lg-12 p-0 d-flex align-items-center '}
97
+ style={{
98
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
99
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
100
+ }}
101
+ >
102
+ <div
103
+ class="d-flex align-items-center flex-row"
104
+ style={{
105
+ position: 'relative',
106
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
107
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
108
+ }}
109
+ >
110
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span class={section_styles.line_left}></span>}
111
+ <p
112
+ class={`${section_styles.sectiontitlespan}` + ' mb-auto mb-0 pb-0 font-sm-18 font-md-20 wordbreak d-flex align-items-center justify-content-start '}
113
+ style={{
114
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
115
+ color: sectionproperties.sectionTitleColor,
116
+ textTransform: sectionproperties.sectionTitleTextTransform,
117
+ fontWeight: sectionproperties.sectionTitleFontWeight,
118
+ paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
119
+ paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
120
+ }}
121
+ >
122
+ {langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar}
123
+ </p>
124
+ {sectionproperties.sectiontitlestyle == 'Line Before Text' && <span class={section_styles.line_right}></span>}
125
+ </div>
126
+ </div>
127
+ <div class="col-lg-12 p-0 d-flex justify-content-center">
128
+ <p
129
+ class="text-md-center pl-md-3 pr-md-3"
130
+ style={{
131
+ textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
132
+ color: sectionproperties.slideshowText2ContentColor,
133
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
134
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
135
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
136
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px',
137
+ }}
138
+ >
139
+ {langdetect == 'en' ? sectionproperties.slideshowText2Content : sectionproperties.slideshowText2Content_Ar}
140
+ </p>
141
+ </div>
142
+ {sectionproperties.generalbtn_show == 'Show' && (
143
+ <div class="col-lg-12 p-0">
144
+ <button class={`${section_styles.btn}`}>{langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}</button>
145
+ </div>
146
+ )}
147
+ </div>
148
+ </div>
149
+ </div>
150
+ );
151
+ };
152
+ export default Freetextsection;