@rendermode InteractiveServer
@inject PersistentComponentState ApplicationState
@inject ClassObj.IPAddressService IpAddressService
@page "/"
Unfortunately, the enrollment period for our Winter Campaign has drawn to a close.
Stay tuned for more great campaigns in the future!
It's time for our Winter Best Customer Program!
If you're looking to finish off the year with a bang, then this is the campaign for you!
Using this wizard, decide what media you'd like to mail, personalize your selection, and choose from a few suggested designs (or request a custom design from our creative team), and that's it!
Let us handle the rest!
}
else
{
}
}
else if (designTwo)
{
@if (isPostcard)
{
}
else
{
}
}
else if (designThree)
{
@if (isPostcard)
{
}
else
{
}
}
else if (designFour)
{
@if (isPostcard)
{
}
else
{
}
}
else if (designCustom)
{
We are grateful that you've chosen to do business with us.
Thank You!
Wishing you all the best this holiday season and in the New Year.
} else if (verseTwo) {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) {Thank you for trusting your vehicle to us. We appreciate your business.
Merry Christmas and Happy New Year!
}From your friends at TopSpeed Tire
(your location name)
(888) 555-3712
(your location phone number)
I'll specify method of payment when reviewing the order.
} else if (check) {I'll be sending in a check by the invoice's due date (10/24/2025).
}
SessionId: @appState.SessionId
DateCreated: @appState.DateCreated
DateExpires: @appState.DateExpires
IPAddress: @appState.myIpAddress
IPAddress2: @(IpAddressService.RemoteIpAddress.ToString())
}
*@