fix(footer): replace Title component with Description for footer title

This commit is contained in:
Mr. M 2025-05-13 13:55:30 +02:00
parent 6433a03060
commit f95fcb1953
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -25,7 +25,7 @@ const {
class="w-full text-center lg:w-1/2 lg:text-left"
aria-labelledby="footer-title"
>
<Title id="footer-title" class="!text-paper">{footer.title}</Title>
<Description id="footer-title" class="!text-paper text-6xl font-bold">{footer.title}</Title>
<Description class="mx-auto max-w-xl lg:mx-0">
{footer.description}
</Description>