@@ -12,9 +12,10 @@ import GALLERY_INFO from '../../data/RoboticsPhotoGalleryInfo'
1212// Images
1313// import robot from '../../assets/pics/robot/robot-2019.jpg'
1414import augerBot from '../../assets/pics/robot/augerbot-promotion.mp4'
15- import outreachPhoto1 from '../../assets/pics/outreach/vex.jpeg'
16- import outreachPhoto2 from '../../assets/pics/outreach/expo.jpeg'
17- import outreachPhoto3 from '../../assets/pics/outreach/interview.jpeg'
15+ import outreachPhoto1 from '../../assets/pics/photo-gallery/rmc/volunteering-FRC-2025.jpeg'
16+ import outreachPhoto2 from '../../assets/pics/outreach/vex.jpeg'
17+ import outreachPhoto3 from '../../assets/pics/outreach/expo.jpeg'
18+ import outreachPhoto4 from '../../assets/pics/outreach/interview.jpeg'
1819import title from '../../assets/pics/logos/robotics-red.png'
1920import RmcDescription from './SectionDescription'
2021
@@ -45,6 +46,16 @@ const RoboticMining = (): React.ReactElement => {
4546 < Styles . MeetTheTeam className = 'meet-the-team-gallery' galleryInfo = { MEET_THE_TEAM } title = { 'Meet the Team' } />
4647 < Styles . OutreachGallery >
4748 < h2 > Outreach and Events</ h2 >
49+ < div className = 'outreach-image-container' >
50+ < img src = { outreachPhoto1 } />
51+ </ div >
52+ < div className = 'outreach-slide' >
53+ < h2 > Centennial FIRST Robotics Competition</ h2 >
54+ < p >
55+ Our team members volunteered at the competition by helping to judge matches, track scores,
56+ and provide support wherever it was needed.
57+ </ p >
58+ </ div >
4859 < div className = 'outreach-slide' >
4960 < h2 > Vex State Sectionals</ h2 >
5061 < p >
@@ -53,10 +64,10 @@ const RoboticMining = (): React.ReactElement => {
5364 </ p >
5465 </ div >
5566 < div className = 'outreach-image-container' >
56- < img src = { outreachPhoto1 } />
67+ < img src = { outreachPhoto2 } />
5768 </ div >
5869 < div className = 'outreach-image-container' >
59- < img src = { outreachPhoto2 } />
70+ < img src = { outreachPhoto3 } />
6071 </ div >
6172 < div className = 'outreach-slide' >
6273 < h2 > Philadelphia Robotics Expo</ h2 >
@@ -73,7 +84,7 @@ const RoboticMining = (): React.ReactElement => {
7384 </ p >
7485 </ div >
7586 < div className = 'outreach-image-container' >
76- < img src = { outreachPhoto3 } />
87+ < img src = { outreachPhoto4 } />
7788 </ div >
7889 </ Styles . OutreachGallery >
7990
0 commit comments