diff options
Diffstat (limited to 'docs/components/pages')
| -rw-r--r-- | docs/components/pages/TRPG-home/PackHero.tsx | 7 | ||||
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/docs/components/pages/TRPG-home/PackHero.tsx b/docs/components/pages/TRPG-home/PackHero.tsx index 9def8df..38c773b 100644 --- a/docs/components/pages/TRPG-home/PackHero.tsx +++ b/docs/components/pages/TRPG-home/PackHero.tsx @@ -73,14 +73,13 @@ export function PackHero() { className="z-50 flex flex-col items-center justify-center gap-5 px-6 text-center lg:gap-6" > <PackLogo - alt="Turbopack" + alt="HydroRollTRPG" width="200" className="w-[160px] md:w-[200px] fill-black dark:fill-white" /> - <HeroText h1>The Rust-powered successor to Webpack</HeroText> + <HeroText h1>跑团</HeroText> <SectionSubtext hero> - Turbopack is an incremental bundler optimized for JavaScript and - TypeScript, written in Rust. + TRPG 模块是 水系 的另一个重要组成部分 </SectionSubtext> </FadeIn> <FadeIn diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 00b3748..684fa2b 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -151,18 +151,18 @@ function Teams() { return ( <div className="mx-auto "> <p className="bg-contain mb-2 md:!mb-4 text-sm font-semibold tracking-wide text-center text-[#666666] dark:text-[#888888] uppercase"> - Trusted by teams from + Thx by teams from <br className="inline md:hidden" /> around the world </p> <div className="z-50 grid grid-flow-col grid-rows-6 sm:grid-rows-3 md:grid-rows-2 lg:grid-rows-1"> <Clients companyList={[ "Vercel", - "AWS", - "Microsoft", - "Adobe", - "Disney", - "Netflix", + // "AWS", + // "Microsoft", + // "Adobe", + // "Disney", + // "Netflix", ]} staticWidth /> |
