import { Card, Cards } from "fumadocs-ui/components/card"; import { Cable, Database, Globe, Lock, Package, Server } from "lucide-react"; export default function Features() { return ( } title="Frontend" description="Choose between Tanstack Router, React Router, Expo, Next.js, and more" /> } title="Flexible Backend" description="Choose between Hono, Elysia, Next.js and Express" /> } title="End to end typesafe APIs" description="With the help of tRPC or oRPC" /> } title="Authentication" description="With the help of Better Auth" /> } title="Database Setup" description="Many ORMs and Relational Databases" /> } title="Addons" description="Add PWA support, desktop apps, documentation, and more" /> ); }