diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index fd4acb3..47ae295 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -1,5 +1,17 @@ import React from 'react' +import Typography from '@mui/material/Typography' export function Home() { - return
+ return ( +
+
+ chitchatter + + This is a communication tool that is free, open source, and designed + for maximum security. All communication between you and your online + peers is encrypted and ephemeral. + +
+
+ ) }