mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
♻️ enhan: using heading common in home video
:%s
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
.heading {
|
||||
@apply heading-2 font-heading;
|
||||
}
|
||||
}
|
||||
.videoWrap {
|
||||
@apply relative flex justify-center;
|
||||
|
@@ -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) => {
|
||||
<div className={s.logo}>
|
||||
<Image src={LogoBrand} />
|
||||
</div>
|
||||
<h2 className={s.heading}>
|
||||
<HeadingCommon>
|
||||
Maggi Sauce Is The Secret Weapon For Making All Your Food
|
||||
</h2>
|
||||
</HeadingCommon>
|
||||
</div>
|
||||
<div className={s.videoWrap}>
|
||||
{/* todo: change url video */}
|
||||
|
Reference in New Issue
Block a user