diff --git a/apps/venus/src/app/index.tsx b/apps/venus/src/app/index.tsx
index 6939299dfd..40250c0c6b 100644
--- a/apps/venus/src/app/index.tsx
+++ b/apps/venus/src/app/index.tsx
@@ -9,6 +9,7 @@ import { Box, Button, Container, Grid, SvgIcon, Typography } from '@mui/joy';
import GitHubIcon from '@mui/icons-material/GitHub';
import RedditIcon from '@mui/icons-material/Reddit';
import TelegramIcon from '@mui/icons-material/Telegram';
+import { LogoIcon } from '@toeverything/components/icons';
// eslint-disable-next-line no-restricted-imports
import { useMediaQuery } from '@mui/material';
@@ -203,9 +204,7 @@ const GitHub = (props: { center?: boolean; flat?: boolean }) => {
return (
+ );
+};
+
+const AFFiNEOnline = (props: { center?: boolean; flat?: boolean }) => {
+ const matches = useMediaQuery('(max-width: 1024px)');
+
+ return (
+
);
};
@@ -258,7 +300,10 @@ export function App() {
- It’s not just add-up of Docs, whiteboard, and
+ It’s not just a collection of Docs, whiteboard, and
tables.
@@ -465,11 +506,11 @@ export function App() {
}}
>
- Transform any building blocks as you like.
+ Transform any building block as you like.
- Say goodbye to redundancy, and keep all your
- knowledge minimal, in your way.
+ Say goodbye to redundancy. Store your data once, and
+ keep your data as you like it.
@@ -512,15 +553,17 @@ export function App() {
fontSize="1.2em"
style={{ marginBottom: '0.25em' }}
>
- Docs, kanban, and databases are all fully
- functional at any place. You always keep
- what-you-see-is-what-you-get.
+ Docs, Kanbans, and Databases are all fully
+ functional anywhere, anytime. A truly
+ what-you-see-is-what-you-get environment for
+ your data.
- All pages come with docs and whiteboard mode.
+ All pages come with a document (Paper Mode) and
+ whiteboard (Edgeless Mode) view.
@@ -588,21 +631,21 @@ export function App() {
fontSize="1.2em"
style={{ marginBottom: '0.25em' }}
>
- No more chaos between so many views.
+ No more chaos managing multiple views.
- Set a TODO with Markdown, and manage it in
- Kanban.
+ Set a TODO with Markdown, and seamlessly edit it
+ within a Kanban.
- Managing multi-dimensional tables should be
- simple as that.
+ Managing multi-dimensional tables should be this
+ simple – and now it is.
@@ -661,16 +704,20 @@ export function App() {
fontSize="1.2em"
style={{ marginBottom: '0.25em' }}
>
- We don’t like cloud lock-in. Your data is always
- locally stored and secured, while you can still
- collaborate in real-time with others.
+ We don’t like being locked-in, and neither should
+ you. Privacy is at the foundation of everything we
+ do, but it should not limit us that’s+ why there are
+ no compromises.
- Privacy is the foundation of everything we do. But
- it is no excuse for the bad experience.
+ Your data is yours; it is always locally stored and
+ secured - available to you always. While still being
+ able enjoy collaboration features such as real-time
+ editing and sharing with others, without any cloud
+ setup.