diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..fb15f16 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index 7efc45d..16b1bda 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -7,7 +7,10 @@ export default function Nav() { ? 'border-sky-600' : 'border-transparent hover:border-sky-600'; return ( - + + + + Home diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 6aa61ab..053b5a5 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -2,10 +2,16 @@ import { Button } from '~/components/ui/button'; export default function Home() { return ( - - + + Mbin + + a federated content aggregator, voting, discussion and microblogging + platform + + (By the community, for the community) + Join a Server
+ a federated content aggregator, voting, discussion and microblogging + platform + + (By the community, for the community) +