diff --git a/components/Faq/Faq.tsx b/components/Faq/Faq.tsx index 94055a8..39687ca 100644 --- a/components/Faq/Faq.tsx +++ b/components/Faq/Faq.tsx @@ -58,7 +58,7 @@ const HacksFaq = [ ), answer: ( <> - Everyone from ASU is eligible, as long as we don't reach the venue's maximum capacity. 😊 + Every student from ASU is eligible, as long as we don't reach the venue's maximum capacity. 😊 ), }, diff --git a/components/Timeline/schedule.js b/components/Timeline/schedule.js index ba512bb..e15cb59 100644 --- a/components/Timeline/schedule.js +++ b/components/Timeline/schedule.js @@ -2,48 +2,48 @@ const items = [ { key: 0, title: "26th Oct 10:00 AM", - cardTitle: "Day 1: Check-in", + cardTitle: "Day 1: Check-in & Breakfast", cardDetailedText: "Check-in and get ready for the event.", }, { key: 1, - title: "26th Oct 10:30 AM", + title: "26th Oct 11:00 AM", cardTitle: "Hackathon Opening Ceremony", cardDetailedText: "Let's kickoff Hack SoDA 2024!", }, { key: 2, - title: "26th Oct 11:30 AM", - cardTitle: "Hacking Period Starts", - cardDetailedText: "Join with over 300+ innovative minds and start building.", + title: "26th Oct 12:00 PM", + cardTitle: "Hacking Period & Lunch Begins", + cardDetailedText: "Join with over 300+ innovative minds and start building. Enjoy some delicious lunch as well.", }, { key: 3, - title: "26th Oct 1:00 PM", - cardTitle: "Lunch Time!", - cardDetailedText:"Take a break and enjoy some delicious lunch.", - }, - { - key: 4, - title: "26th Oct 7:00 PM", + title: "26th Oct 7:30 PM", cardTitle: "Dinner Time!", cardDetailedText:"Recharge your battery with some delicious dinner!", }, { - key: 5, + key: 4, title: "26th Oct 10:40 PM", cardTitle: "End of Day 1", cardDetailedText:"Hacking stops at Venue. Feel free to continue it overnight.", }, { - key: 6, + key: 5, title: "27th Oct 9:00 AM", cardTitle: "Day 2: Check-in", cardDetailedText:"Join us back at the Venue!", }, { - key: 7, + key: 9, + title: "27th Oct 10:00 AM - 1:00 PM", + cardTitle: "Brunch Time", + cardDetailedText: "Enjoy some delicious brunch to start Day 2!", + }, + { + key: 6, title: "27th Oct 11:45 AM - 12:00 PM", cardTitle: "Submission Time!", cardDetailedText: "Submit your project!", @@ -57,9 +57,9 @@ const items = [ }, { key: 9, - title: "27th Oct 2:00 PM", - cardTitle: "Lunch Time", - cardDetailedText: "Enjoy some delicious lunch!", + title: "27th Oct 2:30 PM", + cardTitle: "Snack Time", + cardDetailedText: "Take a break to refuel, because even superheroes need a snack!", }, { key: 10,