diff --git a/src/libraries/router.tsx b/src/libraries/router.tsx index 83ad81f6a..34dd0dae7 100644 --- a/src/libraries/router.tsx +++ b/src/libraries/router.tsx @@ -19,7 +19,7 @@ export const routerProject = { `shadow-xl shadow-emerald-700/20 dark:shadow-lg dark:shadow-emerald-500/30 ${textStyles} border-2 border-transparent hover:border-current` ), to: '/router', - tagline: `Type-safe Routing for React applications.`, + tagline: `Type-safe Routing for React and Solid applications`, description: `A powerful React router for client-side and full-stack react applications. Fully type-safe APIs, first-class search-params for managing state in the URL and seamless integration with the existing React ecosystem.`, ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png', bgStyle: 'bg-emerald-500', diff --git a/src/libraries/start.tsx b/src/libraries/start.tsx index a7d764185..5eb067e3b 100644 --- a/src/libraries/start.tsx +++ b/src/libraries/start.tsx @@ -15,7 +15,7 @@ export const startProject = { name: 'TanStack Start', cardStyles: `shadow-xl shadow-cyan-500/20 dark:shadow-lg dark:shadow-cyan-500/30 text-cyan-500 dark:text-white-400 border-2 border-transparent hover:border-current`, to: '/start', - tagline: `Full-stack React Framework powered by TanStack Router`, + tagline: `Full-stack Framework powered by TanStack Router for React and Solid`, description: `Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router and Vite - Ready to deploy to your favorite hosting provider.`, bgStyle: 'bg-cyan-500', textStyle: 'text-cyan-500',