diff --git a/VDSSample/ViewControllers/TiletViewController.swift b/VDSSample/ViewControllers/TiletViewController.swift index db76755..03c20a9 100644 --- a/VDSSample/ViewControllers/TiletViewController.swift +++ b/VDSSample/ViewControllers/TiletViewController.swift @@ -81,9 +81,10 @@ class TiletViewController: BaseViewController { } func setupModel() { - tilet.width = 250 - tilet.titleText = "Get more of our best" - tilet.subTitleText = "Get both of our best and pay less. Pair 5G Home Internet with Verizon mobile to save every month." + tilet.surface = .light + tilet.width = 312 + tilet.titleText = "Save $XX on your monthly bill." + tilet.subTitleText = "Enroll in Auto Pay & paper-free billing to save on your monthly bill." //setup UI surfacePickerSelectorView.text = tilet.surface.rawValue