diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..fd76a65 --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "webform", + "runtimeExecutable": "dotnet", + "runtimeArgs": ["run", "--urls", "http://localhost:5052"], + "port": 5052 + } + ] +} diff --git a/Components/App.razor b/Components/App.razor index e70b4f0..3bce75a 100644 --- a/Components/App.razor +++ b/Components/App.razor @@ -75,6 +75,13 @@ return ""; } } + window.resetWizardScroll = function () { + var content = document.querySelector('.k-wizard-content'); + if (content) { + content.scrollTop = 0; + } + window.scrollTo(0, 0); + }
@errMsg@* @if (appState != null) diff --git a/Components/Pages/Home.razor b/Components/Pages/Home.razor index 5535d89..2ae4bee 100644 --- a/Components/Pages/Home.razor +++ b/Components/Pages/Home.razor @@ -26,9 +26,9 @@ else if (ShowWizard)
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)
@@ -229,7 +229,7 @@ else if (ShowWizard)
@* *@
@* Step 3 - Greeting, verse, signature *@
@* *@
-
+
+
+
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.
+Your support means so much to us.
+Thank you for choosing our team to keep you on the road.
+Wishing you a wonderful holiday season and a happy 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!
+Warmest wishes this holiday season from all of us!
+Thank you for your continued trust and support.
+May 2027 bring you happiness, good health, and many safe miles ahead.
} else if (verseThree) { -Thank you for trusting your vehicle to us. We appreciate your business.
-Merry Christmas and Happy New Year!
+It’s been our pleasure serving you throughout the year.
+We’re grateful for your business and look forward to seeing you in 2027.
+Merry Christmas and Happy New Year!
}Fields marked with * are required.
+I'll be sending in a check by the invoice's due date (10/24/2025).
+I'll be sending in a check by the invoice's due date (10/31/2026).
}