);
}
+
+export default Carousel;
diff --git a/src/pages/home/announcements.json b/src/pages/home/announcements.json
index e238012..28cbfc0 100644
--- a/src/pages/home/announcements.json
+++ b/src/pages/home/announcements.json
@@ -1,30 +1,30 @@
[
{
- "title": "Freshman Social Camp (FSC)",
+ "title": "Freshman Social Camp",
"desc": "FSC is crafted to kickstart your university journey with enduring friendships and unforgettable experiences. Engage in a variety of physical and intellectual games, participate in team bonding exercises, and compete for exciting team and individual prizes. You will also have the opportunity to attend the beach finale event Bash together with your new friends, solidifying your friendships.",
- "date": "19th June - 22nd June 2024",
- "imgSrc": "announcements/fsc.jpg",
- "link": "./events/freshman_social_camp"
+ "date": "19/06/24 - 22/06/24",
+ "link": "./events/freshman_social_camp",
+ "imgSrc": "/announcements/fsc.jpg"
},
{
- "title": "Freshman Orientation Week (FOW)",
+ "title": "Freshman Orientation Week",
"desc": "FOW is a 4-day physical orientation camp where seniors help freshmen adapt to different aspects of university life through preparatory talks and team-building activities. Forge lasting friendships as you navigate campus resources and academic challenges together. Look forward to strategic team games that develop you both intellectually and physically.",
- "date": "24th July - 27th July 2024",
- "imgSrc": "announcements/fow.jpg",
- "link": "./events/freshman_orientation_camp"
+ "date": "24/07/24 - 27/07/24",
+ "link": "./events/freshman_orientation_camp",
+ "imgSrc": "/announcements/fow.jpg"
},
{
- "title": "Freshman Finale Camp (FFC)",
+ "title": "Freshman Finale Camp",
"desc": "FFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.",
- "date": "5th August - 7th August 2024",
- "imgSrc": "announcements/ffc.jpg",
- "link": "./events/freshman_finale_camp"
+ "date": "05/08/24 - 07/08/24",
+ "link": "./events/freshman_finale_camp",
+ "imgSrc": "/announcements/ffc.jpg"
},
{
"title": "Computing Bash",
- "desc": "FFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.",
- "date": "16th August 2024",
- "imgSrc": "announcements/bash.jpg",
- "link": "./events/computing_bash"
+ "desc": "A fun-filled beach finale event where freshmen and seniors come together to wrap up the entire orientation experience with a night of performances, games, and food. Held at Sentosa Beach, Bash 2024 offers an electrifying atmosphere with DJ sets, inflatable obstacle courses, and much more.",
+ "date": "16/08/24",
+ "link": "./events/computing_bash",
+ "imgSrc": "/announcements/bash.jpg"
}
]
diff --git a/src/pages/home/index.css b/src/pages/home/index.css
index 58d751c..089989d 100644
--- a/src/pages/home/index.css
+++ b/src/pages/home/index.css
@@ -16,9 +16,11 @@ section {
.latest-announcements {
@apply
- flex
- flex-col
- h-[80vh]
+ flex
+ flex-col
+ h-fit
+ md:min-h-[80vh]
+ ;
}
.section-header {
@@ -55,10 +57,12 @@ section {
.carousel-container {
@apply
- px-0
- md:px-6
- lg:px-20
- pb-4
+ h-fit
+ md:px-8
+ xl:px-16
+ 2xl:px-32
+ pb-16
+ 2xl:pb-8
;
}
diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx
index fac36d8..e3617ee 100644
--- a/src/pages/home/index.tsx
+++ b/src/pages/home/index.tsx
@@ -17,22 +17,22 @@ function Home() {
the gaps between them and the school.