diff --git a/client/src/lib/Landing.svelte b/client/src/lib/Landing.svelte index 89b92c0..6943aab 100644 --- a/client/src/lib/Landing.svelte +++ b/client/src/lib/Landing.svelte @@ -12,23 +12,23 @@ const features = [ { icon: 'code', - title: 'VS Code in the Cloud', + title: 'VSCode', description: 'Full-featured code editor accessible from any browser, no installation required.' }, { icon: 'controls', - title: 'Blender 3D', - description: 'Create stunning 3D models and animations right from your browser.' + title: 'Blender', + description: 'Create 3D models and animations right from your browser.' }, { icon: 'settings', - title: 'KiCad PCB Design', - description: 'Design professional circuit boards without any local setup.' + title: 'KiCad', + description: 'Design circuit boards without any local setup.' }, { icon: 'bolt', title: 'Instant Access', - description: 'Launch your development environment in seconds from any device.' + description: 'Launch your development environment from any device.' }, { icon: 'private', @@ -37,7 +37,7 @@ }, { icon: 'community', - title: 'Club Integration', + title: 'Clubs Integration', description: 'Share spaces with your Hack Club and collaborate with friends.' } ]; @@ -55,17 +55,17 @@

Hack Club Spaces

- Code from anywhere. Build anything. No powerful hardware required. + Code from anywhere. Build anything.

- Virtual development environments for teen hackers. VS Code, Blender, KiCad, and more, all running in the cloud. + Virtual development environments for Hack Clubbers. VSCode, Blender, KiCad, and more, in the cloud.

- Learn About Hack Club + What is Hack Club?
@@ -129,11 +129,6 @@
async function joinHackClub() {"{"}
const slack = "hackclub.com/slack";
const friends = await fetch(slack);
-
-
// 50,000+ teen hackers
-
// Ship projects together
-
// Get help when stuck
-
return friends;
{"}"}