From e64026ad58cf0af4ea2cee335f5d7ea52c2b2b14 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Mon, 27 May 2024 19:14:20 +0530 Subject: [PATCH] feat(web): add pricing page * added basic title --- apps/web/src/app/(main)/pricing/page.tsx | 29 +++++++++++++++++++ .../src/components/shared/navbar/index.tsx | 3 ++ 2 files changed, 32 insertions(+) create mode 100644 apps/web/src/app/(main)/pricing/page.tsx diff --git a/apps/web/src/app/(main)/pricing/page.tsx b/apps/web/src/app/(main)/pricing/page.tsx new file mode 100644 index 00000000..0063174c --- /dev/null +++ b/apps/web/src/app/(main)/pricing/page.tsx @@ -0,0 +1,29 @@ +import { ColorBGSVG } from '@public/hero' + +function About(): React.JSX.Element { + return ( +
+ + +
+

+ PRICING +

+
+ +

+ + Transparent Pricing + +

+ + Keyshade combines enterprise-grade capabilities with simplicity offering + plans tailored to users of all levels. + +
+ ) +} + +export default About diff --git a/apps/web/src/components/shared/navbar/index.tsx b/apps/web/src/components/shared/navbar/index.tsx index b0354a78..3c764c81 100644 --- a/apps/web/src/components/shared/navbar/index.tsx +++ b/apps/web/src/components/shared/navbar/index.tsx @@ -28,6 +28,9 @@ function Navbar(): React.JSX.Element {
  • About
  • +
  • + Pricing +