import { AsciiArt } from "@/components/ui/sss" export default function AsciiArtDemo() { return ( <div className="relative h-screen w-full overflow-hidden"> <AsciiArt className="h-full w-full" /> </div> ) }