Landing Background paths with Gradient Title
Loading preview...
import { BackgroundPaths } from "@/components/ui/background-paths" export function DemoBackgroundPaths() { return <BackgroundPaths title="Background Paths" /> }