From 19cb233631244f523633bf90ef96eca840855867 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:38:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a58508..8ef46f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,6 +193,8 @@ export default function LandingPage() { id: "q2", title: "Are there scholarships?", content: "Yes, we offer several merit-based and need-based scholarships for local and international students."}, { id: "q3", title: "Can international students apply?", content: "Absolutely. We encourage international applicants and have dedicated support services for you."}, + { + id: "q4", title: "What are the tuition and language requirements?", content: "Tuition fees are program-specific, and most undergraduate courses require Croatian proficiency, while postgraduate options may offer English tracks."} ]} title="Frequently Asked Questions" description="Answers to common queries about university life, admissions, and studies." @@ -226,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1