diff --git a/packages/docs/src/app/(pages)/_landing/features.tsx b/packages/docs/src/app/(pages)/_landing/features.tsx index 04e06034..a562228f 100644 --- a/packages/docs/src/app/(pages)/_landing/features.tsx +++ b/packages/docs/src/app/(pages)/_landing/features.tsx @@ -47,7 +47,8 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) { } title="Universal" - description="Supports both the app router and pages router." + description="Supports Next.js (app & pages routers), React SPA, Remix, React Router, and more." + isNew /> } @@ -87,13 +88,11 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) { icon={} title="Server cache" description="Type-safe search params access in nested React Server Components. No prop drilling needed." - isNew /> } title="Transition" description="Support for useTransition to get loading states on server updates." - isNew /> } @@ -113,11 +112,11 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) { icon={} title={ - Tested + Tested & testable } - description="Tested against every Next.js release." + description="Tested against every Next.js release. Use the provided test adapter to test your components in isolation." /> ) diff --git a/packages/docs/src/app/(pages)/_landing/hero.tsx b/packages/docs/src/app/(pages)/_landing/hero.tsx index 1f4f2055..d523e8f7 100644 --- a/packages/docs/src/app/(pages)/_landing/hero.tsx +++ b/packages/docs/src/app/(pages)/_landing/hero.tsx @@ -15,7 +15,7 @@ export function HeroSection() {

Type-safe search params
- state manager for Next.js + state manager for React