chore: update content

This commit is contained in:
2026-05-09 12:53:47 +01:00
parent 3dc498ad52
commit 992ebcfdc9
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,16 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
>
<meta
name="keywords"
content="touch typing, programming, code snippets, AI, artificial intelligence, wpm test, typing test, typing practice"
content="touch typing, programming, code snippets, AI, LLM, artificial intelligence, wpm test, typing test, typing practice"
>
<meta property="og:title" content="Touch Programming">
<meta
property="og:description"
content="Master touch typing with real code snippets from your favorite programming languages, powered by AI."
content="Master touch typing with real code snippets from your favorite programming languages, powered by open source LLMs."
>
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
<link rel="icon" sizes="512x512" href="android-chrome-512x512.png">
+2 -2
View File
@@ -11,7 +11,7 @@ function Home() {
<div className='home-container'>
<header>
<h1>Touch Programming</h1>
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by AI.</p>
<p>Master touch typing with real code snippets from your favorite programming languages, <a href='https://github.com/hazemKrimi/touch-programming' target='_blank' rel="noreferrer">Open Source</a> and powered by open LLMs.</p>
<NavLink to='/languages'>
{isMobile ?
<span>This app is made to be used in a desktop device.</span> :
@@ -37,7 +37,7 @@ function Home() {
</p>
</div>
<div className='feature'>
<h3>AI Powered</h3>
<h3>LLM Powered</h3>
<p>
Code is generated with the help of the Open Source LLM Models.
</p>