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 e7415ef commit ca2265fCopy full SHA for ca2265f
src/Page/Home.jsx
@@ -143,7 +143,7 @@ const Hero = () => {
143
`}
144
</style>
145
<img src={LOGO} alt="Dev Display" className="my-4 h-auto w-[600PX] text-5xl font-bold" />
146
- <h3 className="custom-font my-4 text-2xl tracking-widest text-gray-400 md:text-xl">
+ <h3 className="custom-font my-4 text-2xl tracking-widest text-gray-300 md:text-xl">
147
One Platform for Global Developers to Fulfill All The Tech Needs!
148
</h3>
149
<p className="custom-font mx-auto my-4 max-w-4xl text-xl text-[#00a6fb] md:text-2xl">
@@ -158,7 +158,6 @@ const Hero = () => {
158
<CountdownTimer />
159
</div>
160
<Globe />
161
- <Globe />
162
163
<div className="mb-20"></div>
164
</section>
0 commit comments