Skip to content

Commit 06faab5

Browse files
committed
added necessary images and the label for the images in both community and campus life section.
1 parent fe06949 commit 06faab5

File tree

14 files changed

+34
-14
lines changed

14 files changed

+34
-14
lines changed

app/campus-life/page.tsx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ import galleryImg3 from "@/public/images/uni/IMG_20251213_102035090.CCD.webp";
1616
import galleryImg4 from "@/public/images/uni/IMG_20251207_121823829.CCD.webp";
1717
import galleryImg5 from "@/public/images/uni/IMG_20250915_121520361.CCD.webp";
1818
import galleryImg6 from "@/public/images/uni/IMG_20250911_163633452.CCD.webp";
19+
import galleryImg7 from "@/public/images/uni/bridge.jpg";
20+
import galleryImg8 from "@/public/images/uni/canteen北.jpg";
21+
import galleryImg9 from "@/public/images/uni/noodles.jpg";
22+
import galleryImg10 from "@/public/images/uni/duck_south_canteen.jpg";
23+
import galleryImg11 from "@/public/images/uni/gym4thfloor.jpg";
24+
import galleryImg12 from "@/public/images/uni/zoo.jpg";
25+
import galleryImg13 from "@/public/images/uni/24_7_library.png";
26+
import galleryImg14 from "@/public/images/uni/IMG_20250930_174155491.CCD.webp";
1927
import beijingMap from "@/public/images/beijing-map.webp";
2028

2129
export default function CampusLifePage() {
@@ -61,10 +69,18 @@ export default function CampusLifePage() {
6169
const galleryImages = [
6270
{ src: galleryImg1, caption: "Campus at Night" },
6371
{ src: galleryImg2, caption: "Autumn on Campus" },
64-
{ src: galleryImg3, caption: "Library Study Area" },
65-
{ src: galleryImg4, caption: "Sports Field" },
66-
{ src: galleryImg5, caption: "Modern Architecture" },
67-
{ src: galleryImg6, caption: "Student Center" },
72+
{ src: galleryImg3, caption: "Snow on Campus" },
73+
{ src: galleryImg4, caption: "LX Dorm Entrance" },
74+
{ src: galleryImg5, caption: "Calculus Class" },
75+
{ src: galleryImg6, caption: "Campus Gala" },
76+
{ src: galleryImg7, caption: "White bridge" },
77+
{ src: galleryImg8, caption: "North Canteen" },
78+
{ src: galleryImg9, caption: "Canteen Food" },
79+
{ src: galleryImg10, caption: "Canteen Food" },
80+
{ src: galleryImg11, caption: "Gym 4th floor" },
81+
{ src: galleryImg12, caption: "Mini Zoo" },
82+
{ src: galleryImg13, caption: "24/7 library" },
83+
{ src: galleryImg14, caption: "Autumn Scenery" },
6884
];
6985

7086
return (

app/community/page.tsx

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ import { PageSegue } from "@/components/ui/PageSegue";
1111

1212
import galleryImg1 from "@/public/images/uni/IMG_20250917_093259940.CCD.webp";
1313
import galleryImg2 from "@/public/images/uni/IMG_20251122_121955346.CCD.webp";
14-
import galleryImg3 from "@/public/images/uni/IMG_20251213_092706951.CCD.webp";
14+
import galleryImg3 from "@/public/images/uni/boxing_club.jpg";
1515
import galleryImg4 from "@/public/images/uni/IMG_20250912_085144058.CCD.webp";
16-
import galleryImg5 from "@/public/images/uni/IMG_20250930_174155491.CCD.webp";
17-
import galleryImg6 from "@/public/images/uni/IMG_20251115_093217450.CCD.webp";
16+
import galleryImg5 from "@/public/images/uni/study_session.jpg";
17+
import galleryImg6 from "@/public/images/uni/wushu_competition.jpg";
18+
import galleryImg7 from "@/public/images/uni/kungfu_show.jpg";
19+
import galleryImg8 from "@/public/images/uni/marathon_5k.jpg";
1820

1921
import permitImg from "@/public/images/icons/permitbeijing.webp";
2022
import ppitImg from "@/public/images/icons/ppitiongkok.webp";
@@ -84,12 +86,14 @@ export default function CommunityPage() {
8486
];
8587

8688
const galleryImages = [
87-
{ src: galleryImg1, caption: "Community Moment" },
88-
{ src: galleryImg2, caption: "Community Moment" },
89-
{ src: galleryImg3, caption: "Community Moment" },
90-
{ src: galleryImg4, caption: "Community Moment" },
91-
{ src: galleryImg5, caption: "Community Moment" },
92-
{ src: galleryImg6, caption: "Community Moment" },
89+
{ src: galleryImg1, caption: "Wencui building" },
90+
{ src: galleryImg2, caption: "ICF event" },
91+
{ src: galleryImg3, caption: "Boxing club" },
92+
{ src: galleryImg4, caption: "Opening Ceremony" },
93+
{ src: galleryImg5, caption: "Study session" },
94+
{ src: galleryImg6, caption: "Wushu Competition" },
95+
{ src: galleryImg7, caption: "Kungfu Show" },
96+
{ src: galleryImg8, caption: "5km Marathon Event" },
9397
];
9498

9599
return (
@@ -106,7 +110,7 @@ export default function CommunityPage() {
106110
animate={{ opacity: 1, y: 0 }}
107111
className="text-4xl md:text-6xl font-display font-bold mb-6"
108112
>
109-
Join Our Family
113+
Join The Community
110114
</motion.h1>
111115
<motion.p
112116
initial={{ opacity: 0, y: 20 }}

public/images/uni/24_7_library.png

1.6 MB
Loading

public/images/uni/boxing_club.jpg

1 MB
Loading

public/images/uni/bridge.jpg

142 KB
Loading

public/images/uni/canteen北.jpg

141 KB
Loading
898 KB
Loading

public/images/uni/gym4thfloor.jpg

431 KB
Loading

public/images/uni/kungfu_show.jpg

225 KB
Loading

public/images/uni/marathon_5k.jpg

752 KB
Loading

0 commit comments

Comments
 (0)