1- import  {  BookOpen ,  Code ,  Server ,  Terminal  }  from  "lucide-react" ; 
1+ import  {  BookOpen ,  Code ,  Server ,  Terminal , Book , Video  }  from  "lucide-react" ; 
22
33export  default  function  ExploreSection ( )  { 
44 const  products  =  [ 
55 { 
66 title : "Agile Blog" , 
77 description :
8-  "Tutorials , guides, and dev  workflows for building and deploying production  apps with MERN, Rails + React, and  modern cloud tools ." , 
8+  "In-depth tutorials , guides, and engineering  workflows for building and deploying full-stack  apps using  modern web technologies ." , 
99 icon : < BookOpen  className = "h-10 w-10 text-black"  /> , 
1010 action : { 
1111 label : "Visit →" , 
@@ -14,20 +14,54 @@ export default function ExploreSection() {
1414 } , 
1515 } , 
1616 { 
17-  title : "Agile CMS " , 
17+  title : "Agile Coder YT " , 
1818 description :
19-  "A powerful, multi-tenant blog CMS designed for modern  content creators and SaaS platforms ." , 
20-  icon : < Server  className = "h-10 w-10 text-black"  /> , 
19+  "Watch in-depth tutorials, coding walkthroughs, and creative tech  content on the Agile Coder YouTube channel ." , 
20+  icon : < Video  className = "h-10 w-10 text-black"  /> , 
2121 action : { 
22-  label : "Coming Soon" , 
23-  type : "text" , 
22+  label : "Go to Channel →" , 
23+  type : "link" , 
24+  href : "https://www.youtube.com/@AgileCoderYT" ,  
25+  } , 
26+  } , 
27+  { 
28+  title : "Published Books" , 
29+  description :
30+  "Explore our books website to discover fascinating insights and practical knowledge across tech and development." , 
31+  icon : < Book  className = "h-10 w-10 text-black"  /> , 
32+  action : { 
33+  label : "Have a look →" , 
34+  type : "link" , 
35+  href : "https://books.agilecoder.in" ,  
36+  } , 
37+  } , 
38+  { 
39+  title : "Artful Coding" , 
40+  description :
41+  "Artful Coding is a creative playground where code becomes art through generative design, fractals, simulations, and data visualizations." , 
42+  icon : < Code  className = "h-10 w-10 text-black"  /> , 
43+  action : { 
44+  label : "Visit →" , 
45+  type : "link" , 
46+  href : "https://artfulcoding.in" ,  
2447 } , 
2548 } , 
2649 { 
2750 title : "Starter Templates" , 
2851 description :
29-  "Production-ready starter templates for apps  using React, Next.js, Express, and more." , 
52+  "Ready-to-use boilerplates to kickstart your next project  using TypeScript,  React, Next.js, Express, and more." , 
3053 icon : < Code  className = "h-10 w-10 text-black"  /> , 
54+  action : { 
55+  label : "Visit →" , 
56+  type : "link" , 
57+  href : "https://agilecoder.gumroad.com/l/node-ts-starter" ,  
58+  } , 
59+  } , 
60+  { 
61+  title : "Agile CMS" , 
62+  description :
63+  "A powerful, multi-tenant blog CMS designed for modern content creators and SaaS platforms." , 
64+  icon : < Server  className = "h-10 w-10 text-black"  /> , 
3165 action : { 
3266 label : "Coming Soon" , 
3367 type : "text" , 
0 commit comments