Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3acfa04

Browse files
update: Products JSON
1 parent 587df31 commit 3acfa04

File tree

5 files changed

+46
-11
lines changed

5 files changed

+46
-11
lines changed

‎.DS_Store‎

0 Bytes
Binary file not shown.

‎.gitignore‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ yarn-error.log*
2424

2525
# typescript
2626
*.tsbuildinfo
27-
next-env.d.ts
27+
next-env.d.ts
28+
29+
.DS_Store

‎components/Header.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function Header() {
1515
<div className="max-w-7xl mx-auto px-4 py-8 flex items-center justify-between">
1616
<Link href="/" className='flex items-center gap-4 group'>
1717
<img className='rounded-full w-10' src="/agilecoder-dark.png" alt='Agile Coder Logo' />
18-
<h1 className="group-hover:text-gray-300 sm:text-xl text-lg font-semibold">Agile Coder</h1>
18+
<h1 className="group-hover:text-gray-300 sm:text-xl text-lg font-semibold">AgileCoder</h1>
1919
</Link>
2020
<nav className="space-x-6">
2121
{links.map((link) => {

‎components/sections/About.tsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default function About() {
77

88
<p className="text-lg text-gray-700 mb-8">
99
AgileCoder was founded by a single passionate developer with a vision for building powerful yet simple software.
10-
What started as a solo endeavor has grown into a collective of developers committed to helping others build better applications, faster.
1110
</p>
1211

1312
<div className="grid grid-cols-2 md:grid-cols-4 gap-4 text-center">

‎components/sections/ExploreSection.tsx‎

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { BookOpen, Code, Server, Terminal } from "lucide-react";
1+
import { BookOpen, Code, Server, Terminal,Book,Video } from "lucide-react";
22

33
export 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /