mirror of
https://github.com/vercel/commerce.git
synced 2025-07-07 13:21:22 +00:00
♻️ enhan: using heading common in home subscribe
:%s
This commit is contained in:
parent
499221a7b8
commit
6f8ba5628d
@ -7,12 +7,8 @@
|
||||
padding-top: 5.6rem;
|
||||
padding-bottom: 5.6rem;
|
||||
}
|
||||
.heading {
|
||||
@apply heading-2 font-heading;
|
||||
color: var(--white);
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
.sub {
|
||||
margin-top: 2.4rem;
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,12 @@
|
||||
import React from 'react'
|
||||
import { HeadingCommon } from 'src/components/common'
|
||||
import FormSubscribe from './FormSubscribe/FormSubscribe'
|
||||
import s from './HomeSubscribe.module.scss'
|
||||
|
||||
const HomeSubscribe = () => {
|
||||
return (
|
||||
<section className={s.homeSubscribe}>
|
||||
<h2 className={s.heading}>Let's stay in touch</h2>
|
||||
<HeadingCommon type='light'>Let's stay in touch</HeadingCommon>
|
||||
<div className={s.sub}>Subscribe to our newsletter for fresh news, seasonal arrivals and delicious recipes.</div>
|
||||
<FormSubscribe />
|
||||
</section >
|
||||
|
Loading…
x
Reference in New Issue
Block a user