@page "/index" @using AyCode.Interfaces.StorageHandlers; @using BlazorAnimation @using Newtonsoft.Json; @using TIAMWebApp.Shared.Application.Interfaces @using TIAMWebApp.Shared.Application.Models.ClientSide; @using AyCode.Blazor.Components; @using TIAMWebApp.Shared.Application.Models; @using TIAMWebApp.Shared.Application.Utility; @using System.IdentityModel.Tokens.Jwt; @using TIAMSharedUI.Pages.Components; @inject NavigationManager NavManager @inject IUserDataService UserDataService; @inject IJSRuntime jsRuntime; @inject ISecureStorageHandler SecureStorageHandler @inject ISessionService sessionService; @inject IStringLocalizer localizer; @using TIAMSharedUI.Shared Index

@localizer.GetString("Index.Title")

@localizer.GetString("Index.Subtitle")

Card image

@localizer.GetString("Index.Transfer")

@localizer.GetString("Index.Transfer.Desc")

Card image

@localizer.GetString("Index.Tours")

@localizer.GetString("Index.Tours.Desc")

Card image

@localizer.GetString("Index.Clubcards")

@localizer.GetString("Index.Clubcards.Desc")

@code { }