diff --git a/apps/website/app/enterprise/page.tsx b/apps/website/app/enterprise/page.tsx index 03e3ba4..b312302 100644 --- a/apps/website/app/enterprise/page.tsx +++ b/apps/website/app/enterprise/page.tsx @@ -2,9 +2,9 @@ import { EnterpriseLanding } from "@/components/EnterpriseLanding"; import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Enterprise - Deploy Anywhere, Without Compromise", + title: "Dokploy Enterprise | Secure, Flexible App Deployment", description: - "Scale with confidence. Deploy on-premises or in the cloud with enterprise security, compliance, and support built for organizations that demand the best.", + "Deploy on-premises or in the cloud with enterprise-grade security, SSO, audit logs, fine-grained RBAC, and dedicated SLAs. Scale on your own terms.", }; export default function EnterprisePage() { diff --git a/apps/website/app/pricing/page.tsx b/apps/website/app/pricing/page.tsx index 7a8a910..c371d37 100644 --- a/apps/website/app/pricing/page.tsx +++ b/apps/website/app/pricing/page.tsx @@ -2,9 +2,9 @@ import { Pricing } from "@/components/pricing"; import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Pricing", + title: "Dokploy Pricing—Simple, Affordable Pricing. For Your Team", description: - "Simple, affordable pricing for Dokploy. Choose the plan that fits your needs.", + "Deploy and manage apps with Dokploy. Compare Dokploy's Hobby, Startup, and Enterprise plans to find the right fit for your team.", }; export default function PricingPage() { diff --git a/apps/website/components/ui/navigation-menu.tsx b/apps/website/components/ui/navigation-menu.tsx index 0dc67be..c61601b 100644 --- a/apps/website/components/ui/navigation-menu.tsx +++ b/apps/website/components/ui/navigation-menu.tsx @@ -29,7 +29,7 @@ const NavigationMenuList = React.forwardRef<