Skip to content

Commit e21b637

Browse files
committed
add theme
1 parent ea1ef76 commit e21b637

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

components/ThemeTitle/index.jsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,17 @@ const ThemeTitle = () => {
5151

5252
return (
5353
<>
54+
<p className="text-[#FAF8ED] text-[1.25rem] md:text-[1.5rem] font-medium uppercase">
55+
This year&apos;s theme :{" "}
56+
</p>
5457
<p
55-
className="text-[#FAF8ED] text-[2.375rem] font-medium leading-[1.2]
56-
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]"
5760
onMouseEnter={textEnter}
5861
onMouseLeave={textLeave}
5962
>
60-
Be a part of the
61-
<br /> Innovation, April 5-7
63+
Digital Anonymity
64+
<br /> Unleashed
6265
</p>
6366
<motion.div
6467
className="cursor"

0 commit comments

Comments
 (0)