diff --git a/docs/components/pages/home-shared/Headings.tsx b/docs/components/pages/home-shared/Headings.tsx index 4a844766b3236..03839f4333550 100644 --- a/docs/components/pages/home-shared/Headings.tsx +++ b/docs/components/pages/home-shared/Headings.tsx @@ -48,7 +48,7 @@ export function SectionSubtext({ return (

{children}

diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx index 198a6f6a4a910..21aa986b71b76 100644 --- a/docs/components/pages/landing/index.tsx +++ b/docs/components/pages/landing/index.tsx @@ -11,8 +11,8 @@ import { Turbopack } from "./Turbopack"; import { FadeIn } from "../home-shared/FadeIn"; import { LandingPageGlobalStyles } from "../home-shared/GlobalStyles"; import styles from "./index.module.css"; -import PackLogo from '../../logos/PackLogo' -import RepoLogo from '../../logos/RepoLogo' +import PackLogo from "../../logos/PackLogo"; +import RepoLogo from "../../logos/RepoLogo"; function Background() { return ( @@ -30,7 +30,7 @@ function Background() { /> - + @@ -88,15 +88,22 @@ function Card({ className )} > -
+
-
- {title == 'pack' ? - : - - } +
+ {title == "pack" ? ( + + ) : ( + + )} {children}
@@ -149,7 +156,7 @@ function Teams() { Trusted by teams from
around the world

-
+
- +

Make Ship Happen

-

- Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. +

+ Turbo is an incremental bundler and build system optimized for + JavaScript and TypeScript, written in Rust.