From 643e6cab57a9af2f853001bf6ac9f62d8b3b0ba6 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Fri, 29 Mar 2024 00:20:05 +0800 Subject: [PATCH] Update UI styling and upgrade dependencies Redesigned heading component styling and adjusted the layout in the marketing page for better readability and aesthetic appeal. Also updated 'next' and several other dependencies in the "pnpm-lock.yaml" to their latest versions, ensuring up-to-date functionalities and security. --- apps/web/app/(marketing)/page.tsx | 40 ++--- apps/web/middleware.ts | 3 - apps/web/package.json | 4 +- .../src/hooks/use-personal-account-data.ts | 2 + packages/supabase/src/hooks/use-user.ts | 5 +- packages/ui/src/shadcn/heading.tsx | 23 +-- pnpm-lock.yaml | 150 ++++++++---------- 7 files changed, 97 insertions(+), 130 deletions(-) diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx index cedea559a..2e5802a24 100644 --- a/apps/web/app/(marketing)/page.tsx +++ b/apps/web/app/(marketing)/page.tsx @@ -100,10 +100,13 @@ function Home() { A modern, scalable, and secure SaaS Starter Kit -
+
The best tool in the space - + Unbeatable Features and Benefits for Your SaaS Business
@@ -115,29 +118,20 @@ function Home() {
-
+
Authentication Secure and Easy-to-Use Authentication for Your SaaS Website and API -
-
- Our authentication system is built on top of the - industry-leading PaaS such as Supabase and Firebase. It is - secure, easy-to-use, and fully customizable. It supports - email/password, social logins, and more. -
- -
- +
+ Our authentication system is built on top of the + industry-leading PaaS such as Supabase and Firebase. It is + secure, easy-to-use, and fully customizable. It supports + email/password, social logins, and more. +
@@ -164,10 +158,10 @@ function Home() { -
- Dashboard +
+ Dashboard - + A fantastic dashboard to manage your SaaS business @@ -218,7 +212,7 @@ function HeroTitle({ children }: React.PropsWithChildren) {

{children} @@ -270,7 +264,7 @@ function MainCallToActionButton() { return (