import { Sparkles } from "lucide-react"; import { HelloExample, UsersExample, PostsExample, } from "@/components/demo/examples"; export default function TRPCDemoPage() { return (
{/* Hero Header */}
Type-safe API Demo

tRPC + TaylorDB

Experience the power of end-to-end type safety with a beautiful, modern interface

{/* Demo Examples */}
{/* Footer */}
); }