"use client" import { cn } from "@/lib/utils" import { paragraphFont } from "@/app/interface/fonts" import { Background } from "./interface/background" import { Generate } from "./interface/generate" import { BottomBar } from "./interface/bottom-bar" export function Main() { return (
) }