import {
CardLayout,
HeadingField,
RichTextDisplayField,
TextItem,
TextField,
DropdownField,
CheckboxField,
ButtonArrayLayout,
ImageField,
} from '../components'
/**
* ESG World 2023 Conference Registration Portal
*
* A multi-lingual conference registration form with:
* - Language selection links
* - Form fields for personal details (name, email, country, organization, job title)
* - Multi-select checkboxes for topic interests
* - Clean, accessible layout with appropriate spacing
*/
export default function ESGConferenceRegistration() {
return (
{/* Top spacer for header area */}
{/* Main content - centered wide column */}
{/* Left column - Logo and language selection */}
{/* Logo */}
{/* Description */}
,
,
,
,
,
,
,
]}
/>
{/* Language selection links */}
{}} linkStyle="STANDALONE" color="#111111" style={['STRONG', 'UNDERLINE']} />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{}} linkStyle="STANDALONE" color="#111111" />
]}
/>
{/* Right column - Registration form */}
{/* Form header */}
]}
/>
{/* Your Details section */}
{/* First Name and Last Name */}
{/* Email and Country */}
{/* Organization Name and Job Title */}
{/* Your Interests section */}
{/* Interests grid - 2 columns */}
{/* Register button */}
)
}