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