From eb69eac04d1df9b2c266f12f9d5c3c19ff43014f Mon Sep 17 00:00:00 2001 From: yigitokar Date: Thu, 8 Aug 2024 15:54:11 -0700 Subject: [PATCH] switched talos with careai --- README.md | 6 +++--- app/(dashboard)/dashboard/billing/page.tsx | 2 +- app/(marketing)/page.tsx | 8 ++++---- app/(marketing)/pricing/page.tsx | 2 +- app/api/og/route.tsx | 2 +- config/site.ts | 2 +- content/docs/documentation/index.mdx | 2 +- content/docs/index.mdx | 4 ++-- content/pages/privacy.mdx | 2 +- package.json | 2 +- public/site.webmanifest | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d5d99a6..6ea806a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Talos AI +# Care AI Voice-based AI agents on workflow automation, sales and customer support for moving industry ## License -Licensed under the [MIT license](https://github.com/shadcn/talos /blob/main/LICENSE.md). +Licensed under the [MIT license](https://github.com/shadcn/Care /blob/main/LICENSE.md). -Forked from the open source project by shadcn [talos ](https://github.com/shadcn-ui/talos ) +Forked from the open source project by shadcn [Care ](https://github.com/shadcn-ui/Care ) diff --git a/app/(dashboard)/dashboard/billing/page.tsx b/app/(dashboard)/dashboard/billing/page.tsx index d4fdb33..f71bf0e 100644 --- a/app/(dashboard)/dashboard/billing/page.tsx +++ b/app/(dashboard)/dashboard/billing/page.tsx @@ -51,7 +51,7 @@ export default async function BillingPage() { This is a demo app. - talos app is a demo app using a Stripe test environment. You can + Care app is a demo app using a Stripe test environment. You can find a list of test card numbers on the{" "} { try { const response = await fetch( - "https://api.github.com/repos/shadcn/talos ", + "https://api.github.com/repos/shadcn/Care ", { headers: { Accept: "application/vnd.github+json", @@ -43,7 +43,7 @@ export default async function IndexPage() {
@@ -165,7 +165,7 @@ export default async function IndexPage() {

- talos also includes a blog that you can chat with, making it even easier to integrate to your existing workflow + Care also includes a blog that you can chat with, making it even easier to integrate to your existing workflow

@@ -175,7 +175,7 @@ export default async function IndexPage() { Proudly Open Source

- talos is open source and powered by open source software.
{" "} + Care is open source and powered by open source software.
{" "} The code is available on{" "}

- talos is a demo app.{" "} + Care is a demo app.{" "} You can test the upgrade and won't be charged.

diff --git a/app/api/og/route.tsx b/app/api/og/route.tsx index 5e759d6..68e9c7f 100644 --- a/app/api/og/route.tsx +++ b/app/api/og/route.tsx @@ -116,7 +116,7 @@ export async function GET(req: Request) { stroke-linejoin="round" /> -
github.com/shadcn/talos
+
github.com/shadcn/Care
diff --git a/config/site.ts b/config/site.ts index 86a9ec1..d8556a3 100644 --- a/config/site.ts +++ b/config/site.ts @@ -1,7 +1,7 @@ import { SiteConfig } from "types" export const siteConfig: SiteConfig = { - name: "talos ", + name: "Care ", description: "An open source application built using the new router, server components and everything new in Next.js 13.", url: "https://tx.shadcn.com", diff --git a/content/docs/documentation/index.mdx b/content/docs/documentation/index.mdx index 543bf5f..99a84eb 100644 --- a/content/docs/documentation/index.mdx +++ b/content/docs/documentation/index.mdx @@ -3,7 +3,7 @@ title: Documentation description: Build your documentation site using Contentlayer and MDX. --- -talos includes a documentation site built using [Contentlayer](https://contentlayer.dev) and [MDX](http://mdxjs.com). +Care includes a documentation site built using [Contentlayer](https://contentlayer.dev) and [MDX](http://mdxjs.com). ## Features diff --git a/content/docs/index.mdx b/content/docs/index.mdx index 5d0919d..2c45d19 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -1,9 +1,9 @@ --- title: Documentation -description: Welcome to the talos documentation. +description: Welcome to the Care documentation. --- -This is the documentation for the talos site. +This is the documentation for the Care site. This is an example of a doc site built using [ContentLayer](/docs/documentation/contentlayer) and MDX. diff --git a/content/pages/privacy.mdx b/content/pages/privacy.mdx index 6eb8412..86bd121 100644 --- a/content/pages/privacy.mdx +++ b/content/pages/privacy.mdx @@ -1,6 +1,6 @@ --- title: Privacy -description: The Privacy Policy for talos App. +description: The Privacy Policy for Care App. --- Blandit libero volutpat sed cras ornare arcu. Cursus sit amet dictum sit amet. Nunc vel risus commodo viverra maecenas accumsan. Libero id faucibus nisl tincidunt eget nullam non nisi est. Varius quam quisque id diam vel quam. Id donec ultrices tincidunt arcu non. diff --git a/package.json b/package.json index 907b0e9..a98976e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "talos ", + "name": "Care ", "version": "0.2.0", "private": true, "author": { diff --git a/public/site.webmanifest b/public/site.webmanifest index 1e96628..db6b6e1 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "talos ", - "short_name": "talos ", + "name": "Care ", + "short_name": "Care ", "icons": [ { "src": "/android-chrome-192x192.png",