forked from crowetic/commerce
Changes
This commit is contained in:
parent
b9e7ff64e7
commit
eb091f9cd4
@ -10,11 +10,11 @@ interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Hero: FC<Props> = ({ headline, description, className }) => {
|
const Hero: FC<Props> = ({ headline, description, className }) => {
|
||||||
const rootClassName = cn('bg-black py-24', className)
|
const rootClassName = cn('bg-black py-24 min-h-72', className)
|
||||||
return (
|
return (
|
||||||
<div className={rootClassName}>
|
<div className={rootClassName}>
|
||||||
<Container>
|
<Container>
|
||||||
<div className="mx-auto grid lg:grid-cols-2">
|
<div className="mx-auto grid grid-cols-2">
|
||||||
<h2 className="text-4xl leading-10 font-extrabold text-white sm:text-5xl sm:leading-none sm:tracking-tight lg:text-6xl">
|
<h2 className="text-4xl leading-10 font-extrabold text-white sm:text-5xl sm:leading-none sm:tracking-tight lg:text-6xl">
|
||||||
{headline}
|
{headline}
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user