diff --git a/src/containers/about/layout-02/index.tsx b/src/containers/about/layout-02/index.tsx index 425ac1d2..729dadae 100644 --- a/src/containers/about/layout-02/index.tsx +++ b/src/containers/about/layout-02/index.tsx @@ -14,7 +14,12 @@ type TProps = TSection & { }; }; -const AboutArea = ({ data: { section_title, motto, images }, space, bg, titleSize }: TProps) => { +const AboutArea = ({ + data: { section_title, motto, images }, + space, + bg, + titleSize, +}: TProps) => { const { trans1 } = useUI(); return (
@@ -27,9 +32,15 @@ const AboutArea = ({ data: { section_title, motto, images }, space, bg, titleSiz variants={scrollUpVariants} > {section_title && ( - + + )} + {motto && ( + )} - {motto && }
{images?.[0]?.src && ( @@ -81,7 +92,10 @@ const AboutArea = ({ data: { section_title, motto, images }, space, bg, titleSiz y: trans1().y, }} > - + - + { }} > diff --git a/src/containers/course/layout-02/index.tsx b/src/containers/course/layout-02/index.tsx index af4b3e3a..a8073c99 100644 --- a/src/containers/course/layout-02/index.tsx +++ b/src/containers/course/layout-02/index.tsx @@ -63,7 +63,10 @@ const CtaArea = ({ data: { section_title, buttons }, space, bg }: TProps) => { y: trans1().y, }} > - + { y: trans1().y, }} > - + shape
diff --git a/src/containers/cta/layout-02/index.tsx b/src/containers/cta/layout-02/index.tsx index af4b3e3a..a8073c99 100644 --- a/src/containers/cta/layout-02/index.tsx +++ b/src/containers/cta/layout-02/index.tsx @@ -63,7 +63,10 @@ const CtaArea = ({ data: { section_title, buttons }, space, bg }: TProps) => { y: trans1().y, }} > - + { y: trans1().y, }} > - + shape diff --git a/src/containers/hero/layout-02/index.tsx b/src/containers/hero/layout-02/index.tsx index af3785f9..8d4ebb3d 100644 --- a/src/containers/hero/layout-02/index.tsx +++ b/src/containers/hero/layout-02/index.tsx @@ -143,7 +143,7 @@ const HeroArea = ({ }} > diff --git a/src/containers/newsletter/layout-01/index.tsx b/src/containers/newsletter/layout-01/index.tsx index a53670c4..03ffb4ba 100644 --- a/src/containers/newsletter/layout-01/index.tsx +++ b/src/containers/newsletter/layout-01/index.tsx @@ -45,7 +45,13 @@ const NewsletterArea = ({ data: { section_title }, space, bg }: TProps) => { y: trans1().y, }} > - + shape { y: trans2().y, }} > - + shape diff --git a/src/containers/testimonial/layout-04/index.tsx b/src/containers/testimonial/layout-04/index.tsx index a5a1c9c6..4e21e399 100644 --- a/src/containers/testimonial/layout-04/index.tsx +++ b/src/containers/testimonial/layout-04/index.tsx @@ -125,8 +125,8 @@ const TestimonialArea = ({ }} >