@page "/landingpage" @using BlazorWASM.Shared @using SharedUI.Shared.Components.Layout @code { public TitlePlusImageModel contentModel1 = new TitlePlusImageModel("Landing Page Development", ContentModel1Description, "https://images.unsplash.com/photo-1540331547168-8b63109225b7?q=80&w=2038&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", CButtons); public static List ContentModel1Description = new List { new DescriptionContent("Craft captivating landing pages optimized for conversion, seamlessly blending design and functionality. Our expert team focuses on creating landing pages that not only grab attention but also guide visitors towards taking the desired action, whether it's making a purchase, signing up for a newsletter, or contacting your business. With a keen eye for detail and a deep understanding of user behavior, we ensure that every element of your landing page is strategically designed to maximize engagement and drive results."), }; public static List CButtons = new List { new ContentButton("Submit", "#"), new ContentButton("Cancel", "#") }; }