diff --git a/apps/mail/components/home/HomeContent.tsx b/apps/mail/components/home/HomeContent.tsx index 501f70d641..410c1c4a4c 100644 --- a/apps/mail/components/home/HomeContent.tsx +++ b/apps/mail/components/home/HomeContent.tsx @@ -21,16 +21,16 @@ import { ChevronRight, Calendar, Figma, - Docx, + Docx, ImageFile, Expand, + } from '../icons/icons'; import { PixelatedBackground, PixelatedLeft, PixelatedRight } from '@/components/home/pixelated-bg'; import { Tabs, TabsContent } from '@/components/ui/tabs'; import { signIn, useSession } from '@/lib/auth-client'; -import { Link, useNavigate } from 'react-router'; +import { useNavigate } from 'react-router'; import { Button } from '@/components/ui/button'; -import { Balancer } from 'react-wrap-balancer'; import { Navigation } from '../navigation'; import { useTheme } from 'next-themes'; import { motion } from 'motion/react'; @@ -84,9 +84,9 @@ export default function HomeContent() { transition={{ duration: 0.5, delay: 0.2 }} className="text-center text-4xl font-medium md:text-6xl" > - + AI Powered Email, Built to Save You Time - + - + {/* Fixed: replaced with for external URL */} + Backed by Combinator - + {/* Get Started button only visible for mobile screens */} @@ -323,7 +329,6 @@ export default function HomeContent() {
-
Neutral @@ -332,7 +337,6 @@ export default function HomeContent() {
-
Medium-length @@ -602,27 +606,29 @@ export default function HomeContent() {
- + User avatar
Ali
-
- -
+
+ User avatar +
Nick
- + User avatar
Sarah
@@ -720,7 +726,6 @@ export default function HomeContent() {
-
@@ -1214,7 +1219,6 @@ export default function HomeContent() {
- {/* First row */}
{firstRowQueries.map((query) => ( @@ -1233,8 +1237,6 @@ export default function HomeContent() {
- - {/* Second row */}
{secondRowQueries.map((query) => ( @@ -1280,50 +1282,6 @@ export default function HomeContent() {
- {/* -
- Work smarter, not harder.{' '} - Automate repetitive{' '} - email - tasks with{' '} - smart templates, {' '} - scheduled sends - - , follow-up reminders, and batch processing capabilities that - {' '} -
- save hours every week. -
-
- tasks - tasks - tasks -
-
*/} -
diff --git a/apps/mail/components/navigation.tsx b/apps/mail/components/navigation.tsx index 87f1d7ff53..931b125687 100644 --- a/apps/mail/components/navigation.tsx +++ b/apps/mail/components/navigation.tsx @@ -15,6 +15,7 @@ import { useQuery } from '@tanstack/react-query'; import { Link, useNavigate } from 'react-router'; import { Button } from '@/components/ui/button'; import { useState, useEffect } from 'react'; +import { motion } from 'motion/react'; import { Menu } from 'lucide-react'; import { cn } from '@/lib/utils'; import { toast } from 'sonner'; @@ -188,26 +189,32 @@ export function Navigation() {
- + +
@@ -284,4 +291,4 @@ export function Navigation() {
); -} +} \ No newline at end of file