@@ -9,29 +9,29 @@ interface Stat {
99 icon: string
1010}
1111
12- let projectTitle: string = ' Spring Kickoff'
13- let shortDescription: string =
12+ const projectTitle: string = ' Fall 2025 Kickoff'
13+ const shortDescription: string =
1414 ' Calling all UT Dallas students: come learn about opportunities for you to get involved in Comet Robotics!'
15- let headerImage: string = ' /events/24FKickoff/audience.JPG'
16- let images: string [] = [
15+ const headerImage: string = ' /events/24FKickoff/audience.JPG'
16+ const images: string [] = [
1717 ' /events/24FKickoff/pre_presentation_leadership_00029.JPG' ,
1818 ' /events/24FKickoff/pre_presentation_audience_00025.JPG' ,
1919 ' /events/24FKickoff/biggroup.JPG' ,
2020]
21- let stats: Stat [] = [
21+ const stats: Stat [] = [
2222 {
2323 name: ' When' ,
24- value: ' January 29th, 2025, 7:00PM ' ,
24+ value: ' TBA ' ,
2525 icon: ' /statsGraphics/date-cal.svg' ,
2626 },
2727 {
2828 name: ' Where' ,
29- value: ' Sciences Building: SCI 1.220 ' ,
29+ value: ' TBA ' ,
3030 icon: ' /statsGraphics/location.svg' ,
3131 },
3232]
3333
34- const url = ' https://portal.cometrobotics.org/events/91/rsvp/ '
34+ const url = null
3535---
3636
3737<BaseLayout title ={ projectTitle } description ={ shortDescription } >
@@ -96,12 +96,12 @@ const url = 'https://portal.cometrobotics.org/events/91/rsvp/'
9696 </li >
9797 </ul >
9898 <h2 class =" history-title" >Wait, Free Stuff?</h2 >
99- <p class =" history-text" >
99+ <!-- < p class="history-text">
100100 Of course! You'll be able to get free pizza at Kickoff, and more to be announced at the event :) {
101101 url &&
102102 "Register below to let us know you'll be there, and help us make sure we have enough product to give out!"
103103 }
104- </p >
104+ </p> -->
105105 <br />
106106 {
107107 url && (
0 commit comments