redisign hero

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-15 09:45:03 +01:00
parent f6c6a403b4
commit 0381d60d90
6 changed files with 27 additions and 14 deletions

View File

@@ -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>