-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(client): project description
- Loading branch information
1 parent
81fd485
commit ee8c911
Showing
5 changed files
with
113 additions
and
115 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-527 KB
...ient/public/Leonardo_Diffusion_XL_Design_an_AI_image_generator_prompt_for_2.jpg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
import { AuthBtns } from "./auth-btns"; | ||
|
||
export default function Home() { | ||
return ( | ||
<div className="w-full max-w-2xl"> | ||
<nav className="w-full items-center justify-end flex gap-2"> | ||
<AuthBtns /> | ||
</nav> | ||
<article className="flex flex-col w-full items-center justify-center py-80"> | ||
<h1 className="text-balance text-center text-neutral-700 font-bold text-5xl max-w-2xl w-full"> | ||
Start taking notes without distractions. focus in writting, not in the | ||
tool. | ||
</h1> | ||
</article> | ||
</div> | ||
); | ||
return ( | ||
<div className="w-full max-w-5xl"> | ||
<nav className="w-full items-center justify-end flex gap-2"> | ||
<AuthBtns /> | ||
</nav> | ||
<article className="flex flex-col w-full items-center justify-center py-80"> | ||
<h1 className="text-balance text-center text-neutral-700 font-bold text-5xl max-w-2xl w-full"> | ||
Rich and encrypted web document editor. | ||
</h1> | ||
</article> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters