Spaces:
Running
on
L40S
Running
on
L40S
export function Title() { | |
return ( | |
<h2 className="bg-gradient-to-bl from-sky-500 to-sky-800 bg-clip-text text-5xl font-extrabold text-transparent leading-normal text-center" | |
style={{ textShadow: "rgb(176 229 255 / 61%) 0px 0px 2px" }}> | |
π¬ FacePoke | |
</h2> | |
) | |
} | |