diff --git a/app/(dashboard)/dashboard/billing/loading.tsx b/app/(dashboard)/dashboard/billing/loading.tsx
index fdda505..2019484 100644
--- a/app/(dashboard)/dashboard/billing/loading.tsx
+++ b/app/(dashboard)/dashboard/billing/loading.tsx
@@ -11,6 +11,7 @@ export default function DashboardBillingLoading() {
/>
+
)
diff --git a/app/(dashboard)/dashboard/billing/page.tsx b/app/(dashboard)/dashboard/billing/page.tsx
index afd188b..795244b 100644
--- a/app/(dashboard)/dashboard/billing/page.tsx
+++ b/app/(dashboard)/dashboard/billing/page.tsx
@@ -3,6 +3,7 @@ import { redirect } from "next/navigation"
import { getCurrentUser } from "@/lib/session"
import { authOptions } from "@/lib/auth"
import { getUserSubscriptionPlan as getUserSubscriptionPlan } from "@/lib/subscription"
+import { Card } from "@/ui/card"
import { DashboardHeader } from "@/components/dashboard/header"
import { DashboardShell } from "@/components/dashboard/shell"
import { BillingForm } from "@/components/dashboard/billing-form"
@@ -24,6 +25,31 @@ export default async function BillingPage() {
/>
+
+
+ Note
+
+
+
+ Taxonomy app is a demo app using a Stripe test environment.{" "}
+
+ You can test the upgrade and won't be charged.
+
+
+
+ You can find a list of test card numbers on the{" "}
+
+ Stripe docs
+
+ .
+
+
+
)