mirror of
https://github.com/vercel/commerce.git
synced 2025-07-15 17:01:22 +00:00
🎨 styles: home CTA section
:%s
This commit is contained in:
parent
4155ff69d7
commit
4970dbe364
@ -5,12 +5,8 @@ import { ROUTE } from 'src/utils/constanst.utils'
|
||||
import { LANGUAGE } from 'src/utils/language.utils'
|
||||
import s from './HomeCTA.module.scss'
|
||||
|
||||
interface Props {
|
||||
className?: string
|
||||
children?: any
|
||||
}
|
||||
|
||||
const HomeCTA = ({ }: Props) => {
|
||||
const HomeCTA = () => {
|
||||
return (
|
||||
<section className={s.homeCTA}>
|
||||
<div className={s.inner}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user