switched talos with careai

This commit is contained in:
yigitokar 2024-08-08 15:54:11 -07:00
parent e5a5e99745
commit eb69eac04d
11 changed files with 18 additions and 18 deletions

View file

@ -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 )

View file

@ -51,7 +51,7 @@ export default async function BillingPage() {
<Icons.warning />
<AlertTitle>This is a demo app.</AlertTitle>
<AlertDescription>
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{" "}
<a
href="https://stripe.com/docs/testing#cards"

View file

@ -11,7 +11,7 @@ import BlurIn from "@/components/ui/blur-in";
async function getGitHubStars(): Promise<string | null> {
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() {
<section className="space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32">
<div className="container flex max-w-[64rem] flex-col items-center gap-4 text-center">
<BlurIn
word="Welcome to talos ai"
word="Welcome to Care ai"
className="text-xl md:text-7xl md:leading-[5rem]"
containerClassName="max-w-[42rem] leading-normal sm:text-xl sm:leading-8"
/>
@ -165,7 +165,7 @@ export default async function IndexPage() {
</div>
<div className="mx-auto text-center md:max-w-[58rem]">
<p className="leading-normal text-muted-foreground sm:text-lg sm:leading-7">
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
</p>
</div>
</section>
@ -175,7 +175,7 @@ export default async function IndexPage() {
Proudly Open Source
</h2>
<p className="max-w-[85%] leading-normal text-muted-foreground sm:text-lg sm:leading-7">
talos is open source and powered by open source software. <br />{" "}
Care is open source and powered by open source software. <br />{" "}
The code is available on{" "}
<Link
href={siteConfig.links.github}

View file

@ -60,7 +60,7 @@ export default function PricingPage() {
</div>
<div className="mx-auto flex w-full max-w-[58rem] flex-col gap-4">
<p className="max-w-[85%] leading-normal text-muted-foreground sm:leading-7">
talos is a demo app.{" "}
Care is a demo app.{" "}
<strong>You can test the upgrade and won&apos;t be charged.</strong>
</p>
</div>

View file

@ -116,7 +116,7 @@ export async function GET(req: Request) {
stroke-linejoin="round"
/>
</svg>
<div tw="flex ml-2">github.com/shadcn/talos </div>
<div tw="flex ml-2">github.com/shadcn/Care </div>
</div>
</div>
</div>

View file

@ -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",

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -1,5 +1,5 @@
{
"name": "talos ",
"name": "Care ",
"version": "0.2.0",
"private": true,
"author": {

View file

@ -1,6 +1,6 @@
{
"name": "talos ",
"short_name": "talos ",
"name": "Care ",
"short_name": "Care ",
"icons": [
{
"src": "/android-chrome-192x192.png",