diff --git a/apps/devchoices-next/public/assets/data/questions.ts b/apps/devchoices-next/public/assets/data/questions.ts index b70865b..838c58c 100644 --- a/apps/devchoices-next/public/assets/data/questions.ts +++ b/apps/devchoices-next/public/assets/data/questions.ts @@ -320,4 +320,15 @@ export const questions: QuestionInterface[] = [ img_path: '/assets/img/rebase.jpg', }, }, + { + slug: 'unreal-or-unty', + choiceLeft: { + title: 'Unreal Engine', + img_path: '/assets/img/unreal.jpg', + }, + choiceRight: { + title: 'Unity', + img_path: '/assets/img/unity.jpg', + }, + }, ] diff --git a/apps/devchoices-next/public/assets/img-previews/preview-unreal-or-unity.jpg b/apps/devchoices-next/public/assets/img-previews/preview-unreal-or-unity.jpg new file mode 100644 index 0000000..59742d4 Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-unreal-or-unity.jpg differ diff --git a/apps/devchoices-next/public/assets/img/unity.jpg b/apps/devchoices-next/public/assets/img/unity.jpg new file mode 100644 index 0000000..650ab2e Binary files /dev/null and b/apps/devchoices-next/public/assets/img/unity.jpg differ diff --git a/apps/devchoices-next/public/assets/img/unreal.jpg b/apps/devchoices-next/public/assets/img/unreal.jpg new file mode 100644 index 0000000..acd50c0 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/unreal.jpg differ