Skip to content

Commit

Permalink
Tweak tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojwilde committed Jun 7, 2023
1 parent a66fdbc commit 2638a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "EnergeticAI",
tagline: "Use open-source AI models for your Node.js app.",
tagline: "Use open-source AI in your Node.js apps.",
favicon: "img/favicon.ico",

// Set the production url of your site here
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function HomepageHeader() {
<div className={styles.heroContent}>
<div className={styles.heroContentLeft}>
<h1 className={clsx("hero__title", styles.heroTitle)}>
Use open-source AI models for your app,{" "}
Use open-source AI in your Node.js apps,{" "}
<span className={styles.heroTitleHighlight}>
up to 67x faster
</span>
Expand Down Expand Up @@ -63,7 +63,7 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
return (
<Layout
title={`Use open-source AI models for your Node.js app`}
title={`Use open-source AI in your Node.js apps`}
description="EnergeticAI is TensorFlow.js optimized for serverless functions, with fast cold-start, small module size, and ease-of-use."
>
<HomepageHeader />
Expand Down
Binary file modified website/static/img/social-card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2638a95

Please sign in to comment.