Skip to content

Commit 502bc77

Browse files
committed
UPDATE: Added BIND organization in the community section and added additional Duolingo requirements within the admission section
1 parent 9390c65 commit 502bc77

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

app/admissions/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { CostCalculator } from "@/components/features/CostCalculator";
1010
export default function AdmissionsPage() {
1111
const checklist = [
1212
{ category: "Academic", items: ["High School Diploma", "Math & Science proficiency", "CSCA Exam Score"] },
13-
{ category: "Language", items: ["IELTS 6.0+ / TOEFL 80+", "HSK 4 (for Chinese programs)"] },
13+
{ category: "Language", items: ["IELTS 6.0+ / TOEFL 80+", "Duolingo English test 110/160 (not required if already done IELTS)", "HSK 4 (for Chinese programs)"] },
1414
{ category: "Documents", items: ["Transcripts (Translated)", "Passport Copy", "Study Plan / Personal Statement", "2 Recommendation Letters", "Physical Exam Form", "Police Clearance Certificate"] },
1515
];
1616

@@ -99,7 +99,7 @@ export default function AdmissionsPage() {
9999
{/* Requirements Checklist */}
100100
<div className="mb-24">
101101
<div className="text-center mb-12">
102-
<h2 className="text-3xl font-display font-bold mb-4">What You Need</h2>
102+
<h2 className="text-3xl font-display font-bold mb-4">Requirements</h2>
103103
<p className="text-muted-foreground">Prepare these documents before the portal opens.</p>
104104
</div>
105105

app/community/page.tsx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import galleryImg6 from "@/public/images/uni/IMG_20251115_093217450.CCD.webp";
1818

1919
import permitImg from "@/public/images/icons/permitbeijing.webp";
2020
import ppitImg from "@/public/images/icons/ppitiongkok.webp";
21+
import bindImg from "@/public/images/icons/bit_indonesia.webp"
2122

2223
export default function CommunityPage() {
2324
const containerVariants = {
@@ -188,15 +189,21 @@ export default function CommunityPage() {
188189
<div>
189190
<h2 className="text-3xl md:text-4xl font-display font-bold mb-6">Part of a Larger Network</h2>
190191
<p className="text-slate-300 leading-relaxed mb-8">
191-
StudyinBIT is connected to <strong>PERMIT Beijing</strong> (Indonesian Students Association in Beijing) and <strong>PPIT Tiongkok</strong>. This gives you access to Embassy resources, inter-university events, and a network of over 1,000 Indonesian students across the city.
192+
StudyinBIT is connected to organizations such as <strong>BIND</strong> (BIT Indonesia), <strong>PERMIT Beijing</strong> (Indonesian Students Association in Beijing) and <strong>PPIT Tiongkok</strong>. This gives you access to Embassy resources, inter-university events, and a network of over 1,000 Indonesian students across the city.
192193
</p>
193194
<div className="flex gap-4 flex-wrap">
194-
<Button variant="outline" className="border-white/20 bg-white/5 hover:bg-white/10 text-white hover:text-white gap-2 pl-3 h-auto py-2.5" asChild>
195+
<Button variant="outline" className="border-white/20 bg-white/5 hover:bg-white/10 text-white hover:text-white gap-2 pl-3 h-auto py-2.5" asChild>
195196
<a href="https://www.instagram.com/permitbeijing/" target="_blank" rel="noopener noreferrer" className="flex items-center">
196197
<Image src="/images/icons/insagram-white-outline.svg" alt="Instagram" width={18} height={18} className="opacity-90" />
197198
<span>@permitbeijing</span>
198199
</a>
199200
</Button>
201+
<Button variant="outline" className="border-white/20 bg-white/5 hover:bg-white/10 text-white hover:text-white gap-2 pl-3 h-auto py-2.5" asChild>
202+
<a href="https://www.instagram.com/bit_indonesia/" target="_blank" rel="noopener noreferrer" className="flex items-center">
203+
<Image src="/images/icons/insagram-white-outline.svg" alt="Instagram" width={18} height={18} className="opacity-90" />
204+
<span>@bit_indonesia</span>
205+
</a>
206+
</Button>
200207
<Button variant="outline" className="border-white/20 bg-white/5 hover:bg-white/10 text-white hover:text-white gap-2 pl-3 h-auto py-2.5" asChild>
201208
<a href="https://www.instagram.com/ppitiongkok" target="_blank" rel="noopener noreferrer" className="flex items-center">
202209
<Image src="/images/icons/insagram-white-outline.svg" alt="Instagram" width={18} height={18} className="opacity-90" />
@@ -206,12 +213,16 @@ export default function CommunityPage() {
206213
</div>
207214
</div>
208215
<div className="flex gap-6 justify-center md:justify-end">
209-
<div className="w-32 h-32 rounded-full bg-white p-4 shadow-lg flex items-center justify-center relative overflow-hidden">
216+
<div className="w-32 h-32 rounded-full bg-white p-4 shadow-lg items-center justify-top translate-y-12 relative overflow-hidden">
217+
<BlurImage src={bindImg} alt="BIND" className="rounded-full object-contain" fill sizes="128px" />
218+
</div>
219+
<div className="w-32 h-32 rounded-full bg-white p-4 shadow-lg items-center justify-center relative overflow-hidden">
210220
<BlurImage src={permitImg} alt="PERMIT Beijing" className="rounded-full object-contain" fill sizes="128px" />
211221
</div>
212-
<div className="w-32 h-32 rounded-full bg-white p-4 shadow-lg flex items-center justify-center translate-y-8 relative overflow-hidden">
222+
<div className="w-32 h-32 rounded-full bg-white p-4 shadow-lg items-center justify-center translate-y-8 relative overflow-hidden">
213223
<BlurImage src={ppitImg} alt="PPIT Tiongkok" className="rounded-full object-contain" fill sizes="128px" />
214224
</div>
225+
215226
</div>
216227
</div>
217228
</div>

0 commit comments

Comments
 (0)