aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/showcase.tsx
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-05-03 01:09:49 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-05-03 01:09:49 +0800
commita2f8df3b14979f74c03a79b2ffaf081739837899 (patch)
treef2d8e8eb2a3d323502ebcec0a7d02ae9a8daed01 /docs/components/pages/showcase.tsx
parentfade13d683c0420d83f523703d7038edbefe97f6 (diff)
downloadHydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.tar.gz
HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.zip
Diffstat (limited to 'docs/components/pages/showcase.tsx')
-rw-r--r--docs/components/pages/showcase.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components/pages/showcase.tsx b/docs/components/pages/showcase.tsx
index 62c8f50..922f943 100644
--- a/docs/components/pages/showcase.tsx
+++ b/docs/components/pages/showcase.tsx
@@ -11,7 +11,7 @@ export default function Showcase() {
Showcase
</p>
<h1 className="mt-2 text-3xl font-extrabold leading-8 tracking-tight text-gray-900 md:text-5xl dark:text-white sm:text-4xl sm:leading-10">
- Who's using Turbo?
+ Wut about plugins?
</h1>
<p className="max-w-3xl mt-4 text-xl leading-7 text-gray-500 dark:text-gray-400 lg:mx-auto font-space-grotesk">
Turbo is the one of the fastest growing toolchains in the frontend
@@ -28,16 +28,16 @@ export default function Showcase() {
<Container>
<div className="max-w-xl pt-20 pb-24 mx-auto space-y-6 text-center">
<div className="mt-2 text-2xl font-extrabold leading-8 tracking-tight text-gray-900 dark:text-white sm:text-4xl sm:leading-10">
- Are you using Turbo?
+ Are you using HydroRoll?
</div>
<div className="mx-auto rounded-md">
<a
- href="https://github.com/vercel/turbo/edit/main/docs/components/clients/users.ts"
+ href="https://github.com/retrofor/HydroRoll/edit/main/docs/components/clients/users.ts"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center w-auto px-8 py-3 text-base font-medium text-white no-underline bg-black border border-transparent rounded-md dark:bg-white dark:text-black betterhover:dark:hover:bg-gray-300 betterhover:hover:bg-gray-700 md:py-3 md:text-lg md:px-10 md:leading-6"
>
- Add Your Company
+ Add Your Plugins
</a>
</div>
</div>