Standarad Pricing Feature Added
CI / build (push) Has been skipped
CI / deploy (push) Successful in 49s

This commit is contained in:
2026-03-18 17:18:33 -05:00
parent fb7b138371
commit a1ca82e539
7 changed files with 521 additions and 9 deletions
+7
View File
@@ -32,6 +32,13 @@ const AppContainer: Component<AppContainerProps> = (props) => {
>
Template Creator
</A>
<A
href="/standard-pricing"
class="inline-flex items-center px-3 py-2 text-sm font-medium text-gray-600 hover:text-gray-900 hover:bg-gray-50 rounded-md transition-colors"
activeClass="text-blue-600 bg-blue-50 hover:bg-blue-50 hover:text-blue-700"
>
Standard Pricing
</A>
</nav>
</div>
</div>