diff --git a/src/routes/+HomePage/tools.json b/src/routes/+HomePage/tools.json
index f634b73..19d10a6 100644
--- a/src/routes/+HomePage/tools.json
+++ b/src/routes/+HomePage/tools.json
@@ -1,35 +1,35 @@
[
{
- "name": "Kahoot Clone",
+ "name": "Quizlet",
"description": "A Kahoot clone built from scratch with a Postgres DB, AI integration, and more.",
"link": "/kahootclone",
"icon": "nf-md-chat_question",
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
},
{
- "name": "Wordle",
- "description": "with unlimited tries, customizable world lengths and more.",
+ "name": "CrackTheWord",
+ "description": "Wordle with unlimited tries, customizable world lengths and more.",
"link": "/wordle",
"icon": "nf-md-file_word_box",
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
},
{
- "name": "Announcer",
+ "name": "ShoutOut",
"description": "To let the have computer talk shout on them, if they don't listen to you",
"link": "/announcer",
"icon": "nf-md-speaker_wireless",
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
},
{
- "name": "Name Selecter",
+ "name": "Who's Next?",
"description": "to chose any student randomly, with memory of previous names and more.",
"link": "/randomname",
"icon": "nf-oct-people",
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
},
{
- "name": "Time&Table",
- "description": "The perfect idle screen when theres no teacher with the timetable, time and date!",
+ "name": "Time Table",
+ "description": "The perfect idle screen with the timetable, time and date!",
"link": "/IdleScreen",
"icon": "nf-cod-table",
"image": "https://placehold.co/1800x1000?text=screenshot+TBA"
diff --git a/src/routes/kahootclone/+page.svelte b/src/routes/kahootclone/+page.svelte
index e37c4d3..802342a 100644
--- a/src/routes/kahootclone/+page.svelte
+++ b/src/routes/kahootclone/+page.svelte
@@ -1,6 +1,6 @@