a bunch of stuff

This commit is contained in:
2026-04-22 20:09:26 -05:00
parent 5267701e32
commit fc7db1fedd
16 changed files with 697 additions and 362 deletions

View File

@@ -21,6 +21,13 @@
public class HomePageModel : HomePageRecord
{
public static string PageName = "Home";
public enum ContentCardTypes
{
Service,
Trust,
}
public string BusinessName { get; set; }
public string FormattedPhoneNumber { get; set; }
public string PhoneNumberCallLink { get; set; }
@@ -69,7 +76,7 @@
}
}
public class BusinessConfig : BusinessConfigRecord
public class RepairRequestModel : RepairRequestRecord
{
}