diff --git a/src/components/common/HeadingCommon/HeadingCommon.module.scss b/src/components/common/HeadingCommon/HeadingCommon.module.scss index 86135585e..102d62173 100644 --- a/src/components/common/HeadingCommon/HeadingCommon.module.scss +++ b/src/components/common/HeadingCommon/HeadingCommon.module.scss @@ -1,7 +1,7 @@ @import '../../../styles/utilities'; .headingCommon { - @apply heading-1 font-heading text-left; + @apply heading-2 font-heading text-left; &.highlight { color: var(--negative); diff --git a/src/components/common/HeadingCommon/HeadingCommon.tsx b/src/components/common/HeadingCommon/HeadingCommon.tsx index a3c1165bf..9e68ab637 100644 --- a/src/components/common/HeadingCommon/HeadingCommon.tsx +++ b/src/components/common/HeadingCommon/HeadingCommon.tsx @@ -11,11 +11,11 @@ interface HeadingCommonProps { const HeadingCommon = ({ type='default', align='left', children }: HeadingCommonProps) => { return ( -

{children}

+ >{children} ) } diff --git a/src/components/modules/home/HomeVideo/HomeVideo.module.scss b/src/components/modules/home/HomeVideo/HomeVideo.module.scss index 2dad3da21..1d006d0b0 100644 --- a/src/components/modules/home/HomeVideo/HomeVideo.module.scss +++ b/src/components/modules/home/HomeVideo/HomeVideo.module.scss @@ -39,9 +39,6 @@ object-fit: cover; } } - .heading { - @apply heading-2 font-heading; - } } .videoWrap { @apply relative flex justify-center; diff --git a/src/components/modules/home/HomeVideo/HomeVideo.tsx b/src/components/modules/home/HomeVideo/HomeVideo.tsx index 9aaeab075..eac203769 100644 --- a/src/components/modules/home/HomeVideo/HomeVideo.tsx +++ b/src/components/modules/home/HomeVideo/HomeVideo.tsx @@ -3,6 +3,7 @@ import React from 'react' import s from './HomeVideo.module.scss' import LogoBrand from './assets/logo_maggi.png' import { VideoPlayer } from 'src/components/common' +import HeadingCommon from '../../../common/HeadingCommon/HeadingCommon' interface Props { className?: string @@ -16,9 +17,9 @@ const HomeVideo = ({ }: Props) => {
-

+ Maggi Sauce Is The Secret Weapon For Making All Your Food -

+
{/* todo: change url video */}