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:
@@ -4,6 +4,7 @@ import { fluxgore } from "@/utils/fonts";
|
||||
function Partners() {
|
||||
return (
|
||||
<div
|
||||
id="partners"
|
||||
className="bg-[#161616] relative py-16 sm:py-32 lg:py-52"
|
||||
style={{
|
||||
backgroundImage: `url('/images/noise.svg')`,
|
||||
|
||||
Reference in New Issue
Block a user