diff --git a/src/libraries/db.tsx b/src/libraries/db.tsx index 0886d2427..1703f53d1 100644 --- a/src/libraries/db.tsx +++ b/src/libraries/db.tsx @@ -14,8 +14,8 @@ export const dbProject = { name: 'TanStack DB', cardStyles: `shadow-xl shadow-orange-700/20 dark:shadow-lg dark:shadow-orange-500/20 text-orange-500 dark:text-orange-400 border-2 border-transparent hover:border-current`, to: '/db', - tagline: `A reactive client store for building super fast apps on sync`, - description: `TanStack DB extends TanStack Query with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`, + tagline: `The reactive client-first store for your API`, + description: `TanStack DB gives you a reactive, client-first store for your API data with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`, ogImage: 'https://github.com/tanstack/db/raw/main/media/repo-header.png', badge: 'beta', bgStyle: `bg-orange-700`,