File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,17 +257,17 @@ const Pricing = () => (
257257
258258const Explore = ( ) => (
259259 < div >
260- < div className = "grid grid-cols-2 gap-2" >
260+ < div className = "grid grid-cols-2 gap-2" target = "_blank" rel = "noopener noreferrer" >
261261 < a href = "https://www.devdisplay.tech/" >
262- < img className = "mb-2 h-14 w-full rounded object-cover" src = "/DCommunity.png" alt = "Placeholder image " />
262+ < img className = "mb-2 h-14 w-full rounded object-cover" src = "/DCommunity.png" alt = "DevDisplay Community " />
263263 < 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 >
269- < a href = "# " >
270- < img className = "mb-2 h-14 w-full rounded object-cover" src = "/DStudio.png" alt = "Placeholder image " />
269+ < a href = "https://dedisplaystudio.vercel.app/" target = "_blank" rel = "noopener noreferrer ">
270+ < img className = "mb-2 h-14 w-full rounded object-cover" src = "/DStudio.png" alt = "DevDisplay Studio " />
271271 < 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
You can’t perform that action at this time.
0 commit comments