diff options
| author | 2023-05-03 01:09:49 +0800 | |
|---|---|---|
| committer | 2023-05-03 01:09:49 +0800 | |
| commit | a2f8df3b14979f74c03a79b2ffaf081739837899 (patch) | |
| tree | f2d8e8eb2a3d323502ebcec0a7d02ae9a8daed01 /docs/components/pages/pack-home | |
| parent | fade13d683c0420d83f523703d7038edbefe97f6 (diff) | |
| download | HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.tar.gz HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.zip | |
Diffstat (limited to 'docs/components/pages/pack-home')
6 files changed, 18 insertions, 18 deletions
diff --git a/docs/components/pages/pack-home/PackBenchmarksGraph.tsx b/docs/components/pages/pack-home/PackBenchmarksGraph.tsx index a4792b8..f3107b0 100644 --- a/docs/components/pages/pack-home/PackBenchmarksGraph.tsx +++ b/docs/components/pages/pack-home/PackBenchmarksGraph.tsx @@ -230,15 +230,15 @@ const GraphTimer = ({ {turbo && ( <div className="relative flex w-6 h-6"> <Image - alt="Turbopack" - src="/images/docs/pack/turbo-benchmark-icon-light.svg" + alt="HydroRollTRPG" + src="/images/docs/TRPG/turbo-benchmark-icon-light.svg" width={32} height={32} className="block dark:hidden" /> <Image - alt="Turbopack" - src="/images/docs/pack/turbo-benchmark-icon-dark.svg" + alt="HydroRollTRPG" + src="/images/docs/TRPG/turbo-benchmark-icon-dark.svg" width={32} height={32} className="hidden dark:block" diff --git a/docs/components/pages/pack-home/PackBenchmarksPicker.tsx b/docs/components/pages/pack-home/PackBenchmarksPicker.tsx index dd3fc15..33e5bfd 100644 --- a/docs/components/pages/pack-home/PackBenchmarksPicker.tsx +++ b/docs/components/pages/pack-home/PackBenchmarksPicker.tsx @@ -8,7 +8,7 @@ export function PackBenchmarksPicker(props: { <div className="flex items-center gap-3"> <a className="dark:text-[#888888] hover:underline underline-offset-4 text-[#666666] text-sm" - href="https://github.com/vercel/turbo/blob/main/docs/components/pages/pack-home/benchmark-data" + href="https://github.com/retrofor/HydroRoll/blob/main/docs/components/pages/pack-home/benchmark-data" > React Components </a> diff --git a/docs/components/pages/pack-home/PackFeatures.tsx b/docs/components/pages/pack-home/PackFeatures.tsx index b668153..40fda95 100644 --- a/docs/components/pages/pack-home/PackFeatures.tsx +++ b/docs/components/pages/pack-home/PackFeatures.tsx @@ -4,7 +4,7 @@ import { FeaturesBento } from "../home-shared/FeaturesBento"; export function PackFeatures() { return ( <FeaturesBento - header="Why Turbopack?" + header="Why TRPG?" body="With incremental behavior and adaptable bundling strategies, Turbopack provides a fast and flexible development experience for apps of any size." features={PACK_HOME_FEATURES} /> diff --git a/docs/components/pages/pack-home/PackHero.tsx b/docs/components/pages/pack-home/PackHero.tsx index eb5b348..9def8df 100644 --- a/docs/components/pages/pack-home/PackHero.tsx +++ b/docs/components/pages/pack-home/PackHero.tsx @@ -20,15 +20,15 @@ export function PackHero() { <FadeIn className="z-50 flex items-center justify-center w-full"> <div className="absolute min-w-[614px] min-h-[614px]"> <Image - alt="Turbopack" - src="/images/docs/pack/turbopack-hero-hexagons-dark.svg" + alt="HydroRollTRPG" + src="/images/docs/TRPG/turbopack-hero-hexagons-dark.svg" width={614} height={614} className="hidden dark:block" /> <Image - alt="Turbopack" - src="/images/docs/pack/turbopack-hero-hexagons-light.svg" + alt="HydroRollTRPG" + src="/images/docs/TRPG/turbopack-hero-hexagons-light.svg" width={614} height={614} className="block dark:hidden" @@ -47,14 +47,14 @@ export function PackHero() { <div className="w-[120px] z-50 mt-[-8.075px] mb-[-8.075px]"> <Image alt="" - src={`/images/docs/pack/turbopack-hero-logo-dark.svg`} + src={`/images/docs/TRPG/turbopack-hero-logo-dark.svg`} width={120} height={136.15} className="hidden dark:block" /> <Image alt="" - src={`/images/docs/pack/turbopack-hero-logo-light.svg`} + src={`/images/docs/TRPG/turbopack-hero-logo-light.svg`} width={120} height={136.15} className="block dark:hidden" @@ -89,7 +89,7 @@ export function PackHero() { > <div className="flex flex-col w-full gap-3 md:!flex-row"> <CTAButton> - <Link href="/pack/docs" className="block py-3"> + <Link href="/TRPG/docs" className="block py-3"> Get Started </Link> </CTAButton> @@ -97,7 +97,7 @@ export function PackHero() { <a target="_blank" rel="noreferrer" - href="https://github.com/vercel/turbo" + href="https://github.com/retrofor/HydroRoll" className="block py-3" > GitHub diff --git a/docs/components/pages/pack-home/PackLetter.tsx b/docs/components/pages/pack-home/PackLetter.tsx index d4b0f2f..46477d7 100644 --- a/docs/components/pages/pack-home/PackLetter.tsx +++ b/docs/components/pages/pack-home/PackLetter.tsx @@ -73,7 +73,7 @@ export function PackLetter() { <div className="flex flex-col gap-3 pb-2"> <Image alt="Tobias Koppers hand written signature" - src="/images/docs/pack/tobias-signature-light.svg" + src="/images/docs/TRPG/tobias-signature-light.svg" // 16 px added and offset to account for the glow width={173 + 16} height={91 + 16} @@ -81,7 +81,7 @@ export function PackLetter() { /> <Image alt="Tobias Koppers hand written signature" - src="/images/docs/pack/tobias-signature-dark.svg" + src="/images/docs/TRPG/tobias-signature-dark.svg" // 16 px added and offset to account for the glow width={173 + 16} height={91 + 16} @@ -97,7 +97,7 @@ export function PackLetter() { <FadeIn noVertical className="relative flex justify-center w-full mt-16"> <div className="max-w-[180px] w-full"> <CTAButton> - <Link href="/pack/docs" className="block py-3 font-sans"> + <Link href="/TRPG/docs" className="block py-3 font-sans"> Start Building </Link> </CTAButton> diff --git a/docs/components/pages/pack-home/index.tsx b/docs/components/pages/pack-home/index.tsx index db73b25..d08443b 100644 --- a/docs/components/pages/pack-home/index.tsx +++ b/docs/components/pages/pack-home/index.tsx @@ -5,7 +5,7 @@ import { PackFeatures } from "./PackFeatures"; import { GradientSectionBorder } from "../home-shared/GradientSectionBorder"; import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; -export default function Home() { +export default function HydroRollTRPGHome() { return ( <> <LandingPageGlobalStyles /> |
