@@ -16,6 +16,14 @@ import galleryImg3 from "@/public/images/uni/IMG_20251213_102035090.CCD.webp";
1616import galleryImg4 from "@/public/images/uni/IMG_20251207_121823829.CCD.webp" ;
1717import galleryImg5 from "@/public/images/uni/IMG_20250915_121520361.CCD.webp" ;
1818import 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" ;
1927import beijingMap from "@/public/images/beijing-map.webp" ;
2028
2129export 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 (
0 commit comments