Skip to content

Commit 68b44bc

Browse files
committed
Add DCommunity and DStudio images to Navbar with updated descriptions
1 parent 7452770 commit 68b44bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

public/DCommunity.png

747 KB
Loading

public/DStudio.png

760 KB
Loading

src/components/Navbar.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,17 +258,17 @@ const Pricing = () => (
258258
const Blog = () => (
259259
<div>
260260
<div className="grid grid-cols-2 gap-2">
261-
<a href="#">
262-
<img className="mb-2 h-14 w-full rounded object-cover" src="/imgs/blog/4.png" alt="Placeholder image" />
263-
<h4 className="mb-0.5 text-sm font-medium">Lorem ipsum dolor</h4>
261+
<a href="https://www.devdisplay.tech/">
262+
<img className="mb-2 h-14 w-full rounded object-cover" src="/DCommunity.png" alt="Placeholder image" />
263+
<h4 className="mb-0.5 text-sm font-medium">DevDisplay Community</h4>
264264
<p className="text-xs text-neutral-400">
265265
A global developer community that brings the powerful impact of innovation from the ground up in universities,
266266
colleges, and cities.
267267
</p>
268268
</a>
269269
<a href="#">
270-
<img className="mb-2 h-14 w-full rounded object-cover" src="/imgs/blog/5.png" alt="Placeholder image" />
271-
<h4 className="mb-0.5 text-sm font-medium">Lorem ipsum dolor</h4>
270+
<img className="mb-2 h-14 w-full rounded object-cover" src="/DStudio.png" alt="Placeholder image" />
271+
<h4 className="mb-0.5 text-sm font-medium">DevDisplay Studio</h4>
272272
<p className="text-xs text-neutral-400">
273273
DevDisplay Studio empowers startups, enterprises, and agencies with premium and powerful software solutions by
274274
OG DevDisplay Developers.

0 commit comments

Comments
 (0)