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/landing/index.tsx | |
| parent | fade13d683c0420d83f523703d7038edbefe97f6 (diff) | |
| download | HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.tar.gz HydroRoll-a2f8df3b14979f74c03a79b2ffaf081739837899.zip | |
Diffstat (limited to 'docs/components/pages/landing/index.tsx')
| -rw-r--r-- | docs/components/pages/landing/index.tsx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index deb63f3..239d696 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -6,8 +6,8 @@ import { motion } from "framer-motion"; import { Clients } from "../../clients/Clients"; import { Marquee } from "../../clients/Marquee"; import { TurboheroBackground } from "./TurboHeroBackground"; -import { Turborepo } from "./Turborepo"; -import { Turbopack } from "./Turbopack"; +import { HydroRollAI } from "./HydroRollAI"; +import { HydroRollTRPG } from "./HydroRollTRPG"; import { FadeIn } from "../home-shared/FadeIn"; import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; import styles from "./index.module.css"; @@ -116,9 +116,9 @@ function SiteCards() { <div className="flex w-full container items-center justify-center gap-6 px-6 sm:mx-0 mt-8 md:!mt-14 lg:!mt-15 md:mb-0 flex-col lg:!flex-row z-10 lg:!translate-y-0"> <FadeIn delay={0.1}> <Card - title="repo" - alt="Turborepo" - icon={Turborepo} + title="AI" + alt="HydroRollAI" + icon={HydroRollAI} href="/repo" className="turborepoCardBg" > @@ -130,10 +130,10 @@ function SiteCards() { </FadeIn> <FadeIn delay={0.2}> <Card - title="pack" - alt="Turbopack" - icon={Turbopack} - href="/pack" + title="TRPG" + alt="HydroRollTRPG" + icon={HydroRollTRPG} + href="/TRPG" className="turbopackCardBg" > <div className="absolute top-3 left-3"> |
