@@ -12,9 +12,9 @@ import Button from '../general/button/Button'
1212// Images
1313import nasaLogo from '../../assets/pics/logos/nasa.png'
1414import HOME_CAROUSEL_INFO from '../../data/HomeCarouselInfo'
15- import TOwl from '../../assets/pics/logos/TransRoboOwl.svg'
1615const TEAMS = `https://teams.microsoft.com/l/team/19%3aeaf903fd81cd48eba95d8e769ed78544%40thread.tacv2/conversations?groupId=8f
1716 78ecbb-62f3-4b2c-bda7-7488eca908ee&tenantId=716e81ef-b522-4473-8e31-10bd02ccf6e5`
17+
1818const Home = ( ) : React . ReactElement => {
1919 return (
2020 < Styles . HomeContainer >
@@ -36,37 +36,27 @@ const Home = (): React.ReactElement => {
3636 < img src = { nasaLogo } alt = 'NASA' />
3737 </ Styles . VideoSource >
3838
39- < Styles . SectionHeader >
40- < h2 >
41- < img src = { TOwl }
42- alt = 'Owl'
43- style = { {
44- width : '150px' , // Set the width of the image
45- height : '150px' , // Set the height of the image
46- margin : '0 0 0 -100px' , // Set the margin around the image
47- float : 'left'
48- // us a .docx
49-
50- } }
51- />
52- Sign up and contact us on teams!</ h2 >
53- < div className = 'button-container' >
54- < Button text = { 'Sign up here!' } size = { 'large' } source = { 'https://forms.gle/rp6BY6h4doLkZQ2E8' } />
55- < Button text = 'Join Teams Here!' source = { TEAMS } />
56- </ div >
57- </ Styles . SectionHeader >
39+ < Styles . SectionHeaderGradient >
40+ < Styles . SectionHeader >
41+ < h2 > Sign up and contact us on teams!</ h2 >
42+ < div className = 'button-container' >
43+ < Button text = { 'Sign up here!' } size = { 'large' } source = { 'https://forms.gle/rp6BY6h4doLkZQ2E8' } />
44+ < Button text = 'Join Teams Here!' source = { TEAMS } />
45+ </ div >
46+ </ Styles . SectionHeader >
47+ </ Styles . SectionHeaderGradient >
5848
5949
6050
6151 < Carousel slideInfo = { HOME_CAROUSEL_INFO } />
6252
63- < Styles . SectionHeader >
53+ < Styles . MerchHeader >
6454 < h2 > Help Temple Space Exploration get to the moon!</ h2 >
6555 < div className = 'button-container' >
6656 < Button source = { 'https://temple-robotics.creator-spring.com/?' } text = { 'Buy Merchandise' } size = { 'large' } />
6757 < Button source = { '/sponsors' } text = { 'Become a Sponsor' } size = { 'large' } local />
6858 </ div >
69- </ Styles . SectionHeader >
59+ </ Styles . MerchHeader >
7060
7161 { /* TODO: Put in a merchandise section */ }
7262
0 commit comments