From 919d1c91e981946c97e8388e98028bcbb7aedfda Mon Sep 17 00:00:00 2001 From: walonCode Date: Tue, 2 Sep 2025 15:31:10 +0000 Subject: [PATCH] add the pricing page --- app/pricing/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/pricing/page.tsx diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx new file mode 100644 index 0000000..e4cbc3e --- /dev/null +++ b/app/pricing/page.tsx @@ -0,0 +1,5 @@ +import ComingSoon from "@/components/coming-soon"; + +export default function Pricing() { + return +}