diff --git a/Components/Pages/Home.razor b/Components/Pages/Home.razor index 6813a5f..5535d89 100644 --- a/Components/Pages/Home.razor +++ b/Components/Pages/Home.razor @@ -93,8 +93,8 @@ else if (ShowWizard)
@@ -108,7 +108,7 @@ else if (ShowWizard)
@@ -213,7 +213,7 @@ else if (ShowWizard) } else if (designCustom) { -

We will reach out to discuss your custom design!

+

We will reach out to you to create your custom masterpiece!

} @@ -279,7 +279,8 @@ else if (ShowWizard) } else if (verseTwo) { -

Thank you for putting your trust in us. We wish you a happy and safe holiday season.

+

Thank you for putting your trust in us.

+

We wish you a happy and safe holiday season.

May 2026 bring joy and peace!

} else if (verseThree) @@ -298,8 +299,8 @@ else if (ShowWizard) @if (sigOne) { -

From your friends at TopSpeed Tire
(your location name)

-

(888) 555-3712
(your location phone number)

+

From your friends at TopSpeed Tire
(your location name)

+

(888) 555-3712
(your location phone number)

} else if (sigTwo) { @@ -313,7 +314,7 @@ else if (ShowWizard) else if (sigThree) {
- +
diff --git a/Components/Pages/Home.razor.cs b/Components/Pages/Home.razor.cs index 122c8ae..badce95 100644 --- a/Components/Pages/Home.razor.cs +++ b/Components/Pages/Home.razor.cs @@ -147,7 +147,7 @@ public partial class Home [CascadingParameter] public DialogFactory Dialogs { get; set; } = default!; - public bool ProgramClosed { get; set; } = false; + public bool ProgramClosed { get; set; } = true; public bool ShowWizard { get; set; } = true; public int Value { get; set; } = 0;