import Link from "next/link"; import { Button } from "~/components/ui/button"; import { AuthRedirect } from "~/components/AuthRedirect"; import { Card, CardContent } from "~/components/ui/card"; import { Badge } from "~/components/ui/badge"; import { Logo } from "~/components/branding/logo"; import { ArrowRight, Check, Zap, Shield, BarChart3, Rocket, } from "lucide-react"; import { brand } from "~/lib/branding"; import { env } from "~/env"; export default function HomePage() { const allowRegistration = env.DISABLE_SIGNUPS !== true; return (
Powerful features wrapped in a calm, focused interface.
{feature.description}
Focus on your work, not on fees.