This commit is contained in:
RDeck 2025-12-10 13:08:29 -05:00
parent 3f0c8c8ab6
commit 3217f52435
2 changed files with 10 additions and 9 deletions

View File

@ -93,8 +93,8 @@ else if (ShowWizard)
<ul> <ul>
<li>Unique and bold presentation!</li> <li>Unique and bold presentation!</li>
<li>Large trifold piece</li> <li>Large trifold piece</li>
<li>Coupons are easy to remove, offering great convenience for your customers!</li> <li>Coupons are detachable and easy to remove, offering great convenience for your customers!</li>
<li>Leave it to us - we select, print, sort and mail for just <strong class="text-primary text-nowrap">$1.14 each</strong></li> <li>Leave it to us - we select, print, sort, stuff and mail for just <strong class="text-primary text-nowrap">$1.14 each</strong></li>
</ul> </ul>
</div> </div>
<div class="col-sm-8 text-center mb-3"> <div class="col-sm-8 text-center mb-3">
@ -108,7 +108,7 @@ else if (ShowWizard)
<ul> <ul>
<li>Premium paper, Jumbo-Sized (8&frac12; x 6 inches)</li> <li>Premium paper, Jumbo-Sized (8&frac12; x 6 inches)</li>
<li>UV gloss-coated</li> <li>UV gloss-coated</li>
<li>Choose from our selection, or ask for a custom design!</li> <li>Choose from one of our pre-selected options, or ask for a custom design!</li>
<li>Full service - select, print, sort, mail for just <strong class="text-primary text-nowrap">92&#162; each</strong></li> <li>Full service - select, print, sort, mail for just <strong class="text-primary text-nowrap">92&#162; each</strong></li>
</ul> </ul>
</div> </div>
@ -213,7 +213,7 @@ else if (ShowWizard)
} }
else if (designCustom) else if (designCustom)
{ {
<h4>We will reach out to discuss your custom design!</h4> <h4>We will reach out to you to create your custom masterpiece!</h4>
} }
</div> </div>
</div> </div>
@ -279,7 +279,8 @@ else if (ShowWizard)
} }
else if (verseTwo) else if (verseTwo)
{ {
<p class="fst-italic">Thank you for putting your trust in us. We wish you a happy and safe holiday season.</p> <p class="fst-italic">Thank you for putting your trust in us.</p>
<p>We wish you a happy and safe holiday season.</p>
<p class="fst-italic">May 2026 bring joy and peace!</p> <p class="fst-italic">May 2026 bring joy and peace!</p>
} }
else if (verseThree) else if (verseThree)
@ -298,8 +299,8 @@ else if (ShowWizard)
</TelerikButtonGroup> </TelerikButtonGroup>
@if (sigOne) @if (sigOne)
{ {
<p>From your friends at <strong>TopSpeed Tire</strong><br /><i>(your location name)</i></p> <p>From your friends at <strong>TopSpeed Tire</strong><br /><i style="color:#888">(your location name)</i></p>
<p><strong>(888) 555-3712</strong><br /><i>(your location phone number)</i></p> <p><strong>(888) 555-3712</strong><br /><i style="color:#888">(your location phone number)</i></p>
} }
else if (sigTwo) else if (sigTwo)
{ {
@ -313,7 +314,7 @@ else if (ShowWizard)
else if (sigThree) else if (sigThree)
{ {
<br /> <br />
<label style="display:block" for="CustomSignature" class="text-center">Custom Message (max 30 character/line up to 4 lines)</label> <label style="display:block" for="CustomSignature" class="text-center">Custom Message (max 30 characters per line, up to 4 lines total)</label>
<br /> <br />
<TelerikTextArea Id="CustomSignature" @bind-Value="@customSignature" Rows="4" Cols="35" MaxLength="120"></TelerikTextArea> <TelerikTextArea Id="CustomSignature" @bind-Value="@customSignature" Rows="4" Cols="35" MaxLength="120"></TelerikTextArea>

View File

@ -147,7 +147,7 @@ public partial class Home
[CascadingParameter] [CascadingParameter]
public DialogFactory Dialogs { get; set; } = default!; 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 bool ShowWizard { get; set; } = true;
public int Value { get; set; } = 0; public int Value { get; set; } = 0;