import { Button } from "@repo/ui/components/button"; import { Card, CardContent, CardHeader, CardTitle, } from "@repo/ui/components/card"; import { Link } from "@repo/ui/link"; export default function Index() { return (
Welcome to the Remix Homepage

This homepage uses{" "} shadcn/ui{" "} components from{" "} @repo/ui.

); }