Skip to content

Commit f823597

Browse files
committed
add
1 parent bfca5fb commit f823597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Home() {
1717
description: 'Master Golang fundamentals in this hands-on course designed for beginners. Learn essential concepts like data types, control structures, functions, packages, and data structures through interactive labs and practical challenges.',
1818
level: 'Beginner',
1919
tags: ['Go', 'Programming'],
20-
labCount: 10
20+
labCount: 101
2121
},
2222
{
2323
id: '2',
@@ -27,7 +27,7 @@ export default function Home() {
2727
description: 'Learn how to write concurrent programs in Go using goroutines and channels. This course covers concurrency patterns, synchronization, and best practices for writing efficient concurrent code in Go.',
2828
level: 'Intermediate',
2929
tags: ['Go', 'Concurrency'],
30-
labCount: 5
30+
labCount: 0
3131
},
3232
{
3333
id: '3',
@@ -37,7 +37,7 @@ export default function Home() {
3737
description: 'Build web applications with Go\'s standard library and popular frameworks. Learn how to create RESTful APIs, handle HTTP requests, and connect to databases.',
3838
level: 'Intermediate',
3939
tags: ['Go', 'Web Development'],
40-
labCount: 5
40+
labCount: 0
4141
}
4242
];
4343

0 commit comments

Comments
 (0)