diff --git a/landing/app/enterprise/enterprise-client.tsx b/landing/app/enterprise/enterprise-client.tsx
index 8d7da60121..94ab16722d 100644
--- a/landing/app/enterprise/enterprise-client.tsx
+++ b/landing/app/enterprise/enterprise-client.tsx
@@ -66,7 +66,7 @@ function EnterpriseHero() {
{/* CTA */}
View Products
diff --git a/landing/app/framework/page.tsx b/landing/app/framework/page.tsx
deleted file mode 100644
index f830eca840..0000000000
--- a/landing/app/framework/page.tsx
+++ /dev/null
@@ -1,49 +0,0 @@
-"use client";
-
-import { motion } from "framer-motion";
-import { HalftoneBackground } from "@/components/landing/halftone-bg";
-import { FrameworkContent, FrameworkHero } from "../products/products-client";
-
-export default function FrameworkPage() {
- return (
-
-
-
-
-
-
-
-
- Better Auth Framework
-
-
-
-
-
-
-
-
-
- );
-}
diff --git a/landing/app/infrastructure/page.tsx b/landing/app/infrastructure/page.tsx
deleted file mode 100644
index 1f1d3c4257..0000000000
--- a/landing/app/infrastructure/page.tsx
+++ /dev/null
@@ -1,52 +0,0 @@
-"use client";
-
-import { motion } from "framer-motion";
-import { HalftoneBackground } from "@/components/landing/halftone-bg";
-import {
- InfrastructureContent,
- InfrastructureHero,
-} from "../products/products-client";
-
-export default function InfrastructurePage() {
- return (
-
-
-
-
-
-
-
-
- Infrastructure
-
-
-
-
-
-
-
-
-
- );
-}
diff --git a/landing/app/products/products-client.tsx b/landing/app/products/products-client.tsx
index 9d26877e00..6ff667fccb 100644
--- a/landing/app/products/products-client.tsx
+++ b/landing/app/products/products-client.tsx
@@ -260,7 +260,7 @@ function ComparisonCell({ value }: { value: string | boolean }) {
);
}
-export function FrameworkHero() {
+function FrameworkHero() {
const highlights = [{ label: "License", value: "MIT" }];
return (
@@ -336,12 +336,13 @@ export function FrameworkHero() {
);
}
-export function InfrastructureHero() {
+function InfrastructureHero() {
const principles = [
+ { label: "Framework", value: "Open source" },
{ label: "Users", value: "Unlimited" },
{ label: "Audit logs", value: "From 10k/mo" },
{ label: "Security", value: "$0.0001/event overage" },
- { label: "Self-service SSO", value: "Business+" },
+ { label: "SSO", value: "Business+" },
];
const tiers = [
@@ -424,10 +425,10 @@ export function InfrastructureHero() {
Get Started
- Read Docs
+ Contact Sales