text font fixed
This commit is contained in:
@@ -8,17 +8,17 @@ export default function ContactHeader() {
|
||||
<div className="mb-8 text-center">
|
||||
<div className="mb-4 flex items-center justify-center gap-2">
|
||||
<DotAnimatsiya />
|
||||
<span className="text-sm font-semibold tracking-wider text-white">
|
||||
<span className="font-almarai text-sm font-semibold tracking-wider text-white">
|
||||
{t("contact.banner.title")}
|
||||
</span>
|
||||
</div>
|
||||
<h2
|
||||
className="bg-linear-to-br from-white via-white to-black
|
||||
className="uppercase font-unbounded bg-linear-to-br from-white via-white to-black
|
||||
text-transparent bg-clip-text text-4xl font-bold tracking-wide md:text-5xl"
|
||||
>
|
||||
{t("contact.banner.subtitle")}
|
||||
</h2>
|
||||
<p className="mt-3 text-sm text-gray-300 italic">
|
||||
<p className="font-almarai mt-3 text-sm text-gray-300 italic">
|
||||
{t("contact.banner.description")}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user