Skip to content

Commit ca2265f

Browse files
committed
```
Refactor CountdownTimer component for enhanced performance and maintainability ```
1 parent e7415ef commit ca2265f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Page/Home.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const Hero = () => {
143143
`}
144144
</style>
145145
<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">
146+
<h3 className="custom-font my-4 text-2xl tracking-widest text-gray-300 md:text-xl">
147147
One Platform for Global Developers to Fulfill All The Tech Needs!
148148
</h3>
149149
<p className="custom-font mx-auto my-4 max-w-4xl text-xl text-[#00a6fb] md:text-2xl">
@@ -158,7 +158,6 @@ const Hero = () => {
158158
<CountdownTimer />
159159
</div>
160160
<Globe />
161-
<Globe />
162161
</div>
163162
<div className="mb-20"></div>
164163
</section>

0 commit comments

Comments
 (0)