File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -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">
@@ -271,7 +271,7 @@ const Blog = () => (
271271 <p className="text-xs text-neutral-400">
272272 Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet illo quidem eos.
273273 </p>
274- </ a >
274+ </a> */ }
275275 </ div >
276276 </ div >
277277) ;
@@ -281,14 +281,14 @@ const TABS = [
281281 title : 'Developers' ,
282282 Component : Developers ,
283283 } ,
284- {
285- title : 'Pricing' ,
286- Component : Pricing ,
287- } ,
288- {
289- title : 'Blog' ,
290- Component : Blog ,
291- } ,
284+ // {
285+ // title: 'Pricing',
286+ // Component: Pricing,
287+ // },
288+ // {
289+ // title: 'Blog',
290+ // Component: Blog,
291+ // },
292292] . map ( ( n , idx ) => ( { ...n , id : idx + 1 } ) ) ;
293293
294294export default Navbar ;
You can’t perform that action at this time.
0 commit comments