minor style updates

This commit is contained in:
yigitokar 2024-08-01 21:33:22 -07:00
parent ab4f612c53
commit 6967d650e1
11 changed files with 20 additions and 27 deletions

View file

@ -5,7 +5,7 @@ Voice-based AI agents on workflow automation, sales and customer support for mov
## License
Licensed under the [MIT license](https://github.com/shadcn/taxonomy/blob/main/LICENSE.md).
Licensed under the [MIT license](https://github.com/shadcn/talos /blob/main/LICENSE.md).
Forked from the open source project by shadcn [Taxonomy](https://github.com/shadcn-ui/taxonomy)
Forked from the open source project by shadcn [talos ](https://github.com/shadcn-ui/talos )

View file

@ -51,7 +51,7 @@ export default async function BillingPage() {
<Icons.warning />
<AlertTitle>This is a demo app.</AlertTitle>
<AlertDescription>
Taxonomy app is a demo app using a Stripe test environment. You can
talos 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

@ -8,7 +8,7 @@ import { buttonVariants } from "@/components/ui/button"
async function getGitHubStars(): Promise<string | null> {
try {
const response = await fetch(
"https://api.github.com/repos/shadcn/taxonomy",
"https://api.github.com/repos/shadcn/talos ",
{
headers: {
Accept: "application/vnd.github+json",
@ -39,19 +39,12 @@ 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">
<Link
href={siteConfig.links.twitter}
className="rounded-2xl bg-muted px-4 py-1.5 text-sm font-medium"
target="_blank"
>
Follow along on Twitter
</Link>
<h1 className="font-heading text-3xl sm:text-5xl md:text-6xl lg:text-7xl">
An example app built using Next.js 13 server components.
talos ai
</h1>
<p className="max-w-[42rem] leading-normal text-muted-foreground sm:text-xl sm:leading-8">
I&apos;m building a web app with Next.js 13 and open sourcing
everything. Follow along as we figure this out together.
Voice-based AI agents on workflow automation, sales and customer support for moving industry
</p>
<div className="space-x-4">
<Link href="/login" className={cn(buttonVariants({ size: "lg" }))}>
@ -171,7 +164,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">
Taxonomy also includes a blog and a full-featured documentation site
talos also includes a blog and a full-featured documentation site
built using Contentlayer and MDX.
</p>
</div>
@ -182,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">
Taxonomy is open source and powered by open source software. <br />{" "}
talos 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">
Taxonomy is a demo app.{" "}
talos 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/taxonomy</div>
<div tw="flex ml-2">github.com/shadcn/talos </div>
</div>
</div>
</div>

View file

@ -1,13 +1,13 @@
import { SiteConfig } from "types"
export const siteConfig: SiteConfig = {
name: "Taxonomy",
name: "talos ",
description:
"An open source application built using the new router, server components and everything new in Next.js 13.",
url: "https://tx.shadcn.com",
ogImage: "https://tx.shadcn.com/og.jpg",
links: {
twitter: "https://twitter.com/shadcn",
github: "https://github.com/shadcn/taxonomy",
github: "https://github.com/yigitokar/taxonomy ",
},
}

View file

@ -3,7 +3,7 @@ title: Documentation
description: Build your documentation site using Contentlayer and MDX.
---
Taxonomy includes a documentation site built using [Contentlayer](https://contentlayer.dev) and [MDX](http://mdxjs.com).
talos 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 Taxonomy documentation.
description: Welcome to the talos documentation.
---
This is the documentation for the Taxonomy site.
This is the documentation for the talos 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 Taxonomy App.
description: The Privacy Policy for talos 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": "taxonomy",
"name": "talos ",
"version": "0.2.0",
"private": true,
"author": {

View file

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