diff --git a/docs/app/page.tsx b/docs/app/page.tsx index ee45e760..cf1137ae 100644 --- a/docs/app/page.tsx +++ b/docs/app/page.tsx @@ -1,18 +1,16 @@ -import Link from "next/link"; import Section from "@/components/landing/section"; import Hero from "@/components/landing/hero"; -import { Separator } from "@/components/ui/separator"; -import { FeaturesSectionDemo } from "@/components/blocks/features-section-demo-3"; import Features from "@/components/features"; export default function HomePage() { return ( -
+
diff --git a/docs/components/features.tsx b/docs/components/features.tsx index d4b45b84..1e2229a2 100644 --- a/docs/components/features.tsx +++ b/docs/components/features.tsx @@ -23,7 +23,7 @@ import { Ripple } from "./ripple"; export default function Features() { return ( -
+
@@ -36,7 +36,7 @@ export default function Features() {
-

+

Supports popular frameworks

@@ -91,7 +91,7 @@ export default function Features() {

- Support multiple providers. + Support multiple OAuth providers.

@@ -116,20 +116,20 @@ export default function Features() {

- 2FA right out of the box. + Two Factor Authentication

- Supports your favorite frontend, backend and meta frameworks, including React, Vue, Svelte, Solid, Next.js, Nuxt.js, Hono, and more, + With our built-in two factor authentication plugin, you can add an extra layer of security to your account. {" "} - Learn more - +

@@ -189,10 +189,14 @@ export default function Features() {
-

Start in a minute

+

+ own your auth +

- Start in a minute and. accelerate with 10x speed + + Roll your own auth with confidence in minutes! +

-
- - - + + +
diff --git a/docs/components/landing/section.tsx b/docs/components/landing/section.tsx index e8fb0e74..9e6b8f50 100644 --- a/docs/components/landing/section.tsx +++ b/docs/components/landing/section.tsx @@ -21,11 +21,10 @@ const Section = ({ id={id} className={` relative - ${ - customPaddings || - `py-10 lg:py-16 xl:py-20 ${crosses ? "lg:py-32 xl:py-40" : ""}` - } - ${className || ""}`} + ${customPaddings || + `py-10 lg:py-16 ${crosses ? "" : ""}` + } + ${className || " "}`} > {children} @@ -35,9 +34,8 @@ const Section = ({ {crosses && ( <>