@npm_leadtech/legal-lib-components 7.5.5 → 7.5.6

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 (180) hide show
  1. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.d.ts +4 -0
  2. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +6 -0
  3. package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.d.ts → atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts} +1 -1
  4. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.js → BenefitRatafiaCard/BenefitRatafiaCard.styled.js} +4 -10
  5. package/dist/src/components/atoms/{BenefitCard/BenefitCardStyled.styled.ts → BenefitRatafiaCard/BenefitRatafiaCard.styled.ts} +4 -10
  6. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +18 -0
  7. package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.d.ts → BenefitRatafiaCard/BenefitRatafiaCardProps.types.d.ts} +1 -3
  8. package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCardProps.types.ts +6 -0
  9. package/dist/src/components/atoms/BenefitRatafiaCard/index.d.ts +2 -0
  10. package/dist/src/components/atoms/BenefitRatafiaCard/index.js +1 -0
  11. package/dist/src/components/atoms/BenefitRatafiaCard/index.ts +2 -0
  12. package/dist/src/components/atoms/Button/ButtonProps.types.d.ts +1 -2
  13. package/dist/src/components/atoms/Button/ButtonProps.types.js +0 -1
  14. package/dist/src/components/atoms/Button/ButtonProps.types.ts +16 -18
  15. package/dist/src/components/atoms/index.d.ts +1 -2
  16. package/dist/src/components/atoms/index.js +1 -2
  17. package/dist/src/components/atoms/index.ts +1 -2
  18. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
  19. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +2 -2
  20. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.d.ts +2 -2
  21. package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardListProps.types.ts +2 -2
  22. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCard.d.ts +2 -2
  23. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +12 -0
  24. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
  25. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.js → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js} +32 -14
  26. package/dist/src/components/molecules/{SubscriptionCard/SubscriptionCard.styled.ts → RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts} +32 -14
  27. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +61 -0
  28. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.d.ts +3 -3
  29. package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.ts +3 -3
  30. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +2 -0
  31. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +1 -0
  32. package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +2 -0
  33. package/dist/src/components/molecules/index.d.ts +1 -1
  34. package/dist/src/components/molecules/index.js +1 -1
  35. package/dist/src/components/molecules/index.ts +1 -1
  36. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.d.ts +4 -0
  37. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.js +7 -0
  38. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.styled.d.ts +1 -0
  39. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.js → AboutUsContent/AboutUsContent.styled.js} +3 -3
  40. package/dist/src/components/organisms/{HeroContent/HeroContent.styled.ts → AboutUsContent/AboutUsContent.styled.ts} +3 -3
  41. package/dist/src/components/organisms/AboutUsContent/AboutUsContent.tsx +23 -0
  42. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.d.ts → AboutUsContent/AboutUsContentProps.types.d.ts} +1 -1
  43. package/dist/src/components/organisms/{HeroContent/HeroContentPropsProps.types.ts → AboutUsContent/AboutUsContentProps.types.ts} +1 -1
  44. package/dist/src/components/organisms/AboutUsContent/index.d.ts +2 -0
  45. package/dist/src/components/organisms/AboutUsContent/index.js +1 -0
  46. package/dist/src/components/organisms/AboutUsContent/index.ts +2 -0
  47. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.js +3 -3
  48. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.js +81 -32
  49. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.styled.ts +81 -32
  50. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.tsx +27 -4
  51. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.d.ts +7 -1
  52. package/dist/src/components/organisms/GuidelinesContent/GuidelinesContentProps.types.ts +8 -1
  53. package/dist/src/components/organisms/index.d.ts +1 -1
  54. package/dist/src/components/organisms/index.js +1 -1
  55. package/dist/src/components/organisms/index.ts +1 -1
  56. package/dist/src/components/pages/AboutUsPage/AboutUsPage.js +2 -2
  57. package/dist/src/components/pages/AboutUsPage/AboutUsPage.tsx +2 -2
  58. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.d.ts +2 -2
  59. package/dist/src/components/pages/AboutUsPage/AboutUsPageProps.ts +2 -2
  60. package/dist/src/components/pages/index.d.ts +0 -1
  61. package/dist/src/components/pages/index.js +0 -1
  62. package/dist/src/components/pages/index.ts +0 -1
  63. package/dist/src/components/sections/AboutUsSection/AboutUsSection.d.ts +4 -0
  64. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +7 -0
  65. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  66. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.js → AboutUsSection/AboutUsSection.styled.js} +2 -2
  67. package/dist/src/components/sections/{HeroSection/HeroSectionStyled.styled.ts → AboutUsSection/AboutUsSection.styled.ts} +2 -2
  68. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +24 -0
  69. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.d.ts +6 -0
  70. package/dist/src/components/sections/AboutUsSection/AboutUsSectionProps.types.ts +7 -0
  71. package/dist/src/components/sections/AboutUsSection/index.d.ts +2 -0
  72. package/dist/src/components/sections/AboutUsSection/index.js +1 -0
  73. package/dist/src/components/sections/AboutUsSection/index.ts +2 -0
  74. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.d.ts +2 -2
  75. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSectionProps.types.ts +2 -2
  76. package/dist/src/components/sections/FaqSection/FaqSection.js +1 -1
  77. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -1
  78. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +1 -1
  79. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +5 -0
  80. package/dist/src/components/sections/index.d.ts +1 -2
  81. package/dist/src/components/sections/index.js +1 -2
  82. package/dist/src/components/sections/index.ts +1 -2
  83. package/dist/tsconfig.build.tsbuildinfo +1 -1
  84. package/package.json +5 -8
  85. package/dist/src/components/atoms/BenefitCard/BenefitCard.d.ts +0 -3
  86. package/dist/src/components/atoms/BenefitCard/BenefitCard.js +0 -5
  87. package/dist/src/components/atoms/BenefitCard/BenefitCard.tsx +0 -24
  88. package/dist/src/components/atoms/BenefitCard/BenefitCardProps.types.ts +0 -8
  89. package/dist/src/components/atoms/BenefitCard/BenefitCardStyled.styled.d.ts +0 -1
  90. package/dist/src/components/atoms/BenefitCard/index.d.ts +0 -2
  91. package/dist/src/components/atoms/BenefitCard/index.js +0 -1
  92. package/dist/src/components/atoms/BenefitCard/index.ts +0 -2
  93. package/dist/src/components/atoms/CardBox/CardBox.d.ts +0 -3
  94. package/dist/src/components/atoms/CardBox/CardBox.js +0 -7
  95. package/dist/src/components/atoms/CardBox/CardBox.styled.d.ts +0 -1
  96. package/dist/src/components/atoms/CardBox/CardBox.styled.js +0 -22
  97. package/dist/src/components/atoms/CardBox/CardBox.styled.ts +0 -23
  98. package/dist/src/components/atoms/CardBox/CardBox.tsx +0 -23
  99. package/dist/src/components/atoms/CardBox/CardBoxProps.types.d.ts +0 -10
  100. package/dist/src/components/atoms/CardBox/CardBoxProps.types.ts +0 -10
  101. package/dist/src/components/atoms/CardBox/index.d.ts +0 -2
  102. package/dist/src/components/atoms/CardBox/index.js +0 -1
  103. package/dist/src/components/atoms/CardBox/index.ts +0 -2
  104. package/dist/src/components/molecules/SubscriptionCard/CardBody.d.ts +0 -6
  105. package/dist/src/components/molecules/SubscriptionCard/CardBody.js +0 -6
  106. package/dist/src/components/molecules/SubscriptionCard/CardBody.tsx +0 -29
  107. package/dist/src/components/molecules/SubscriptionCard/CardFooter.d.ts +0 -8
  108. package/dist/src/components/molecules/SubscriptionCard/CardFooter.js +0 -3
  109. package/dist/src/components/molecules/SubscriptionCard/CardFooter.tsx +0 -23
  110. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.d.ts +0 -6
  111. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.js +0 -3
  112. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.d.ts +0 -1
  113. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.js +0 -30
  114. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.styled.ts +0 -31
  115. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingCardHeader.tsx +0 -14
  116. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.d.ts +0 -4
  117. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.js +0 -15
  118. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCard.tsx +0 -38
  119. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.d.ts +0 -20
  120. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.ts +0 -22
  121. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.js +0 -10
  122. package/dist/src/components/molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingText.styled.ts +0 -11
  123. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.d.ts +0 -8
  124. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.js +0 -4
  125. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.d.ts +0 -1
  126. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.js +0 -29
  127. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.styled.ts +0 -30
  128. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaCardHeader.tsx +0 -20
  129. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -14
  130. package/dist/src/components/molecules/SubscriptionCard/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -34
  131. package/dist/src/components/molecules/SubscriptionCard/SubscriptionCard.styled.d.ts +0 -1
  132. package/dist/src/components/molecules/SubscriptionCard/index.d.ts +0 -4
  133. package/dist/src/components/molecules/SubscriptionCard/index.js +0 -2
  134. package/dist/src/components/molecules/SubscriptionCard/index.ts +0 -4
  135. package/dist/src/components/organisms/HeroContent/HeroContent.d.ts +0 -4
  136. package/dist/src/components/organisms/HeroContent/HeroContent.js +0 -7
  137. package/dist/src/components/organisms/HeroContent/HeroContent.styled.d.ts +0 -1
  138. package/dist/src/components/organisms/HeroContent/HeroContent.tsx +0 -23
  139. package/dist/src/components/organisms/HeroContent/HeroContentPropsProps.types.js +0 -1
  140. package/dist/src/components/organisms/HeroContent/index.d.ts +0 -2
  141. package/dist/src/components/organisms/HeroContent/index.js +0 -1
  142. package/dist/src/components/organisms/HeroContent/index.ts +0 -2
  143. package/dist/src/components/pages/PricingPage/PricingPage.d.ts +0 -3
  144. package/dist/src/components/pages/PricingPage/PricingPage.js +0 -10
  145. package/dist/src/components/pages/PricingPage/PricingPage.styled.d.ts +0 -1
  146. package/dist/src/components/pages/PricingPage/PricingPage.styled.js +0 -126
  147. package/dist/src/components/pages/PricingPage/PricingPage.styled.ts +0 -127
  148. package/dist/src/components/pages/PricingPage/PricingPage.tsx +0 -53
  149. package/dist/src/components/pages/PricingPage/PricingPageProps.d.ts +0 -28
  150. package/dist/src/components/pages/PricingPage/PricingPageProps.js +0 -1
  151. package/dist/src/components/pages/PricingPage/PricingPageProps.ts +0 -33
  152. package/dist/src/components/pages/PricingPage/index.d.ts +0 -2
  153. package/dist/src/components/pages/PricingPage/index.js +0 -2
  154. package/dist/src/components/pages/PricingPage/index.ts +0 -2
  155. package/dist/src/components/sections/CardBoxSection/CardBoxSection.d.ts +0 -4
  156. package/dist/src/components/sections/CardBoxSection/CardBoxSection.js +0 -9
  157. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.d.ts +0 -2
  158. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.js +0 -33
  159. package/dist/src/components/sections/CardBoxSection/CardBoxSection.styled.ts +0 -35
  160. package/dist/src/components/sections/CardBoxSection/CardBoxSection.tsx +0 -23
  161. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.d.ts +0 -4
  162. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.js +0 -1
  163. package/dist/src/components/sections/CardBoxSection/CardBoxSectionProps.ts +0 -5
  164. package/dist/src/components/sections/CardBoxSection/index.d.ts +0 -2
  165. package/dist/src/components/sections/CardBoxSection/index.js +0 -1
  166. package/dist/src/components/sections/CardBoxSection/index.ts +0 -2
  167. package/dist/src/components/sections/HeroSection/HeroSection.d.ts +0 -4
  168. package/dist/src/components/sections/HeroSection/HeroSection.js +0 -7
  169. package/dist/src/components/sections/HeroSection/HeroSection.tsx +0 -24
  170. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.d.ts +0 -6
  171. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.js +0 -1
  172. package/dist/src/components/sections/HeroSection/HeroSectionProps.types.ts +0 -7
  173. package/dist/src/components/sections/HeroSection/HeroSectionStyled.styled.d.ts +0 -1
  174. package/dist/src/components/sections/HeroSection/index.d.ts +0 -2
  175. package/dist/src/components/sections/HeroSection/index.js +0 -1
  176. package/dist/src/components/sections/HeroSection/index.ts +0 -2
  177. /package/dist/src/components/atoms/{BenefitCard/BenefitCardProps.types.js → BenefitRatafiaCard/BenefitRatafiaCardProps.types.js} +0 -0
  178. /package/dist/src/components/molecules/{SubscriptionCard/RatafiaSubscriptionCard → RatafiaSubscriptionCard}/RatafiaSubscriptionCardProps.types.js +0 -0
  179. /package/dist/src/components/{atoms/CardBox/CardBoxProps.types.js → organisms/AboutUsContent/AboutUsContentProps.types.js} +0 -0
  180. /package/dist/src/components/{molecules/SubscriptionCard/PlanBoxPricingSubscriptionCard/PlanBoxPricingSubscriptionCardProps.types.js → sections/AboutUsSection/AboutUsSectionProps.types.js} +0 -0
@@ -33,7 +33,7 @@ export * from './PopularDocs';
33
33
  export * from './PricingCard';
34
34
  export * from './RatafiaResultCardList';
35
35
  export * from './RatafiaResultTabList';
36
- export * from './SubscriptionCard';
36
+ export * from './RatafiaSubscriptionCard';
37
37
  export * from './Snackbar';
38
38
  export * from './StepGetForm';
39
39
  export * from './StepRatafiaCardList';
@@ -33,7 +33,7 @@ export * from './PopularDocs'
33
33
  export * from './PricingCard'
34
34
  export * from './RatafiaResultCardList'
35
35
  export * from './RatafiaResultTabList'
36
- export * from './SubscriptionCard'
36
+ export * from './RatafiaSubscriptionCard'
37
37
  export * from './Snackbar'
38
38
  export * from './StepGetForm'
39
39
  export * from './StepRatafiaCardList'
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type AboutUsContentProps } from './AboutUsContentProps.types';
3
+ declare const AboutUsContent: FC<AboutUsContentProps>;
4
+ export default AboutUsContent;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AboutUsContentStyled } from './AboutUsContent.styled';
3
+ import { Button } from '../../atoms';
4
+ const AboutUsContent = ({ children, image, button }) => {
5
+ return (_jsxs(AboutUsContentStyled, { children: [_jsx("div", { className: 'about-us-content__image', children: image }), _jsxs("div", { className: 'about-us-content__body', children: [children, button != null && (_jsx("div", { className: 'about-us-content__body__button', children: _jsx(Button, { ...button }) }))] })] }));
6
+ };
7
+ export default AboutUsContent;
@@ -0,0 +1 @@
1
+ export declare const AboutUsContentStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,6 +1,6 @@
1
1
  import { device } from '../../../globalStyles/breakpoints';
2
2
  import styled from 'styled-components';
3
- export const HeroContentStyled = styled.div `
3
+ export const AboutUsContentStyled = styled.div `
4
4
  display: flex;
5
5
  flex-flow: row wrap;
6
6
  justify-content: center;
@@ -9,7 +9,7 @@ export const HeroContentStyled = styled.div `
9
9
  flex-flow: row nowrap;
10
10
  }
11
11
 
12
- .hero-content__body {
12
+ .about-us-content__body {
13
13
  margin-top: 1rem;
14
14
  font-family: var(--font-sans);
15
15
 
@@ -45,7 +45,7 @@ export const HeroContentStyled = styled.div `
45
45
  }
46
46
  }
47
47
 
48
- .hero-content__image {
48
+ .about-us-content__image {
49
49
  margin-bottom: 1rem;
50
50
 
51
51
  @media ${device['landscape-tablets']} {
@@ -1,7 +1,7 @@
1
1
  import { device } from '../../../globalStyles/breakpoints'
2
2
  import styled from 'styled-components'
3
3
 
4
- export const HeroContentStyled = styled.div`
4
+ export const AboutUsContentStyled = styled.div`
5
5
  display: flex;
6
6
  flex-flow: row wrap;
7
7
  justify-content: center;
@@ -10,7 +10,7 @@ export const HeroContentStyled = styled.div`
10
10
  flex-flow: row nowrap;
11
11
  }
12
12
 
13
- .hero-content__body {
13
+ .about-us-content__body {
14
14
  margin-top: 1rem;
15
15
  font-family: var(--font-sans);
16
16
 
@@ -46,7 +46,7 @@ export const HeroContentStyled = styled.div`
46
46
  }
47
47
  }
48
48
 
49
- .hero-content__image {
49
+ .about-us-content__image {
50
50
  margin-bottom: 1rem;
51
51
 
52
52
  @media ${device['landscape-tablets']} {
@@ -0,0 +1,23 @@
1
+ import React, { type FC } from 'react'
2
+
3
+ import { type AboutUsContentProps } from './AboutUsContentProps.types'
4
+ import { AboutUsContentStyled } from './AboutUsContent.styled'
5
+ import { Button } from '../../atoms'
6
+
7
+ const AboutUsContent: FC<AboutUsContentProps> = ({ children, image, button }) => {
8
+ return (
9
+ <AboutUsContentStyled>
10
+ <div className={'about-us-content__image'}>{image}</div>
11
+ <div className={'about-us-content__body'}>
12
+ {children}
13
+ {button != null && (
14
+ <div className={'about-us-content__body__button'}>
15
+ <Button {...button} />
16
+ </div>
17
+ )}
18
+ </div>
19
+ </AboutUsContentStyled>
20
+ )
21
+ }
22
+
23
+ export default AboutUsContent
@@ -1,5 +1,5 @@
1
1
  import { type ButtonProps } from '../../atoms';
2
- export interface HeroContentProps {
2
+ export interface AboutUsContentProps {
3
3
  children: React.ReactNode;
4
4
  image: React.ReactNode;
5
5
  button?: ButtonProps;
@@ -1,6 +1,6 @@
1
1
  import { type ButtonProps } from '../../atoms'
2
2
 
3
- export interface HeroContentProps {
3
+ export interface AboutUsContentProps {
4
4
  children: React.ReactNode
5
5
  image: React.ReactNode
6
6
  button?: ButtonProps
@@ -0,0 +1,2 @@
1
+ export { default as AboutUsContent } from './AboutUsContent';
2
+ export { type AboutUsContentProps } from './AboutUsContentProps.types';
@@ -0,0 +1 @@
1
+ export { default as AboutUsContent } from './AboutUsContent';
@@ -0,0 +1,2 @@
1
+ export { default as AboutUsContent } from './AboutUsContent'
2
+ export { type AboutUsContentProps } from './AboutUsContentProps.types'
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { RichTextInner, RichTextStrapi } from '../../atoms';
2
+ import { Button, RichTextInner, RichTextStrapi } from '../../atoms';
3
3
  import { GuideslinesContentStyled } from './GuidelinesContent.styled';
4
- const GuidelinesContent = ({ title, image, detail, children }) => {
5
- return (_jsxs(GuideslinesContentStyled, { children: [_jsxs("div", { className: 'guidelines-section-main wrapper', children: [_jsx("div", { className: 'guidelines-section__image big-devices', children: image }), _jsxs("div", { className: 'guidelines-section__texts', children: [_jsx("h2", { className: 'guidelines-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: children })] }), _jsx("div", { className: 'guidelines-section__image is-mobile', children: image })] }), Array.isArray(detail) && (_jsx("div", { className: 'guidelines-section-detail wrapper', children: detail.map((item, index) => (_jsxs("div", { className: 'guidelines-section-detail__item', children: [_jsx("div", { className: 'guidelines-section-detail__item__image', children: item.image }), _jsx("div", { className: 'guidelines-section-detail__item__title', children: item.title }), _jsx(RichTextStrapi, { html: item.body?.data?.childMarkdownRemark?.html })] }, index))) }))] }));
4
+ const GuidelinesContent = ({ title, detail, children, tryNowText, tryNowButtonText, tryNowButtonLink, tryNowButtonDataQa, tryNowImage }) => {
5
+ return (_jsxs(GuideslinesContentStyled, { children: [_jsx("div", { className: 'guidelines-section-main wrapper', children: _jsxs("div", { className: 'guidelines-section__texts', children: [_jsx("h2", { className: 'guidelines-section__texts__title', children: title }), _jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: children })] }) }), Array.isArray(detail) && (_jsx("div", { className: 'guidelines-section-detail wrapper', children: detail.map((item, index) => (_jsxs("div", { className: 'guidelines-section-detail__item', children: [_jsx("div", { className: 'guidelines-section-detail__item__image', children: item.image }), _jsx("div", { className: 'guidelines-section-detail__item__title', children: item.title }), _jsx(RichTextStrapi, { html: item.body?.data?.childMarkdownRemark?.html })] }, index))) })), _jsx("div", { className: 'guidelines-section-trial wrapper', children: _jsxs("div", { className: 'guidelines-section-trial__item', children: [_jsx("div", { className: 'guidelines-section__image is-mobile', children: tryNowImage }), _jsxs("div", { className: 'guidelines-section-trial__texts', children: [_jsx(RichTextInner, { customClass: 'guidelines-section__texts__body', children: tryNowText }), _jsx(Button, { givenClass: 'mid-banner-ratafia-content__cta', dataQa: tryNowButtonDataQa, link: tryNowButtonLink, color: 'primary', label: tryNowButtonText })] }), _jsx("div", { className: 'guidelines-section__image big-devices', children: tryNowImage })] }) })] }));
6
6
  };
7
7
  export default GuidelinesContent;
@@ -14,7 +14,6 @@ export const GuideslinesContentStyled = styled.div `
14
14
  }
15
15
 
16
16
  .guidelines-section__texts {
17
- flex-basis: 50%;
18
17
  display: flex;
19
18
  flex-direction: column;
20
19
  justify-content: center;
@@ -34,10 +33,10 @@ export const GuideslinesContentStyled = styled.div `
34
33
  font-family: var(--font-serif);
35
34
  margin-bottom: 2rem;
36
35
  text-align: center;
37
- font-size: 32px;
36
+ font-size: 28px;
38
37
  font-style: normal;
39
- font-weight: 400;
40
- line-height: 42px;
38
+ font-weight: 700;
39
+ line-height: 32px;
41
40
  letter-spacing: -0.3px;
42
41
 
43
42
  @media ${device['landscape-tablets']} {
@@ -57,31 +56,6 @@ export const GuideslinesContentStyled = styled.div `
57
56
  }
58
57
  }
59
58
 
60
- .guidelines-section__image {
61
- flex-basis: 50%;
62
- margin-bottom: 2rem;
63
-
64
- &.big-devices {
65
- display: none;
66
-
67
- @media ${device['landscape-tablets']} {
68
- display: flex;
69
- }
70
- }
71
-
72
- &.is-mobile {
73
- display: none;
74
-
75
- @media ${device['landscape-tablets']} {
76
- display: none;
77
- }
78
-
79
- img {
80
- display: none;
81
- }
82
- }
83
- }
84
-
85
59
  .guidelines-section-detail {
86
60
  display: flex;
87
61
  flex-direction: column;
@@ -108,9 +82,9 @@ export const GuideslinesContentStyled = styled.div `
108
82
  &__title {
109
83
  font-family: var(--font-serif);
110
84
  font-style: normal;
111
- font-weight: 400;
112
- font-size: 24px;
113
- line-height: 32px;
85
+ font-weight: 700;
86
+ font-size: 18px;
87
+ line-height: 24px;
114
88
  letter-spacing: -0.3px;
115
89
  color: var(--neutral-neutral-1);
116
90
  margin: 1.5rem 0 1rem 0;
@@ -135,4 +109,79 @@ export const GuideslinesContentStyled = styled.div `
135
109
  }
136
110
  }
137
111
  }
112
+
113
+ .guidelines-section-trial {
114
+ display: flex;
115
+ flex-direction: column;
116
+ gap: 1.5rem;
117
+ margin: 2rem 0 1rem 0;
118
+
119
+ @media ${device.laptop} {
120
+ flex-direction: row;
121
+ }
122
+
123
+ &__texts {
124
+ flex-basis: 50%;
125
+ display: flex;
126
+ flex-direction: column;
127
+ justify-content: flex-start;
128
+ color: var(--neutral-neutral-1);
129
+ font-style: normal;
130
+ font-weight: 400;
131
+ letter-spacing: -0.3px;
132
+ margin-right: 3rem;
133
+
134
+ &__body {
135
+ font-family: var(--font-sans);
136
+ font-size: 16px;
137
+ line-height: 22px;
138
+ margin-bottom: 1.5rem;
139
+ a {
140
+ color: var(--primary-main-light-1);
141
+ font-weight: 400 !important;
142
+ }
143
+ }
144
+ .e-button {
145
+ height: auto;
146
+ align-self: flex-start;
147
+ margin-top: 2.5rem;
148
+ }
149
+ }
150
+
151
+ &__item {
152
+ display: flex;
153
+ flex-direction: column;
154
+ justify-content: space-between;
155
+ background: var(--others-white);
156
+ border-radius: var(--m-border-radius);
157
+
158
+ @media ${device.laptop} {
159
+ padding: 1.5rem;
160
+ flex-direction: row;
161
+ }
162
+ }
163
+ padding: 1.5rem;
164
+ }
165
+ }
166
+
167
+ .guidelines-section__image {
168
+ flex-basis: 50%;
169
+ margin-bottom: 2rem;
170
+
171
+ &.big-devices {
172
+ display: none;
173
+ }
174
+ &.is-mobile {
175
+ display: flex;
176
+ }
177
+
178
+ @media ${device.laptop} {
179
+ &.big-devices {
180
+ display: flex;
181
+ }
182
+ &.is-mobile {
183
+ display: none;
184
+ }
185
+ }
186
+ }
138
187
  `;
@@ -15,7 +15,6 @@ export const GuideslinesContentStyled = styled.div`
15
15
  }
16
16
 
17
17
  .guidelines-section__texts {
18
- flex-basis: 50%;
19
18
  display: flex;
20
19
  flex-direction: column;
21
20
  justify-content: center;
@@ -35,10 +34,10 @@ export const GuideslinesContentStyled = styled.div`
35
34
  font-family: var(--font-serif);
36
35
  margin-bottom: 2rem;
37
36
  text-align: center;
38
- font-size: 32px;
37
+ font-size: 28px;
39
38
  font-style: normal;
40
- font-weight: 400;
41
- line-height: 42px;
39
+ font-weight: 700;
40
+ line-height: 32px;
42
41
  letter-spacing: -0.3px;
43
42
 
44
43
  @media ${device['landscape-tablets']} {
@@ -58,31 +57,6 @@ export const GuideslinesContentStyled = styled.div`
58
57
  }
59
58
  }
60
59
 
61
- .guidelines-section__image {
62
- flex-basis: 50%;
63
- margin-bottom: 2rem;
64
-
65
- &.big-devices {
66
- display: none;
67
-
68
- @media ${device['landscape-tablets']} {
69
- display: flex;
70
- }
71
- }
72
-
73
- &.is-mobile {
74
- display: none;
75
-
76
- @media ${device['landscape-tablets']} {
77
- display: none;
78
- }
79
-
80
- img {
81
- display: none;
82
- }
83
- }
84
- }
85
-
86
60
  .guidelines-section-detail {
87
61
  display: flex;
88
62
  flex-direction: column;
@@ -109,9 +83,9 @@ export const GuideslinesContentStyled = styled.div`
109
83
  &__title {
110
84
  font-family: var(--font-serif);
111
85
  font-style: normal;
112
- font-weight: 400;
113
- font-size: 24px;
114
- line-height: 32px;
86
+ font-weight: 700;
87
+ font-size: 18px;
88
+ line-height: 24px;
115
89
  letter-spacing: -0.3px;
116
90
  color: var(--neutral-neutral-1);
117
91
  margin: 1.5rem 0 1rem 0;
@@ -136,4 +110,79 @@ export const GuideslinesContentStyled = styled.div`
136
110
  }
137
111
  }
138
112
  }
113
+
114
+ .guidelines-section-trial {
115
+ display: flex;
116
+ flex-direction: column;
117
+ gap: 1.5rem;
118
+ margin: 2rem 0 1rem 0;
119
+
120
+ @media ${device.laptop} {
121
+ flex-direction: row;
122
+ }
123
+
124
+ &__texts {
125
+ flex-basis: 50%;
126
+ display: flex;
127
+ flex-direction: column;
128
+ justify-content: flex-start;
129
+ color: var(--neutral-neutral-1);
130
+ font-style: normal;
131
+ font-weight: 400;
132
+ letter-spacing: -0.3px;
133
+ margin-right: 3rem;
134
+
135
+ &__body {
136
+ font-family: var(--font-sans);
137
+ font-size: 16px;
138
+ line-height: 22px;
139
+ margin-bottom: 1.5rem;
140
+ a {
141
+ color: var(--primary-main-light-1);
142
+ font-weight: 400 !important;
143
+ }
144
+ }
145
+ .e-button {
146
+ height: auto;
147
+ align-self: flex-start;
148
+ margin-top: 2.5rem;
149
+ }
150
+ }
151
+
152
+ &__item {
153
+ display: flex;
154
+ flex-direction: column;
155
+ justify-content: space-between;
156
+ background: var(--others-white);
157
+ border-radius: var(--m-border-radius);
158
+
159
+ @media ${device.laptop} {
160
+ padding: 1.5rem;
161
+ flex-direction: row;
162
+ }
163
+ }
164
+ padding: 1.5rem;
165
+ }
166
+ }
167
+
168
+ .guidelines-section__image {
169
+ flex-basis: 50%;
170
+ margin-bottom: 2rem;
171
+
172
+ &.big-devices {
173
+ display: none;
174
+ }
175
+ &.is-mobile {
176
+ display: flex;
177
+ }
178
+
179
+ @media ${device.laptop} {
180
+ &.big-devices {
181
+ display: flex;
182
+ }
183
+ &.is-mobile {
184
+ display: none;
185
+ }
186
+ }
187
+ }
139
188
  `
@@ -1,19 +1,26 @@
1
1
  import React, { type FC } from 'react'
2
2
 
3
- import { RichTextInner, RichTextStrapi } from '../../atoms'
3
+ import { Button, RichTextInner, RichTextStrapi } from '../../atoms'
4
4
  import { type GuidelinesContentProps } from './GuidelinesContentProps.types'
5
5
  import { GuideslinesContentStyled } from './GuidelinesContent.styled'
6
6
 
7
- const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, children }) => {
7
+ const GuidelinesContent: FC<GuidelinesContentProps> = ({
8
+ title,
9
+ detail,
10
+ children,
11
+ tryNowText,
12
+ tryNowButtonText,
13
+ tryNowButtonLink,
14
+ tryNowButtonDataQa,
15
+ tryNowImage
16
+ }) => {
8
17
  return (
9
18
  <GuideslinesContentStyled>
10
19
  <div className='guidelines-section-main wrapper'>
11
- <div className='guidelines-section__image big-devices'>{image}</div>
12
20
  <div className='guidelines-section__texts'>
13
21
  <h2 className='guidelines-section__texts__title'>{title}</h2>
14
22
  <RichTextInner customClass='guidelines-section__texts__body'>{children}</RichTextInner>
15
23
  </div>
16
- <div className='guidelines-section__image is-mobile'>{image}</div>
17
24
  </div>
18
25
  {Array.isArray(detail) && (
19
26
  <div className='guidelines-section-detail wrapper'>
@@ -26,6 +33,22 @@ const GuidelinesContent: FC<GuidelinesContentProps> = ({ title, image, detail, c
26
33
  ))}
27
34
  </div>
28
35
  )}
36
+ <div className='guidelines-section-trial wrapper'>
37
+ <div className='guidelines-section-trial__item'>
38
+ <div className='guidelines-section__image is-mobile'>{tryNowImage}</div>
39
+ <div className='guidelines-section-trial__texts'>
40
+ <RichTextInner customClass='guidelines-section__texts__body'>{tryNowText}</RichTextInner>
41
+ <Button
42
+ givenClass='mid-banner-ratafia-content__cta'
43
+ dataQa={tryNowButtonDataQa}
44
+ link={tryNowButtonLink}
45
+ color='primary'
46
+ label={tryNowButtonText}
47
+ />
48
+ </div>
49
+ <div className='guidelines-section__image big-devices'>{tryNowImage}</div>
50
+ </div>
51
+ </div>
29
52
  </GuideslinesContentStyled>
30
53
  )
31
54
  }
@@ -1,6 +1,12 @@
1
+ import React from 'react';
1
2
  export interface GuidelinesContentProps {
2
3
  title: string;
3
- image: React.ReactNode;
4
+ image?: React.ReactNode;
4
5
  children: React.ReactNode;
5
6
  detail?: React.ReactNode;
7
+ tryNowText: React.ReactNode;
8
+ tryNowButtonText: string;
9
+ tryNowButtonLink: string;
10
+ tryNowButtonDataQa: string;
11
+ tryNowImage?: React.ReactNode;
6
12
  }
@@ -1,6 +1,13 @@
1
+ import React from 'react'
2
+
1
3
  export interface GuidelinesContentProps {
2
4
  title: string
3
- image: React.ReactNode
5
+ image?: React.ReactNode
4
6
  children: React.ReactNode
5
7
  detail?: React.ReactNode
8
+ tryNowText: React.ReactNode
9
+ tryNowButtonText: string
10
+ tryNowButtonLink: string
11
+ tryNowButtonDataQa: string
12
+ tryNowImage?: React.ReactNode
6
13
  }
@@ -1,4 +1,4 @@
1
- export * from './HeroContent';
1
+ export * from './AboutUsContent';
2
2
  export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
@@ -1,4 +1,4 @@
1
- export * from './HeroContent';
1
+ export * from './AboutUsContent';
2
2
  export * from './Accordion';
3
3
  export * from './ArticlesList';
4
4
  export * from './AsSeeInContent';
@@ -1,4 +1,4 @@
1
- export * from './HeroContent'
1
+ export * from './AboutUsContent'
2
2
  export * from './Accordion'
3
3
  export * from './ArticlesList'
4
4
  export * from './AsSeeInContent'
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { AsSeeInSection, CardStorySection, ExpertsSection, GuidelinesSection, HeroSection, MidBannerRatafiaSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
2
+ import { AboutUsSection, AsSeeInSection, CardStorySection, ExpertsSection, GuidelinesSection, MidBannerRatafiaSection, PeopleSayAboutUsSection, TryOurFreeLegalBlogsSection } from '../../sections';
3
3
  import { ContactContent, HowWeHelp } from '../../organisms';
4
4
  export const AboutUsPage = ({ aboutUsSectionProps, ourMissionBlogsSectionProps, ourCoreValuesBlogsSectionProps, cardStorySection, howWeHelp, peopleSayAboutUsSectionProps, guidelinesSectionProps, expertsSectionProps, asSeeInSectionProps, midBannerSectionProps, contactContentProps, isJonSnow = false }) => {
5
- return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(HeroSection, { ...aboutUsSectionProps }), ourMissionBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourMissionBlogsSectionProps }), ourCoreValuesBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourCoreValuesBlogsSectionProps }), cardStorySection != null && _jsx(CardStorySection, { ...cardStorySection }), howWeHelp != null && _jsx(HowWeHelp, { ...howWeHelp }), guidelinesSectionProps != null && (_jsx(GuidelinesSection, { ...guidelinesSectionProps, children: guidelinesSectionProps.contentGuidelines?.children })), expertsSectionProps != null && _jsx(ExpertsSection, { ...expertsSectionProps }), !isJonSnow && peopleSayAboutUsSectionProps != null && (_jsx(PeopleSayAboutUsSection, { ...peopleSayAboutUsSectionProps })), !isJonSnow && asSeeInSectionProps != null && _jsx(AsSeeInSection, { ...asSeeInSectionProps }), !isJonSnow && midBannerSectionProps != null && _jsx(MidBannerRatafiaSection, { ...midBannerSectionProps }), !isJonSnow && contactContentProps != null && _jsx(ContactContent, { ...contactContentProps })] }));
5
+ return (_jsxs(_Fragment, { children: [aboutUsSectionProps != null && _jsx(AboutUsSection, { ...aboutUsSectionProps }), ourMissionBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourMissionBlogsSectionProps }), ourCoreValuesBlogsSectionProps != null && _jsx(TryOurFreeLegalBlogsSection, { ...ourCoreValuesBlogsSectionProps }), cardStorySection != null && _jsx(CardStorySection, { ...cardStorySection }), howWeHelp != null && _jsx(HowWeHelp, { ...howWeHelp }), guidelinesSectionProps != null && (_jsx(GuidelinesSection, { ...guidelinesSectionProps, children: guidelinesSectionProps.contentGuidelines?.children })), expertsSectionProps != null && _jsx(ExpertsSection, { ...expertsSectionProps }), !isJonSnow && peopleSayAboutUsSectionProps != null && (_jsx(PeopleSayAboutUsSection, { ...peopleSayAboutUsSectionProps })), !isJonSnow && asSeeInSectionProps != null && _jsx(AsSeeInSection, { ...asSeeInSectionProps }), !isJonSnow && midBannerSectionProps != null && _jsx(MidBannerRatafiaSection, { ...midBannerSectionProps }), !isJonSnow && contactContentProps != null && _jsx(ContactContent, { ...contactContentProps })] }));
6
6
  };
@@ -1,11 +1,11 @@
1
1
  import React from 'react'
2
2
 
3
3
  import {
4
+ AboutUsSection,
4
5
  AsSeeInSection,
5
6
  CardStorySection,
6
7
  ExpertsSection,
7
8
  GuidelinesSection,
8
- HeroSection,
9
9
  MidBannerRatafiaSection,
10
10
  PeopleSayAboutUsSection,
11
11
  TryOurFreeLegalBlogsSection
@@ -29,7 +29,7 @@ export const AboutUsPage: React.FC<AboutUsPageProps> = ({
29
29
  }) => {
30
30
  return (
31
31
  <>
32
- {aboutUsSectionProps != null && <HeroSection {...aboutUsSectionProps} />}
32
+ {aboutUsSectionProps != null && <AboutUsSection {...aboutUsSectionProps} />}
33
33
  {ourMissionBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourMissionBlogsSectionProps} />}
34
34
  {ourCoreValuesBlogsSectionProps != null && <TryOurFreeLegalBlogsSection {...ourCoreValuesBlogsSectionProps} />}
35
35
  {cardStorySection != null && <CardStorySection {...cardStorySection} />}
@@ -1,7 +1,7 @@
1
- import type { AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, HeroSectionProps, MidBannerRatafiaSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
1
+ import type { AboutUsSectionProps, AsSeeInSectionProps, CardStorySectionProps, ExpertsSectionProps, GuidelinesSectionProps, MidBannerRatafiaSectionProps, PeopleSayAboutUsSectionProps, TryOurFreeLegalBlogsSectionProps, TryUsSectionProps } from '../../sections';
2
2
  import { ContactContentProps, HowWeHelpProps } from '../../organisms';
3
3
  export interface AboutUsPageProps {
4
- aboutUsSectionProps?: HeroSectionProps;
4
+ aboutUsSectionProps?: AboutUsSectionProps;
5
5
  ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
6
6
  ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps;
7
7
  cardStorySection?: CardStorySectionProps;
@@ -1,9 +1,9 @@
1
1
  import type {
2
+ AboutUsSectionProps,
2
3
  AsSeeInSectionProps,
3
4
  CardStorySectionProps,
4
5
  ExpertsSectionProps,
5
6
  GuidelinesSectionProps,
6
- HeroSectionProps,
7
7
  MidBannerRatafiaSectionProps,
8
8
  PeopleSayAboutUsSectionProps,
9
9
  TryOurFreeLegalBlogsSectionProps,
@@ -12,7 +12,7 @@ import type {
12
12
  import { ContactContentProps, HowWeHelpProps } from '../../organisms'
13
13
 
14
14
  export interface AboutUsPageProps {
15
- aboutUsSectionProps?: HeroSectionProps
15
+ aboutUsSectionProps?: AboutUsSectionProps
16
16
  ourMissionBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
17
17
  ourCoreValuesBlogsSectionProps?: TryOurFreeLegalBlogsSectionProps
18
18
  cardStorySection?: CardStorySectionProps
@@ -11,4 +11,3 @@ export * from './RatafiaPricingPage';
11
11
  export * from './RatafiaResultPage';
12
12
  export * from './UnsubscribePage';
13
13
  export * from './LoginRatafiaPage';
14
- export * from './PricingPage';
@@ -11,4 +11,3 @@ export * from './RatafiaPricingPage';
11
11
  export * from './RatafiaResultPage';
12
12
  export * from './UnsubscribePage';
13
13
  export * from './LoginRatafiaPage';
14
- export * from './PricingPage';
@@ -11,4 +11,3 @@ export * from './RatafiaPricingPage'
11
11
  export * from './RatafiaResultPage'
12
12
  export * from './UnsubscribePage'
13
13
  export * from './LoginRatafiaPage'
14
- export * from './PricingPage'
@@ -0,0 +1,4 @@
1
+ import { type FC } from 'react';
2
+ import { type AboutUsSectionProps } from './AboutUsSectionProps.types';
3
+ declare const AboutUsSection: FC<AboutUsSectionProps>;
4
+ export default AboutUsSection;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { AboutUsContent } from '../../organisms/AboutUsContent';
3
+ import { AboutUsSectionStyled } from './AboutUsSection.styled';
4
+ const AboutUsSection = ({ title, subTitle, contentAboutUs }) => {
5
+ return (_jsx(AboutUsSectionStyled, { className: 'about-us-section', children: _jsxs("div", { className: 'wrapper wrapper--responsive', children: [_jsx("div", { className: 'about-us-section__title', children: _jsx("span", { className: 'about-us-section__title__text', children: title }) }), Boolean(subTitle) && _jsx("h1", { className: 'about-us-section__sub-title', children: subTitle }), _jsx(AboutUsContent, { image: contentAboutUs.image, button: contentAboutUs?.button, children: contentAboutUs.children })] }) }));
6
+ };
7
+ export default AboutUsSection;