@@ -7,7 +7,7 @@ import { MyComponent } from '@/types';
77import Image from 'next/image' ;
88import LogoDevfest from '@/images/logo-blanc.png' ;
99import './jumbo.scss' ;
10- import { Android , Apple } from '@mui/icons-material' ;
10+ import { Android , Apple , PhotoSharp , YouTube } from '@mui/icons-material' ;
1111
1212export const HomeJumbo : MyComponent = ( { params } ) => {
1313 const [ modalOpen , setModalOpen ] = useState ( false ) ;
@@ -45,9 +45,9 @@ export const HomeJumbo: MyComponent = ({ params }) => {
4545 className = 'jumbo-text'
4646 sx = { { maxWidth : { xs : '90%' , sm : '75%' , md : '50%' } } }
4747 >
48- < Typography variant = 'h1' textAlign = 'center' >
48+ { /* <Typography variant='h1' textAlign='center'>
4949 {tSite('site.theme')}
50- </ Typography >
50+ </Typography>*/ }
5151 { /*<Typography*/ }
5252 { /* variant="h2"*/ }
5353 { /* textAlign="center"*/ }
@@ -59,7 +59,7 @@ export const HomeJumbo: MyComponent = ({ params }) => {
5959 textAlign = 'center'
6060 style = { { marginTop : '10px' , marginBottom : '25px' } }
6161 >
62- { t ( 'date ' ) }
62+ { t ( 'come-back ' ) }
6363 </ Typography >
6464 </ Stack >
6565 < Stack className = { 'jumbo-buttons' } direction = 'column' spacing = { 3 } >
@@ -82,7 +82,7 @@ export const HomeJumbo: MyComponent = ({ params }) => {
8282 { /* {t("cfp")}*/ }
8383 { /*</Button>*/ }
8484 { /*</Stack>*/ }
85- < Stack direction = 'row' spacing = { 3 } justifyContent = { 'center' } >
85+ { /* <Stack direction='row' spacing={3} justifyContent={'center'}>*/ }
8686 { /* <Button
8787 color='secondary'
8888 variant='contained'
@@ -109,53 +109,53 @@ export const HomeJumbo: MyComponent = ({ params }) => {
109109 >
110110 {t('become-volunteer')}
111111 </Button> */ }
112- < Button
112+ { /* <Button
113113 color="secondary"
114114 variant="contained"
115115 aria-label={t('schedule')}
116116 href="/schedule"
117117 >
118118 {t('schedule')}
119- </ Button >
120- </ Stack >
119+ </Button> */ }
120+ { /* </Stack>*/ }
121121 < Stack direction = 'row' spacing = { 3 } justifyContent = { 'center' } >
122- { /*<Button*/ }
123- { /* color="secondary"*/ }
124- { /* startIcon={<PhotoSharp />}*/ }
125- { /* variant="contained"*/ }
126- { /* href="https://photos.app.goo.gl/iQPsdQ8KKeXH8JrT8"*/ }
127- { /* aria-label="Photos"*/ }
128- { /* target="_blank"*/ }
129- { /*>*/ }
130- { /* Photos*/ }
131- { /*</Button> */ }
132- { /*<Button*/ }
133- { /* color="secondary"*/ }
134- { /* startIcon={<YouTube />}*/ }
135- { /* variant="contained"*/ }
136- { /* href="https://www.youtube.com/watch?v=xuKrkOh_mzk&list=PLuZ_sYdawLiWenx-X315dfZNOaliVnSTY"*/ }
137- { /* aria-label="Videos"*/ }
138- { /* target={"_blank"}*/ }
139- { /*>*/ }
140- { /* Videos*/ }
141- { /*</Button>*/ }
142122 < Button
123+ color = "secondary"
124+ startIcon = { < PhotoSharp /> }
125+ variant = "contained"
126+ href = "https://photos.app.goo.gl/H1EqkeCNkjjYMxCCA"
127+ aria-label = "Photos"
128+ target = "_blank"
129+ >
130+ Photos 2025
131+ </ Button >
132+ < Button
133+ color = "secondary"
134+ startIcon = { < YouTube /> }
135+ variant = "contained"
136+ href = "https://www.youtube.com/watch?v=ZhEMS_6m8PI& list = PLuZ_sYdawLiWvkdETEVYDFjV2ibwJ2E - 9 & index = 4 "
137+ aria-label = "Videos"
138+ target = { "_blank" }
139+ >
140+ Videos 2025
141+ </ Button >
142+ { /*<Button
143143 color='secondary'
144144 variant='contained'
145145 href='https://billetterie.gdgnantes.com'
146146 aria-label={t('resend-tickets')}
147147 target={'_blank'}
148148 >
149149 {t('resend-tickets')}
150- </ Button >
151- < Button
150+ </Button>*/ }
151+ { /* <Button
152152 color="secondary"
153153 variant="contained"
154154 onClick={() => setModalOpen(true)}
155155 aria-label={t('get-app')}
156156 >
157157 {t('get-app')}
158- </ Button >
158+ </Button>*/ }
159159 { /*</Stack>*/ }
160160 { /* <Stack direction="row" spacing={3} justifyContent={"center"}>*/ }
161161 { /* <Button*/ }
0 commit comments