11"use client"
22
33import Link from "next/link"
4- import { CursorMacWindow } from "./cursor-mac -window"
5- import { CursorStage } from "./cursor -stage"
6- import { CursorTerminal } from "./cursor -terminal"
4+ import { LandingWindow } from "./landing -window"
5+ import { LandingStage } from "./landing -stage"
6+ import { LandingTerminal } from "./landing -terminal"
77
8- export function CursorHero ( ) {
8+ export function LandingHero ( ) {
99 return (
1010 < section className = "relative overflow-hidden pt-32 pb-0 md:pt-44 md:pb-0" >
1111 < div className = "mx-auto max-w-[1320px] px-6" >
1212 < div className = "max-w-184" >
1313 < h1
14- className = "cursor -fade-up text-5xl font-semibold tracking-tighter text-white sm:text-6xl md:text-7xl leading-[1.03]"
14+ className = "landing -fade-up text-5xl font-semibold tracking-tighter text-white sm:text-6xl md:text-7xl leading-[1.03]"
1515 style = { { animationDelay : "30ms" } }
1616 >
1717 Ship resilient AI and APIs.
1818 </ h1 >
1919 < p
20- className = "cursor -fade-up mt-6 text-lg text-[#A1A1A1] leading-relaxed"
20+ className = "landing -fade-up mt-6 text-lg text-[#A1A1A1] leading-relaxed"
2121 style = { { animationDelay : "90ms" } }
2222 >
2323 Inject realistic failures into AI SDK flows and core async APIs before launch.
2424 </ p >
2525 </ div >
2626
27- < div className = "cursor -fade-up mt-8 flex items-center" style = { { animationDelay : "150ms" } } >
27+ < div className = "landing -fade-up mt-8 flex items-center" style = { { animationDelay : "150ms" } } >
2828 < Link
2929 href = "/docs"
3030 className = "group inline-flex h-14 items-center gap-3 rounded-none border border-white/14 bg-[#151313] px-8 text-base font-medium text-white transition-colors hover:bg-[#1A1818]"
@@ -46,14 +46,14 @@ export function CursorHero() {
4646 </ div >
4747
4848 < div className = "mx-auto mt-16 max-w-[1320px] px-6 md:mt-20 md:px-0" >
49- < div className = "cursor -fade-up" style = { { animationDelay : "240ms" } } >
50- < CursorStage tone = "dune" square >
49+ < div className = "landing -fade-up" style = { { animationDelay : "240ms" } } >
50+ < LandingStage tone = "dune" square >
5151 < div className = "mx-auto w-full max-w-[1160px]" >
52- < CursorMacWindow title = "terminal" bar = { false } >
53- < CursorTerminal />
54- </ CursorMacWindow >
52+ < LandingWindow title = "terminal" bar = { false } >
53+ < LandingTerminal />
54+ </ LandingWindow >
5555 </ div >
56- </ CursorStage >
56+ </ LandingStage >
5757 </ div >
5858 </ div >
5959 </ section >
0 commit comments