redisign hero
This commit is contained in:
@@ -26,7 +26,7 @@ export function Paragraph({ children, className }: Props) {
|
||||
export function Heading1({ children, className }: Props) {
|
||||
return (
|
||||
<h1
|
||||
className={cn('text-5xl md:text-6xl font-bold text-slate-800', className)}
|
||||
className={cn('text-4xl md:text-5xl font-bold text-slate-800', className)}
|
||||
>
|
||||
{children}
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user