Spaces:
Paused
Paused
| 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> | |
| ) | |
| } | |