diff --git a/apps/vdn-static/src/assets/flag_vp.webp b/apps/vdn-static/src/assets/flag_vp.webp new file mode 100644 index 0000000..e7e5688 Binary files /dev/null and b/apps/vdn-static/src/assets/flag_vp.webp differ diff --git a/apps/vdn-static/src/assets/flag_wp.webp b/apps/vdn-static/src/assets/flag_wp.webp new file mode 100644 index 0000000..a3dad51 Binary files /dev/null and b/apps/vdn-static/src/assets/flag_wp.webp differ diff --git a/apps/vdn-static/src/components/pages/HomePage.vue b/apps/vdn-static/src/components/pages/HomePage.vue index fc406ff..1db9218 100644 --- a/apps/vdn-static/src/components/pages/HomePage.vue +++ b/apps/vdn-static/src/components/pages/HomePage.vue @@ -2,6 +2,7 @@ import HomeSectionWrapper from "@/components/molecules/HomeSectionWrapper.vue"; import { useLocale } from "@/i18n"; import { GREETINGS, type Greeting } from "@/i18n/greeting"; +import { VILANTIC_ID_TO_FLAG } from "@/i18n/vilantic"; import { localizeLayout } from "@/utils/localizeLayout"; import { randomElement } from "@/utils/random"; @@ -11,10 +12,23 @@ const greeting: Greeting = randomElement(GREETINGS);