"use client" import CreateValidationForm from "@/components/form/form-validation/validation-form"; import CreateVerticalForm from "@/components/form/form-vertical/vertical-form"; import { Card, Divider, Image } from "@nextui-org/react"; export default function VerticalPage() { return (

Vertical Form

Home{" > "} Verical Form

NextUI hero Image
); }