File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { FilloutFullScreenEmbed } from "@fillout/react" ;
2+ import Head from "next/head" ;
3+
4+ const meta_desc = "Orange County's high school hackathon" ;
5+ const theme_color = '#FA7B33' ;
6+ const social_image = 'https://hc-cdn.hel1.your-objectstorage.com/s/v3/777fe734e848f3b800c7ea600764edf9ddd5c2ac_open-graph.png' ;
27
38export default function Register ( ) {
49 return (
510 < div >
11+
12+ < Head >
13+ < title > Hack OC 2025 | Registration</ title >
14+ < meta name = "description" content = { meta_desc } />
15+ < link rel = "icon" href = "/favicon.ico" />
16+ < meta key = "og_locale" property = "og:locale" content = "en_US" />
17+ < meta key = "og_type" property = "og:type" content = "website" />
18+ < meta key = "og_site" property = "og:site_name" content = "Hack OC" />
19+ < meta key = "og_title" property = "og:title" content = "Hack OC - Orange County's high school hackathon" />
20+ < meta key = "desc" name = "description" content = { meta_desc } />
21+ < meta key = "og_desc" property = "og:description" content = { meta_desc } />
22+ < meta key = "tw_desc" name = "twitter:description" content = { meta_desc } />
23+ < meta key = "theme_color" name = "theme-color" content = { theme_color } />
24+ < meta key = "og_img" property = "og:image" content = { social_image } />
25+ < meta key = "tw_card" name = "twitter:card" content = "summary_large_image" />
26+ < meta key = "tw_img" name = "twitter:image" content = { social_image } />
27+ </ Head >
628 < FilloutFullScreenEmbed filloutId = "tfWn7gwSj4us" inheritParameters />
729 </ div >
830 )
You can’t perform that action at this time.
0 commit comments