We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1ef76 commit e21b637Copy full SHA for e21b637
components/ThemeTitle/index.jsx
@@ -51,14 +51,17 @@ const ThemeTitle = () => {
51
52
return (
53
<>
54
+ <p className="text-[#FAF8ED] text-[1.25rem] md:text-[1.5rem] font-medium uppercase">
55
+ This year's theme :{" "}
56
+ </p>
57
<p
- className="text-[#FAF8ED] text-[2.375rem] font-medium leading-[1.2]
- lg:leading-[1.1] lg:text-[3rem]"
58
+ className="text-[#FAF8ED] text-[2.375rem] md:text-[3rem]
59
+ font-medium leading-[1.2] md:leading-[1.1]"
60
onMouseEnter={textEnter}
61
onMouseLeave={textLeave}
62
>
- Be a part of the
- <br /> Innovation, April 5-7
63
+ Digital Anonymity
64
+ <br /> Unleashed
65
</p>
66
<motion.div
67
className="cursor"
0 commit comments