{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.
-
-
- */}
-
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() {