"use client" import CreateCustomForm from "@/components/form/form-costum/custom-form"; import CreateHorizontalForm from "@/components/form/form-horizontal/custom-form"; import CreateWizardForm from "@/components/form/form-wizard/wizard-form"; import AuthtorsTable from "@/components/table/authors-table"; import CustomerTable from "@/components/table/customers-table"; import InvoiceTable from "@/components/table/invoice-table"; import UserTable from "@/components/table/article-table"; import UsersTable from "@/components/table/users-table"; import { Card, Divider, Image } from "@nextui-org/react"; export default function HorizontalPage() { return (

Horizontal Form

Home{" > "} Horizontal Form

NextUI hero Image
); }