+
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.
@@ -155,18 +155,18 @@ function Home() {
-
+
Dashboard
A fantastic dashboard to manage your SaaS business
+
-
- Our dashboard offers an overview of your SaaS business. It
- shows at a glance all you need to know about your business. It
- is fully customizable and extendable.
-
+
+ Our dashboard offers an overview of your SaaS business. It shows
+ at a glance all you need to know about your business. It is
+ fully customizable and extendable.
@@ -247,14 +247,18 @@ function FeatureShowcaseContainer(props: React.PropsWithChildren) {
function LeftFeatureContainer(props: React.PropsWithChildren) {
return (
-
+
{props.children}
);
}
function RightFeatureContainer(props: React.PropsWithChildren) {
- return
{props.children}
;
+ return (
+
+ {props.children}
+
+ );
}
function MainCallToActionButton() {
diff --git a/apps/web/app/(marketing)/pricing/page.tsx b/apps/web/app/(marketing)/pricing/page.tsx
index b2a98bdca..7d7274e8b 100644
--- a/apps/web/app/(marketing)/pricing/page.tsx
+++ b/apps/web/app/(marketing)/pricing/page.tsx
@@ -18,13 +18,15 @@ async function PricingPage() {
const { t } = await createI18nServerInstance();
return (
-
+
);
}
diff --git a/apps/web/components/app-logo.tsx b/apps/web/components/app-logo.tsx
index 66e9296f7..2afbabc8e 100644
--- a/apps/web/components/app-logo.tsx
+++ b/apps/web/components/app-logo.tsx
@@ -9,7 +9,7 @@ const LogoImage: React.FC<{
return (