@@ -207,7 +207,7 @@ const Developers = () => (
207207 OpenSource
208208 </ a >
209209 </ div >
210- { /* <div>
210+ < div >
211211 < h3 className = "mb-2 text-sm font-medium" > Evolution</ h3 >
212212 < a href = "https://www.devdisplay.org/ProjectShowcase" className = "mb-1 block text-sm text-neutral-400" >
213213 Project Hub
@@ -224,14 +224,14 @@ const Developers = () => (
224224 < a href = "https://www.devdisplay.org/ResumeBuilder" className = "block text-sm text-neutral-400" >
225225 Resume Building
226226 </ a >
227- </div> */ }
227+ </ div >
228228 </ div >
229229 </ div >
230230) ;
231231
232232const Pricing = ( ) => (
233233 < div className = "grid grid-cols-3 gap-4 divide-x divide-neutral-700" >
234- { /* <a
234+ < a
235235 href = "#"
236236 className = "flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
237237 >
@@ -251,14 +251,14 @@ const Pricing = () => (
251251 >
252252 < FiPieChart className = "mb-2 text-xl text-indigo-300" />
253253 < span className = "text-xs" > Enterprise</ span >
254- </a> */ }
254+ </ a >
255255 </ div >
256256) ;
257257
258258const Blog = ( ) => (
259259 < div >
260260 < div className = "grid grid-cols-2 gap-2" >
261- { /* <a href="#">
261+ < a href = "#" >
262262 < img className = "mb-2 h-14 w-full rounded object-cover" src = "/imgs/blog/4.png" alt = "Placeholder image" />
263263 < h4 className = "mb-0.5 text-sm font-medium" > Lorem ipsum dolor</ h4 >
264264 < p className = "text-xs text-neutral-400" >
@@ -269,9 +269,10 @@ const Blog = () => (
269269 < img className = "mb-2 h-14 w-full rounded object-cover" src = "/imgs/blog/5.png" alt = "Placeholder image" />
270270 < h4 className = "mb-0.5 text-sm font-medium" > Lorem ipsum dolor</ h4 >
271271 < p className = "text-xs text-neutral-400" >
272- Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet illo quidem eos.
272+ DevDisplay Studio empowers startups, enterprises, and agencies with premium and powerful software solutions by
273+ OG DevDisplay Developers.
273274 </ p >
274- </a> */ }
275+ </ a >
275276 </ div >
276277 </ div >
277278) ;
@@ -281,14 +282,14 @@ const TABS = [
281282 title : 'Developers' ,
282283 Component : Developers ,
283284 } ,
284- // {
285- // title: 'Pricing',
286- // Component: Pricing,
287- // },
288- // {
289- // title: 'Blog',
290- // Component: Blog,
291- // },
285+ {
286+ title : 'Pricing' ,
287+ Component : Pricing ,
288+ } ,
289+ {
290+ title : 'Blog' ,
291+ Component : Blog ,
292+ } ,
292293] . map ( ( n , idx ) => ( { ...n , id : idx + 1 } ) ) ;
293294
294295export default Navbar ;
0 commit comments