diff --git a/apps/mail/app/page.tsx b/apps/mail/app/page.tsx index 01be1c674..765029ae7 100644 --- a/apps/mail/app/page.tsx +++ b/apps/mail/app/page.tsx @@ -1,4 +1,5 @@ import HomeContent from '@/components/home/HomeContent'; +import Speed from '@/components/home/speed'; import { getSession } from '@/lib/auth-client'; import { redirect } from 'next/navigation'; @@ -9,5 +10,10 @@ export default async function Home() { // redirect('/mail/inbox'); // } - return ; + return ( +
+ + +
+ ) } diff --git a/apps/mail/components/home/HomeContent.tsx b/apps/mail/components/home/HomeContent.tsx index 114aa6c84..35cea7ff6 100644 --- a/apps/mail/components/home/HomeContent.tsx +++ b/apps/mail/components/home/HomeContent.tsx @@ -125,7 +125,7 @@ export default function HomeContent() { }; return ( -
+
*/} -
+
))} @@ -315,15 +319,81 @@ export default function HomeContent() {
-
-
+ +
+ hero +
+
+

+ Designed for power users who value time +

+
+
+

Speed Is Everything

+

Reply in seconds

+
+
+ speed +
+
+
+ +
+
+
+ speed +
+

Lightning-Fast Interface

+

Email at the speed of thought. Navigate your entire inbox using just your keyboard. Process hundreds of emails in minutes.

+
+
+
+ speed +
+

AI-Powered Summaries

+

Your personal email copilot. Let our AI draft responses, summarize long threads, and extract action items automatically.

+
+
+
+ speed +
+

Smart Search

+

Your inbox, your rules. Create personalized email processing flows that match exactly how you organize,write, reply, and work.

+
+
+
+
+ +
+ +
+
+

+ AI email chat with natural language +

+
+
+

Ask away

+

Get your answers

+
+
+ speed +
hero + src="/pixel.svg" + alt="hero" + width={1920} + height={1080} + className="relative opacity-70 rotate-180 bottom-16 z-[-2]" + style={{ clipPath: 'inset(45% 0 0 0)' }} + />
diff --git a/apps/mail/components/home/speed.tsx b/apps/mail/components/home/speed.tsx new file mode 100644 index 000000000..15bcf78ea --- /dev/null +++ b/apps/mail/components/home/speed.tsx @@ -0,0 +1,9 @@ +import { PixelatedBackground } from "./pixelated-bg"; + +export default function Speed() { + return ( +
+ +
+ ); +} \ No newline at end of file diff --git a/apps/mail/public/ai-chat.png b/apps/mail/public/ai-chat.png new file mode 100644 index 000000000..ee87a11ce Binary files /dev/null and b/apps/mail/public/ai-chat.png differ diff --git a/apps/mail/public/ai-summary.png b/apps/mail/public/ai-summary.png new file mode 100644 index 000000000..f48c3876d Binary files /dev/null and b/apps/mail/public/ai-summary.png differ diff --git a/apps/mail/public/compose.png b/apps/mail/public/compose.png new file mode 100644 index 000000000..3124fbbad Binary files /dev/null and b/apps/mail/public/compose.png differ diff --git a/apps/mail/public/mail-list.png b/apps/mail/public/mail-list.png new file mode 100644 index 000000000..424aa6fad Binary files /dev/null and b/apps/mail/public/mail-list.png differ diff --git a/apps/mail/public/pixel.svg b/apps/mail/public/pixel.svg new file mode 100644 index 000000000..3a495bbcd --- /dev/null +++ b/apps/mail/public/pixel.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/mail/public/search.png b/apps/mail/public/search.png new file mode 100644 index 000000000..81a804dbe Binary files /dev/null and b/apps/mail/public/search.png differ