Skip to content

Commit

Permalink
feat: add replme selling points to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 18, 2024
1 parent d61ad3b commit 2817d05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions service/frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ export default function Page() {
Hack together your ideas in development environments, use a throwaway
shell - all in one place.
</div>
<div className="flex flex-row items-center space-x-3">
<div className="py-1 px-3 border rounded-xl border-black dark:border-white">
🔐 100% E2EE
</div>
<div className="py-1 px-3 border rounded-xl border-black dark:border-white">
🦾 100% Reliability
</div>
<div className="py-1 px-3 border rounded-xl border-black dark:border-white">
🚀 Blazingly fast
</div>
</div>
<div className="flex flex-row space-x-3 items-center">
{isAuthenticatedMode ? (
<CreateDevenvButton />
Expand Down

0 comments on commit 2817d05

Please sign in to comment.