Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 11:38:13 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}