Skip to content

Commit cd44dbd

Browse files
committed
Seo improvements, learning paths
Chaning wording
1 parent 327eaa5 commit cd44dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/paths/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default function PathsPage() {
88
return (
99
<div className="mx-auto max-w-7xl space-y-6 px-1 md:px-4">
1010
<div>
11-
<CH1 text="Learning Paths" />
12-
<SubTitle text="Follow structured journeys that mix videos, reads, and games." />
11+
<CH1 text="Python Learning Paths" />
12+
<SubTitle text="We put together these structured journeys that are made out of videos, reads, and games all about python. We would recommend completing them in order to give yourself the best shot at learning the language. Good luck! " />
1313
</div>
1414
<div className="grid gap-4 md:grid-cols-2">
1515
{paths.map((path) => (

0 commit comments

Comments
 (0)