diff --git a/apps/web/package.json b/apps/web/package.json index b8f38950..01566e09 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,5 +1,5 @@ { - "name": "@opencut/web", + "name": "@neuralcut/web", "version": "0.1.0", "private": true, "packageManager": "bun@1.2.18", diff --git a/apps/web/public/manifest.json b/apps/web/public/manifest.json index 3b05a125..1bc66845 100644 --- a/apps/web/public/manifest.json +++ b/apps/web/public/manifest.json @@ -1,5 +1,5 @@ { - "name": "OpenCut", + "name": "NeuralCut", "description": "A simple but powerful video editor that gets the job done. In your browser.", "display": "standalone", "start_url": "/", diff --git a/apps/web/src/app/blog/page.tsx b/apps/web/src/app/blog/page.tsx index 9f5a8972..d24e8a73 100644 --- a/apps/web/src/app/blog/page.tsx +++ b/apps/web/src/app/blog/page.tsx @@ -6,13 +6,13 @@ import { getPosts } from "@/lib/blog/query"; import type { Post } from "@/lib/blog/types"; export const metadata: Metadata = { - title: "Blog - OpenCut", + title: "Blog - NeuralCut", description: - "Read the latest news and updates about OpenCut, the free and open-source video editor.", + "Read the latest news and updates about NeuralCut, the free and open-source video editor.", openGraph: { - title: "Blog - OpenCut", + title: "Blog - NeuralCut", description: - "Read the latest news and updates about OpenCut, the free and open-source video editor.", + "Read the latest news and updates about NeuralCut, the free and open-source video editor.", type: "website", }, }; @@ -24,7 +24,7 @@ export default async function BlogPage() { return (
{data.posts.map((post) => ( diff --git a/apps/web/src/app/brand/page.tsx b/apps/web/src/app/brand/page.tsx index a7085154..9f20de4b 100644 --- a/apps/web/src/app/brand/page.tsx +++ b/apps/web/src/app/brand/page.tsx @@ -48,7 +48,7 @@ const ASSET_SECTIONS: AssetSection[] = [ { title: "Symbol", description: - "Use the symbol on its own when the OpenCut name is already present nearby or space is limited.", + "Use the symbol on its own when the NeuralCut name is already present nearby or space is limited.", cols: "2", assets: [ { @@ -112,7 +112,7 @@ export default function BrandPage() { title="Brand" description={ <> - Download OpenCut brand assets for use in your projects.{" "} + Download NeuralCut brand assets for use in your projects.{" "}

Usage

- OpenCut is open source — the code is free to use under its license. + NeuralCut is open source — the code is free to use under its license. That license does not cover the name or logo. You can say you use - OpenCut, that your project integrates with OpenCut, or that it was - built on top of OpenCut. You cannot name your product OpenCut, imply + NeuralCut, that your project integrates with NeuralCut, or that it was + built on top of NeuralCut. You cannot name your product NeuralCut, imply we made or endorse your product, or use the marks commercially without asking first. For anything unclear, reach out at{" "} What's not allowed