import { Cards, Card } from "fumadocs-ui/components/card"; import { Database, Package, Lock, Globe, Server, Cable } 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' /> ); }