File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "japanese" : " JA" ,
2424 "english" : " EN"
2525 },
26- "cta" : {
27- "submitTalk" : " Submit your talk" ,
28- "becomeSponsor" : " Become a sponsor"
29- },
3026 "team" : {
3127 "team" : " Our Team" ,
3228 "organizingTeam" : " Organizing team" ,
Original file line number Diff line number Diff line change 2323 "japanese" : " JA" ,
2424 "english" : " EN"
2525 },
26- "cta" : {
27- "submitTalk" : " トーク申込フォームへ" ,
28- "becomeSponsor" : " スポンサー申込フォームへ"
29- },
3026 "team" : {
3127 "team" : " チーム" ,
3228 "organizingTeam" : " オーガナイザー" ,
Original file line number Diff line number Diff line change 1- import ArrowTopRightOnSquareIcon from "@heroicons/react/24/outline/ArrowTopRightOnSquareIcon" ;
21import { Metadata } from "next" ;
32import { getTranslations , setRequestLocale } from "next-intl/server" ;
43import { Button } from "@/components/Button" ;
54import { Hero } from "@/components/Hero" ;
65import { SponsorGrid } from "@/components/SponsorGrid" ;
76import { Team } from "@/components/Team" ;
87import { Venue } from "@/components/Venue" ;
9- import { SPONSOR_FORM_URL } from "@/constants/external" ;
108import { SPONSORS } from "@/constants/sponsors" ;
119import { Locale } from "@/i18n/constants" ;
1210
@@ -40,18 +38,6 @@ export default async function Page({ params }: Props) {
4038 < div className = "pt-8 md:pt-32" >
4139 < div className = "max-w-screen-md mx-auto px-4 lg:px-0" >
4240 < Hero />
43-
44- < div className = "mt-8 md:mt-20 flex flex-col md:flex-row justify-center gap-4 md:gap-8" >
45- < Button
46- variant = "primary"
47- size = "xl"
48- href = { SPONSOR_FORM_URL }
49- target = "_blank"
50- endIcon = { < ArrowTopRightOnSquareIcon className = "w-4 h-4" /> }
51- >
52- { t ( "cta.becomeSponsor" ) }
53- </ Button >
54- </ div >
5541 </ div >
5642
5743 < div className = "max-w-screen-md mx-auto mt-8 md:mt-32 flex flex-col gap-4" >
Original file line number Diff line number Diff line change 1- export const CFP_FORM_URL =
2- "https://docs.google.com/forms/d/e/1FAIpQLSf0QHajs3kQyax0zDX3W6KTFom7LqSqrIEmCp91tV_ccA9QWA/viewform?usp=sharing&ouid=108428319653051170414" ;
3-
4- export const SPONSOR_FORM_URL =
5- "https://docs.google.com/forms/d/e/1FAIpQLSe7ULSgMAJUlDuCsD8oTUFJPV2sXAktBSYIaObEB8akmWDSMQ/viewform?usp=sharing&ouid=108428319653051170414" ;
6-
71export const X_URL = "https://x.com/jsconfjp" ;
82
93export const GITHUB_URL = "https://github.com/jsconfjp/jsconf.jp" ;
You can’t perform that action at this time.
0 commit comments