@page "/" @using Telerik.Blazor @using Telerik.Blazor.Components @using Telerik.SvgIcons @using System.ComponentModel.DataAnnotations Welcome @if (ShowWizard) {
@* Need this here to avoid addition of random submit button *@ @* *@ @* Step 1 - plastic card vs postcard *@ @* *@ @* Need this here to avoid addition of random submit button *@ @* *@ @* Step 2 - selecting card design *@ @* *@ @* *@ @* Step 3 - For postcards, choose a verse and a signature *@ @* *@ @* *@ @* Step 4 - Logo Selection *@ @* *@ @* *@ @* Step 5 - Offer selection for Plastic cards *@ @* *@ @* *@ @* Step 6 - Location information *@ @* *@ @* *@ @* Step 7 - Payment *@ @* *@

}