feat: add form components and exhibition registration page
- Implemented Checkbox, Input, Radio, Select, Textarea components for form handling. - Created exhibition registration page with integrated form components. - Added validation and state management for form inputs. - Included styles and accessibility features for better user experience.
This commit is contained in:
@@ -9,10 +9,15 @@ import Navbar from "@/components/Navbar";
|
||||
import Partners from "@/components/Partners";
|
||||
import Scheme from "@/components/Scheme";
|
||||
import Video from "@/components/Video";
|
||||
import Head from "next/head";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<Head>
|
||||
<title>Фестиваль технических видов спорта</title>
|
||||
</Head>
|
||||
<Navbar />
|
||||
<main className="flex-col min-h-full">
|
||||
<Cover />
|
||||
|
||||
Reference in New Issue
Block a user