22
33import { motion } from "framer-motion" ;
44import { BlurImage } from "@/components/ui/blur-image" ;
5- import { MapPin , Coffee , Utensils , Wifi , Bus , Bike } from "lucide-react" ;
5+ import { MapPin , Coffee , Utensils , Wifi , Bus , Bike , Shield } from "lucide-react" ;
66import { GradientBlob } from "@/components/ui/GradientBlob" ;
77
88import dormImg1 from "@/public/images/uni/IMG_20251103_130246 (1).webp" ;
@@ -15,6 +15,7 @@ import galleryImg3 from "@/public/images/uni/IMG_20251213_102035090.CCD.webp";
1515import galleryImg4 from "@/public/images/uni/IMG_20251207_121823829.CCD.webp" ;
1616import galleryImg5 from "@/public/images/uni/IMG_20250915_121520361.CCD.webp" ;
1717import galleryImg6 from "@/public/images/uni/IMG_20250911_163633452.CCD.webp" ;
18+ import beijingMap from "@/public/images/beijing-map.webp" ;
1819
1920export default function CampusLifePage ( ) {
2021 const facilities = [
@@ -97,7 +98,29 @@ export default function CampusLifePage() {
9798 < h2 className = "text-3xl font-display font-bold mb-4" > Where You'll Live</ h2 >
9899 < p className = "text-muted-foreground" > Affordable, comfortable, and safe.</ p >
99100 </ div >
101+
102+ { /* Location Section */ }
103+ < div className = "bg-slate-900 text-white rounded-3xl p-8 md:p-16 relative overflow-hidden mb-12" >
104+ < div className = "absolute top-0 right-0 w-full h-full opacity-20" >
105+ < GradientBlob variant = "cool" className = "translate-x-1/2" />
106+ </ div >
100107
108+ < div className = "relative z-10 grid md:grid-cols-2 gap-12 items-center" >
109+ < div >
110+ < h2 className = "text-3xl md:text-4xl font-display font-bold mb-6" > The Geography of Focus</ h2 >
111+ < p className = "text-slate-300 leading-relaxed mb-6" >
112+ Liangxiang is 30-40km from central Beijing. This isolation is a feature. In the city, distractions are infinite. In Liangxiang, the environment is engineered for deep work.
113+ </ p >
114+ < div className = "flex items-center gap-4 text-slate-300" >
115+ < Shield className = "w-5 h-5 text-emerald-400" />
116+ < span > Library seats 2,500 students</ span >
117+ </ div >
118+ </ div >
119+ < div className = "h-64 rounded-2xl bg-white/10 backdrop-blur-md border border-white/10 overflow-hidden relative group" >
120+ < BlurImage src = { beijingMap } alt = "Map of Liangxiang vs Beijing" fill className = "object-cover opacity-80 group-hover:opacity-100 transition-opacity" placeholder = "blur" />
121+ </ div >
122+ </ div >
123+ </ div >
101124 < div className = "space-y-16" >
102125 { /* New Building */ }
103126 < div >
0 commit comments