From a2f8df3b14979f74c03a79b2ffaf081739837899 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 3 May 2023 01:09:49 +0800 Subject: --- docs/components/pages/landing/HydroRollAI.tsx | 27 +++++++++++++++++++++++++ docs/components/pages/landing/HydroRollTRPG.tsx | 27 +++++++++++++++++++++++++ docs/components/pages/landing/Turbopack.tsx | 27 ------------------------- docs/components/pages/landing/Turborepo.tsx | 27 ------------------------- docs/components/pages/landing/index.tsx | 18 ++++++++--------- 5 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 docs/components/pages/landing/HydroRollAI.tsx create mode 100644 docs/components/pages/landing/HydroRollTRPG.tsx delete mode 100644 docs/components/pages/landing/Turbopack.tsx delete mode 100644 docs/components/pages/landing/Turborepo.tsx (limited to 'docs/components/pages/landing') diff --git a/docs/components/pages/landing/HydroRollAI.tsx b/docs/components/pages/landing/HydroRollAI.tsx new file mode 100644 index 0000000..d299fed --- /dev/null +++ b/docs/components/pages/landing/HydroRollAI.tsx @@ -0,0 +1,27 @@ +import Image from "next/image"; + +export function HydroRollAI() { + return ( +
+
+
+ HydroRollAI Logo +
+
+ HydroRollAI Logo +
+
+ ); +} diff --git a/docs/components/pages/landing/HydroRollTRPG.tsx b/docs/components/pages/landing/HydroRollTRPG.tsx new file mode 100644 index 0000000..27cd838 --- /dev/null +++ b/docs/components/pages/landing/HydroRollTRPG.tsx @@ -0,0 +1,27 @@ +import Image from "next/image"; + +export function HydroRollTRPG() { + return ( +
+
+
+ +
+
+ +
+
+ ); +} diff --git a/docs/components/pages/landing/Turbopack.tsx b/docs/components/pages/landing/Turbopack.tsx deleted file mode 100644 index 1db1076..0000000 --- a/docs/components/pages/landing/Turbopack.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import Image from "next/image"; - -export function Turbopack() { - return ( -
-
-
- -
-
- -
-
- ); -} diff --git a/docs/components/pages/landing/Turborepo.tsx b/docs/components/pages/landing/Turborepo.tsx deleted file mode 100644 index 022f37f..0000000 --- a/docs/components/pages/landing/Turborepo.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import Image from "next/image"; - -export function Turborepo() { - return ( -
-
-
- Turborepo Logo -
-
- Turborepo Logo -
-
- ); -} 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() {
@@ -130,10 +130,10 @@ function SiteCards() {
-- cgit v1.2.3-70-g09d2