From 4216ebcb05c33038f9e95675443f35450bfbef20 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 18:30:16 +0000 Subject: [PATCH] Update app/pricing/page.tsx --- app/pricing/page.tsx | 11 +++++++++++ 1 file changed, 11 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..ab85d41 --- /dev/null +++ b/app/pricing/page.tsx @@ -0,0 +1,11 @@ +import { Pricing } from "@/components/pricing"; +import { Footer } from "@/components/footer"; + +export default function PricingPage() { + return ( +
+ +
+ ); +}