feat: disabled fade in first section

This commit is contained in:
Nazareno Oviedo 2022-04-11 14:15:24 -03:00
parent dfc29a740c
commit 8194efa503
8 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<video
autoPlay
className={clsx('hide-on-mobile', s['video'])}

View File

@ -9,7 +9,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<div className={s['gradient']} />
<video
autoPlay

View File

@ -12,7 +12,7 @@ interface HeroProps {
const Hero = ({ featuredPost }: HeroProps) => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<Heading as="h1" variant="xl" centered>
Blog
</Heading>

View File

@ -8,7 +8,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<div className={s['gradient']}></div>
<div className={s['video__container']}>
<video

View File

@ -11,7 +11,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<video
autoPlay
className={clsx('hide-on-mobile', s['video'])}

View File

@ -6,7 +6,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<Heading as="h1" variant="xl">
Privacy Policy
</Heading>

View File

@ -7,7 +7,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<div className={s.gradient} />
<video
autoPlay

View File

@ -6,7 +6,7 @@ import s from './hero.module.scss'
const Hero = () => {
return (
<Section className={s['section']}>
<Section className={s['section']} disableFadeIn>
<Heading as="h1" variant="xl">
Terms of Use
</Heading>