tabexseriescomponents 0.0.706 → 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.
- package/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
+
import { css } from 'glamor';
|
|
3
|
+
import slidestyles from '../../../../styles/sections/Slideshow_with_rotatedsquare.module.css';
|
|
4
|
+
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
5
|
+
|
|
6
|
+
const Slideshow_with_rotatedsquare = (props) => {
|
|
7
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
8
|
+
const [imagesarray, setimagesarray] = useState([]);
|
|
9
|
+
const [cardsarray, setcardsarray] = useState([]);
|
|
10
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
11
|
+
const lang = props.actions.lang;
|
|
12
|
+
const langdetect = props.actions.langdetect;
|
|
13
|
+
const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
14
|
+
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
if (props.srcfrom == 'addsectionform') {
|
|
17
|
+
var secpropobj = {};
|
|
18
|
+
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
19
|
+
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
20
|
+
});
|
|
21
|
+
setsectionproperties({ ...secpropobj });
|
|
22
|
+
} else {
|
|
23
|
+
var secpropobj = {};
|
|
24
|
+
|
|
25
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
26
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
27
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
28
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
setsectionproperties({ ...secpropobj });
|
|
33
|
+
}
|
|
34
|
+
}, [StatePagePropertiesContext]);
|
|
35
|
+
useEffect(() => {
|
|
36
|
+
if (sectionproperties.length != 0) {
|
|
37
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
38
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
39
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
40
|
+
setcardsarray([...bgsection_imagearrayofobjsparsed]);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}, [sectionproperties]);
|
|
45
|
+
const section_styles = {
|
|
46
|
+
cards_sections: css({
|
|
47
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
48
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
49
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
50
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
51
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
52
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
53
|
+
background: sectionproperties.backgroundColor,
|
|
54
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
55
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
56
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
57
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
58
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
59
|
+
borderColor: sectionproperties.sectioncardbordercolor,
|
|
60
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid',
|
|
61
|
+
}),
|
|
62
|
+
sectiontitlespan: css({
|
|
63
|
+
':after': {
|
|
64
|
+
position: 'absolute',
|
|
65
|
+
content: 's',
|
|
66
|
+
fontSize: '0',
|
|
67
|
+
bottom: 0,
|
|
68
|
+
right: 0,
|
|
69
|
+
left: 0,
|
|
70
|
+
display: 'block',
|
|
71
|
+
height: '3px',
|
|
72
|
+
width: sectionproperties.slideshowText1_lineafterwidth + '%',
|
|
73
|
+
backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
|
|
74
|
+
},
|
|
75
|
+
}),
|
|
76
|
+
sectiontitlespan2: css({
|
|
77
|
+
':after': {
|
|
78
|
+
position: 'absolute',
|
|
79
|
+
content: 's',
|
|
80
|
+
fontSize: '0',
|
|
81
|
+
bottom: 0,
|
|
82
|
+
right: 0,
|
|
83
|
+
left: 0,
|
|
84
|
+
display: 'block',
|
|
85
|
+
height: '100%',
|
|
86
|
+
width: sectionproperties.slideshowText1_lineafterwidth + 'px',
|
|
87
|
+
backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
|
|
88
|
+
borderRadius: '5px',
|
|
89
|
+
},
|
|
90
|
+
}),
|
|
91
|
+
maintext: css({
|
|
92
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
93
|
+
color: sectionproperties.generaltext_fontColor,
|
|
94
|
+
textTransform: sectionproperties.generaltext_textTransform,
|
|
95
|
+
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
96
|
+
opacity: 1,
|
|
97
|
+
transitionDelay: '0.3s',
|
|
98
|
+
}),
|
|
99
|
+
subtext: css({
|
|
100
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
101
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
102
|
+
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
103
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
104
|
+
opacity: 1,
|
|
105
|
+
transitionDelay: '0.3s',
|
|
106
|
+
}),
|
|
107
|
+
image: css({
|
|
108
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
109
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
110
|
+
borderTopLeftRadius: sectionproperties.image_borderTopLeftRadius + 'px',
|
|
111
|
+
borderTopRightRadius: sectionproperties.image_borderTopRightRadius + 'px',
|
|
112
|
+
}),
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
return (
|
|
116
|
+
<div class={`${slidestyles.sectioncont}` + ' row w-100 m-0 '}>
|
|
117
|
+
<div class=" row m-0 d-flex w-100 align-items-center ">
|
|
118
|
+
<div class="col-lg-12 d-flex flex-row justify-content-center mb-3">
|
|
119
|
+
<p
|
|
120
|
+
class=""
|
|
121
|
+
style={{
|
|
122
|
+
fontSize: '30px',
|
|
123
|
+
color: 'black',
|
|
124
|
+
fontWeight: 600,
|
|
125
|
+
}}
|
|
126
|
+
>
|
|
127
|
+
App Services
|
|
128
|
+
</p>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
|
|
131
|
+
<div
|
|
132
|
+
class={`${slidestyles.rotatedsquare}`}
|
|
133
|
+
style={{
|
|
134
|
+
backgroundColor: '#fb6841',
|
|
135
|
+
}}
|
|
136
|
+
></div>
|
|
137
|
+
<div
|
|
138
|
+
class={`${slidestyles.circle}`}
|
|
139
|
+
style={{
|
|
140
|
+
backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
|
|
141
|
+
backgroundRepeat: 'no-repeat',
|
|
142
|
+
backgroundSize: 'cover',
|
|
143
|
+
}}
|
|
144
|
+
></div>
|
|
145
|
+
<div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
|
|
146
|
+
<p
|
|
147
|
+
class={`${section_styles.maintext}` + ' '}
|
|
148
|
+
style={{
|
|
149
|
+
marginLeft: '120px',
|
|
150
|
+
}}
|
|
151
|
+
>
|
|
152
|
+
Mobile Apps
|
|
153
|
+
</p>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="col-lg-12 d-flex flex-row align-items-center">
|
|
156
|
+
<div class={`${slidestyles.circle1}`}></div>
|
|
157
|
+
<p class={`${section_styles.subtext}` + ' m-0 '} style={{}}>
|
|
158
|
+
Lorem Ipsum is simply{' '}
|
|
159
|
+
</p>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
<div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
|
|
163
|
+
<div
|
|
164
|
+
class={`${slidestyles.rotatedsquare}`}
|
|
165
|
+
style={{
|
|
166
|
+
backgroundColor: '#fdbf50',
|
|
167
|
+
}}
|
|
168
|
+
></div>
|
|
169
|
+
<div
|
|
170
|
+
class={`${slidestyles.circle}`}
|
|
171
|
+
style={{
|
|
172
|
+
backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
|
|
173
|
+
backgroundRepeat: 'no-repeat',
|
|
174
|
+
backgroundSize: 'cover',
|
|
175
|
+
}}
|
|
176
|
+
></div>
|
|
177
|
+
<div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
|
|
178
|
+
<p
|
|
179
|
+
class={`${section_styles.maintext}` + ' '}
|
|
180
|
+
style={{
|
|
181
|
+
marginLeft: '120px',
|
|
182
|
+
}}
|
|
183
|
+
>
|
|
184
|
+
Mobile Apps
|
|
185
|
+
</p>
|
|
186
|
+
</div>
|
|
187
|
+
<div class="col-lg-12 d-flex flex-row align-items-center">
|
|
188
|
+
<div class={`${slidestyles.circle1}`}></div>
|
|
189
|
+
<p class={`${section_styles.subtext}` + ' m-0 '}>Lorem Ipsum is simply </p>
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
192
|
+
<div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
|
|
193
|
+
<div
|
|
194
|
+
class={`${slidestyles.rotatedsquare}`}
|
|
195
|
+
style={{
|
|
196
|
+
backgroundColor: '#28996d',
|
|
197
|
+
}}
|
|
198
|
+
></div>
|
|
199
|
+
<div
|
|
200
|
+
class={`${slidestyles.circle}`}
|
|
201
|
+
style={{
|
|
202
|
+
backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
|
|
203
|
+
backgroundRepeat: 'no-repeat',
|
|
204
|
+
backgroundSize: 'cover',
|
|
205
|
+
}}
|
|
206
|
+
></div>
|
|
207
|
+
<div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
|
|
208
|
+
<p
|
|
209
|
+
class={`${section_styles.maintext}` + ' '}
|
|
210
|
+
style={{
|
|
211
|
+
marginLeft: '120px',
|
|
212
|
+
}}
|
|
213
|
+
>
|
|
214
|
+
Mobile Apps
|
|
215
|
+
</p>
|
|
216
|
+
</div>
|
|
217
|
+
<div class="col-lg-12 d-flex flex-row align-items-center">
|
|
218
|
+
<div class={`${slidestyles.circle1}`}></div>
|
|
219
|
+
<p class={`${section_styles.subtext}` + ' m-0 '}>Lorem Ipsum is simply </p>
|
|
220
|
+
</div>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
</div>
|
|
224
|
+
);
|
|
225
|
+
};
|
|
226
|
+
export default Slideshow_with_rotatedsquare;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
+
import { css } from 'glamor';
|
|
3
|
+
import slidestyles from '../../../../styles/sections/Slideshow_with_squarebg.module.css';
|
|
4
|
+
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
5
|
+
|
|
6
|
+
const Slideshow_with_squarebg = (props) => {
|
|
7
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
8
|
+
const [imagesarray, setimagesarray] = useState([]);
|
|
9
|
+
const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
|
|
10
|
+
const [cardsarray, setcardsarray] = useState([]);
|
|
11
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
12
|
+
const lang = props.actions.lang;
|
|
13
|
+
const langdetect = props.actions.langdetect;
|
|
14
|
+
const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
15
|
+
|
|
16
|
+
useEffect(() => {
|
|
17
|
+
if (props.srcfrom == 'addsectionform') {
|
|
18
|
+
var secpropobj = {};
|
|
19
|
+
props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
|
|
20
|
+
secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
|
|
21
|
+
});
|
|
22
|
+
setsectionproperties({ ...secpropobj });
|
|
23
|
+
} else {
|
|
24
|
+
var secpropobj = {};
|
|
25
|
+
|
|
26
|
+
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
27
|
+
if (sectionitem.sectionid == props.sectionidprops) {
|
|
28
|
+
sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
|
|
29
|
+
secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
setsectionproperties({ ...secpropobj });
|
|
34
|
+
}
|
|
35
|
+
}, [StatePagePropertiesContext]);
|
|
36
|
+
useEffect(() => {
|
|
37
|
+
if (sectionproperties.length != 0) {
|
|
38
|
+
if (sectionproperties.bgsection_imagearrayofobjs != null) {
|
|
39
|
+
var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
|
|
40
|
+
if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
|
|
41
|
+
setcardsarray([...bgsection_imagearrayofobjsparsed]);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}, [sectionproperties]);
|
|
46
|
+
const section_styles = {
|
|
47
|
+
cards_sections: css({
|
|
48
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
49
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
50
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
51
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
52
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
53
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
54
|
+
background: sectionproperties.backgroundColor,
|
|
55
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
56
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
57
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
58
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
59
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
60
|
+
borderColor: sectionproperties.sectioncardbordercolor,
|
|
61
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid',
|
|
62
|
+
}),
|
|
63
|
+
sectiontitlespan: css({
|
|
64
|
+
':after': {
|
|
65
|
+
position: 'absolute',
|
|
66
|
+
content: 's',
|
|
67
|
+
fontSize: '0',
|
|
68
|
+
bottom: 0,
|
|
69
|
+
right: 0,
|
|
70
|
+
left: 0,
|
|
71
|
+
display: 'block',
|
|
72
|
+
height: '3px',
|
|
73
|
+
width: sectionproperties.slideshowText1_lineafterwidth + '%',
|
|
74
|
+
backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
|
|
75
|
+
},
|
|
76
|
+
}),
|
|
77
|
+
sectiontitlespan2: css({
|
|
78
|
+
':after': {
|
|
79
|
+
position: 'absolute',
|
|
80
|
+
content: 's',
|
|
81
|
+
fontSize: '0',
|
|
82
|
+
bottom: 0,
|
|
83
|
+
right: 0,
|
|
84
|
+
left: 0,
|
|
85
|
+
display: 'block',
|
|
86
|
+
height: '100%',
|
|
87
|
+
width: sectionproperties.slideshowText1_lineafterwidth + 'px',
|
|
88
|
+
backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
|
|
89
|
+
borderRadius: '5px',
|
|
90
|
+
},
|
|
91
|
+
}),
|
|
92
|
+
maintext: css({
|
|
93
|
+
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
94
|
+
color: sectionproperties.generaltext_fontColor,
|
|
95
|
+
textTransform: sectionproperties.generaltext_textTransform,
|
|
96
|
+
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
97
|
+
opacity: 1,
|
|
98
|
+
transitionDelay: '0.3s',
|
|
99
|
+
}),
|
|
100
|
+
subtext: css({
|
|
101
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
102
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
103
|
+
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
104
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
105
|
+
opacity: 1,
|
|
106
|
+
transitionDelay: '0.3s',
|
|
107
|
+
}),
|
|
108
|
+
image: css({
|
|
109
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
110
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
|
|
111
|
+
borderTopLeftRadius: sectionproperties.image_borderTopLeftRadius + 'px',
|
|
112
|
+
borderTopRightRadius: sectionproperties.image_borderTopRightRadius + 'px',
|
|
113
|
+
}),
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
return (
|
|
117
|
+
<div class=" row m-0 d-flex w-100 align-items-center ">
|
|
118
|
+
<div class={`${slidestyles.squaregreen}`}>
|
|
119
|
+
<div class={`${slidestyles.squarewhite}`}></div>
|
|
120
|
+
</div>
|
|
121
|
+
<div class={`${slidestyles.sectioncont}` + ' row w-100 m-0 align-items-center'}>
|
|
122
|
+
<div class="col-lg-4">
|
|
123
|
+
<div
|
|
124
|
+
class={`${slidestyles.img_cont}`}
|
|
125
|
+
style={{
|
|
126
|
+
width: sectionproperties.image_Width + 'px',
|
|
127
|
+
height: sectionproperties.image_height + 'px',
|
|
128
|
+
}}
|
|
129
|
+
>
|
|
130
|
+
<img
|
|
131
|
+
class={section_styles.image}
|
|
132
|
+
src="https://media.istockphoto.com/photos/can-do-all-my-business-on-the-go-now-picture-id482474439?k=20&m=482474439&s=612x612&w=0&h=Yt1IH1EUwh37EajWO_XA7LKKFzi-wR014EiQh_81r-4="
|
|
133
|
+
/>
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
|
|
137
|
+
<div class="col-lg-8">
|
|
138
|
+
<p class={`${section_styles.maintext}` + ' m-0 '}>Easy and perfect</p>
|
|
139
|
+
<p class={`${section_styles.maintext}`}>Solution For Your Apps</p>
|
|
140
|
+
<p class={`${section_styles.subtext}`}>
|
|
141
|
+
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
|
|
142
|
+
took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
|
|
143
|
+
</p>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
);
|
|
148
|
+
};
|
|
149
|
+
export default Slideshow_with_squarebg;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
+
import BackgroundSlideshow from 'react-background-slideshow';
|
|
3
|
+
import { css } from 'glamor';
|
|
4
|
+
import { serverbaselink } from '../../../../../Env.js';
|
|
5
|
+
import { Imagekitimagecomp } from '../../../../Imagekitconfig.jsx';
|
|
6
|
+
|
|
7
|
+
const Slideshowdifferentanimations = (props) => {
|
|
8
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
9
|
+
const [imagesarray, setimagesarray] = useState([]);
|
|
10
|
+
const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
11
|
+
const lang = props.actions.lang;
|
|
12
|
+
const langdetect = props.actions.langdetect;
|
|
13
|
+
const routingcountext = props.actions.routingcountext;
|
|
14
|
+
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
15
|
+
const ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
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
|
+
useEffect(() => {
|
|
38
|
+
if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
|
|
39
|
+
var temparr = [];
|
|
40
|
+
var bg_arrayofobjsparsed = JSON.parse(sectionproperties?.arrayofobjectimagesonly);
|
|
41
|
+
if (Array.isArray(bg_arrayofobjsparsed)) {
|
|
42
|
+
bg_arrayofobjsparsed.forEach(function (arrayitem) {
|
|
43
|
+
temparr.push(serverbaselink + arrayitem.bgsection_image);
|
|
44
|
+
});
|
|
45
|
+
setimagesarray([...temparr]);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}, [sectionproperties]);
|
|
49
|
+
|
|
50
|
+
const slideshow_styles = {
|
|
51
|
+
bgsideshowText: css({
|
|
52
|
+
position: 'absolute',
|
|
53
|
+
zIndex: 2,
|
|
54
|
+
top: 0,
|
|
55
|
+
bottom: 0,
|
|
56
|
+
left: 0,
|
|
57
|
+
right: 0,
|
|
58
|
+
margin: 'auto',
|
|
59
|
+
}),
|
|
60
|
+
slideshow_text1: css({
|
|
61
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
62
|
+
lineHeight: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
63
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
64
|
+
display: 'flex',
|
|
65
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
66
|
+
justifyContent: sectionproperties.text1centered == 'Centered' ? 'center' : 'start',
|
|
67
|
+
}),
|
|
68
|
+
slideshow_text2: css({
|
|
69
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
70
|
+
lineHeight: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
71
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
72
|
+
display: 'flex',
|
|
73
|
+
justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
|
|
74
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
75
|
+
}),
|
|
76
|
+
slideshow_btn: css({
|
|
77
|
+
color: sectionproperties.generalbtn_textColor,
|
|
78
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
79
|
+
lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
80
|
+
textTransform: sectionproperties.generalbtn_texttransform,
|
|
81
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
82
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
83
|
+
background: sectionproperties.generalbtn_bgColor,
|
|
84
|
+
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
85
|
+
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
86
|
+
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
87
|
+
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
88
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
89
|
+
transition: '.3s',
|
|
90
|
+
':hover': {
|
|
91
|
+
background: sectionproperties.generalbtn_bgColoronhover,
|
|
92
|
+
color: sectionproperties.generalbtn_textColoronhover,
|
|
93
|
+
},
|
|
94
|
+
}),
|
|
95
|
+
innercontainer: css({
|
|
96
|
+
height: sectionproperties.height + 'vh',
|
|
97
|
+
}),
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
return (
|
|
101
|
+
<div class="row m-0 d-flex justify-content-center w-100 align-items-center pl-md-2 pr-md-2">
|
|
102
|
+
{sectionproperties.length != 0 && imagesarray.length != 0 && (
|
|
103
|
+
<div
|
|
104
|
+
class="col-lg-12 d-flex justify-content-center"
|
|
105
|
+
style={{ marginTop: sectionproperties.marginTop + 'px', width: sectionproperties.width + 'vw', marginBottom: sectionproperties.marginBottom + 'px' }}
|
|
106
|
+
>
|
|
107
|
+
<div class={`${slideshow_styles.innercontainer}` + ' w-md-100 h-md-500px '}>
|
|
108
|
+
<BackgroundSlideshow images={imagesarray} animationDelay={1000} />
|
|
109
|
+
<div class={`${slideshow_styles.bgsideshowText}` + ' d-flex align-items-center row m-0 w-100 '}>
|
|
110
|
+
<div class="col-lg-12 d-flex align-items-md-center">
|
|
111
|
+
<div class=" m-0 row w-100 d-flex ">
|
|
112
|
+
{sectionproperties.slideshowtext1_show == 'Show' && (
|
|
113
|
+
<p class={' col-lg-12 font-md-30 font-sm-15 ' + `${slideshow_styles.slideshow_text1}`}>{sectionproperties.slideshowText1Content}</p>
|
|
114
|
+
)}
|
|
115
|
+
{sectionproperties.slideshowtext2_show == 'Show' && (
|
|
116
|
+
<p class={' col-lg-12 font-md-30 font-sm-15 ' + `${slideshow_styles.slideshow_text2}`}>{sectionproperties.slideshowText2Content}</p>
|
|
117
|
+
)}
|
|
118
|
+
|
|
119
|
+
{sectionproperties.generalbtn_show == 'Show' && (
|
|
120
|
+
<div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 d-flex justify-content-center ' : 'col-lg-12 d-flex justify-content-start '}>
|
|
121
|
+
<button
|
|
122
|
+
style={{
|
|
123
|
+
letterSpacing: langdetect == 'en' ? '1px' : 0,
|
|
124
|
+
}}
|
|
125
|
+
class={`${slideshow_styles.slideshow_btn}` + ' allcentered '}
|
|
126
|
+
onClick={() => {
|
|
127
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
128
|
+
}}
|
|
129
|
+
>
|
|
130
|
+
{langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.generalbtn_content_text_ar}{' '}
|
|
131
|
+
</button>
|
|
132
|
+
</div>
|
|
133
|
+
)}
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
)}
|
|
140
|
+
</div>
|
|
141
|
+
);
|
|
142
|
+
};
|
|
143
|
+
export default Slideshowdifferentanimations;
|