From 736dc01210fdd67a5389b3fb21d2967c94d9d225 Mon Sep 17 00:00:00 2001 From: Jordi Enric Date: Thu, 31 Oct 2024 00:19:11 +0100 Subject: [PATCH] ship --- apps/web/src/components/Footer.tsx | 8 ++++---- apps/web/src/components/marketing/Navigation.tsx | 15 ++++++++++++--- apps/web/src/pages/index.tsx | 11 ++++++++--- 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/apps/web/src/components/Footer.tsx b/apps/web/src/components/Footer.tsx index 6ce38a1..c543f3e 100644 --- a/apps/web/src/components/Footer.tsx +++ b/apps/web/src/components/Footer.tsx @@ -11,10 +11,10 @@ const Footer = (props: Props) => { label: "Contact", href: "/contact", }, - // { - // label: "Pricing", - // href: "/pricing", - // }, + { + label: "Pricing", + href: "/pricing", + }, { label: "Terms", href: "/terms", diff --git a/apps/web/src/components/marketing/Navigation.tsx b/apps/web/src/components/marketing/Navigation.tsx index 2edfb37..a3eb5f5 100644 --- a/apps/web/src/components/marketing/Navigation.tsx +++ b/apps/web/src/components/marketing/Navigation.tsx @@ -19,12 +19,12 @@ const Navigation = (props: Props) => {
- {/* Pricing - */} + { - {user && ( + {user ? (
+ ) : ( +
+ + +
)}
diff --git a/apps/web/src/pages/index.tsx b/apps/web/src/pages/index.tsx index f283630..1a8445d 100644 --- a/apps/web/src/pages/index.tsx +++ b/apps/web/src/pages/index.tsx @@ -124,12 +124,17 @@ const Home = () => { > A tiny blogging CMS -
+

Simple, headless blogging CMS that will make you want to write more

- + + + + {/*
)} -
+
*/}