70 lines
2.8 KiB
TypeScript
70 lines
2.8 KiB
TypeScript
import TourismIcon1 from "@/assets/quiz-templates/tourism/tourism-1.jpg";
|
||
import TourismIcon2 from "@/assets/quiz-templates/tourism/tourism-2.jpg";
|
||
import TourismIcon3 from "@/assets/quiz-templates/tourism/tourism-3.jpg";
|
||
import TourismIcon4 from "@/assets/quiz-templates/tourism/tourism-4.jpg";
|
||
import TourismIcon5 from "@/assets/quiz-templates/tourism/tourism-5.jpg";
|
||
import TourismIcon6 from "@/assets/quiz-templates/tourism/tourism-6.jpg";
|
||
import TourismIcon7 from "@/assets/quiz-templates/tourism/tourism-7.jpg";
|
||
import TourismIcon8 from "@/assets/quiz-templates/tourism/tourism-8.jpg";
|
||
import TourismIcon9 from "@/assets/quiz-templates/tourism/tourism-9.jpg";
|
||
import TourismIcon10 from "@/assets/quiz-templates/tourism/tourism-10.jpg";
|
||
|
||
import type { Category } from "../Template";
|
||
|
||
export const TOURISM_TEMPLATES: Category = {
|
||
categoryType: "Tourism",
|
||
category: "Туризм",
|
||
templates: [
|
||
{
|
||
quizId: "f7a2b3b8-2548-47d8-afb3-f2c69a3a0a81",
|
||
title: "Подбор туристической страховки",
|
||
picture: TourismIcon1,
|
||
},
|
||
{
|
||
quizId: "e0927ded-5c4c-4d45-a5ba-c2e938362ffa",
|
||
title: "Оцените свои шансы на получение визы в США",
|
||
picture: TourismIcon2,
|
||
},
|
||
{
|
||
quizId: "23af97f4-0b8f-4d8b-8099-66ebef409ce1",
|
||
title: "Персональный тур с лучшими местами в Германии",
|
||
picture: TourismIcon3,
|
||
},
|
||
{
|
||
quizId: "ca3bd705-7d41-4ff1-ae4c-0b2d4a8faa30",
|
||
title: "Подберём лучший вариант тура под ваши критерии",
|
||
picture: TourismIcon4,
|
||
},
|
||
{
|
||
quizId: "5c2effd9-fe6a-40e6-9752-3f61dc20d6fa",
|
||
title: "Выберем самый подходящий для вас тур в Грузию",
|
||
picture: TourismIcon5,
|
||
},
|
||
{
|
||
quizId: "b559a764-6f55-4dc2-a9c4-aecd8b96003c",
|
||
title: "Бонжур, Сена! Подберём для вас тур по Франции",
|
||
picture: TourismIcon6,
|
||
},
|
||
{
|
||
quizId: "e33bf54b-9ad5-4cb9-b552-77148264d6af",
|
||
title: "Персональный тур в Египет с лучшими местами страны",
|
||
picture: TourismIcon7,
|
||
},
|
||
{
|
||
quizId: "c5815b1d-4991-4df2-ae14-8713d7f313b9",
|
||
title: "Тур по местам России",
|
||
picture: TourismIcon8,
|
||
},
|
||
{
|
||
quizId: "a0a4dce8-43bb-4978-a802-96d384465df4",
|
||
title: "Подберём для вас тур с самыми красивыми местами мира",
|
||
picture: TourismIcon9,
|
||
},
|
||
{
|
||
quizId: "0749abc5-a352-41b9-85c3-db7541326f23",
|
||
title: "Выберем лучшие туристические места для вас",
|
||
picture: TourismIcon10,
|
||
},
|
||
],
|
||
};
|