@@ -7,55 +7,55 @@ export const Promo = () => {
77
88 const promoOptions : PromoOptions = [
99 {
10- text : `Running a serverless backend? You need a managed connection pool. ` ,
11- link : "https://pris.ly/sidebar-promo/managed-connection-pool " ,
10+ text : `Get a Postgres db in 3 clicks → ` ,
11+ link : "https://pris.ly/sidebar-promo/pg-3-clicks " ,
1212 color : "teal" ,
1313 } ,
1414 {
15- text : `Want to make your database perform globally? ` ,
16- link : "https://pris.ly/sidebar-promo/make-your-db-global " ,
17- color : "teal " ,
15+ text : `Try Prisma Postgres, our serverless db ` ,
16+ link : "https://pris.ly/sidebar-promo/pg-from-prisma " ,
17+ color : "indigo " ,
1818 } ,
1919 {
20- text : `Need your database queries to be 1000x faster? ` ,
21- link : "https://pris.ly/sidebar-promo/queries-1000x-faster " ,
20+ text : `Try Prisma Postgres. No cold starts, just hot queries. ` ,
21+ link : "https://pris.ly/sidebar-promo/hot-queries " ,
2222 color : "teal" ,
2323 } ,
2424 {
25- text : `Interested in query caching in just a few lines of code? ` ,
26- link : "https://pris.ly/sidebar-promo/caching-few-lines-of-code " ,
27- color : "teal " ,
25+ text : `Yes, we have a database! Try Prisma Postgres → ` ,
26+ link : "https://pris.ly/sidebar-promo/yes-ppg " ,
27+ color : "indigo " ,
2828 } ,
2929 {
30- text : `Easily identify and fix slow SQL queries in your app .` ,
31- link : "https://pris.ly/sidebar-promo/identify-fix-sql-queries " ,
30+ text : `Running a serverless backend? You need a managed connection pool .` ,
31+ link : "https://pris.ly/sidebar-promo/managed-connection-pool " ,
3232 color : "teal" ,
3333 } ,
3434 {
35- text : `Looking to uncover inefficient database operations?` ,
36- link : "https://pris.ly/sidebar-promo/inefficient-db-operations" ,
37- color : "indigo" ,
38- } ,
39- {
40- text : `Curious about the SQL queries Prisma ORM generates?` ,
41- link : "https://pris.ly/sidebar-promo/sql-queries-in-orm" ,
35+ text : `Want to decrease global latency for your db queries?` ,
36+ link : "https://pris.ly/sidebar-promo/make-your-db-global" ,
4237 color : "teal" ,
4338 } ,
4439 {
45- text : `Need to improve app performance? Get tailored recommendations. ` ,
46- link : "https://pris.ly/sidebar-promo/tailored-recommendations " ,
40+ text : `Need your database queries to be 1000x faster? ` ,
41+ link : "https://pris.ly/sidebar-promo/queries-1000x-faster " ,
4742 color : "teal" ,
4843 } ,
4944 {
50- text : `Your db queries could be faster? Let Optimize figure out why. ` ,
51- link : "https://pris.ly/sidebar-promo/faster-db-queries " ,
45+ text : `Implement query caching in just a few lines of code → ` ,
46+ link : "https://pris.ly/sidebar-promo/caching-few-lines-of-code " ,
5247 color : "teal" ,
5348 } ,
5449 {
5550 text : `Using Raycast? Try our "docs search" extension. ` ,
5651 link : "https://pris.ly/sidebar-promo/raycast-extension" ,
5752 color : "indigo" ,
5853 } ,
54+ {
55+ text : `Try the MCP server with your favorite AI tool →` ,
56+ link : "https://pris.ly/sidebar-promo/mcp" ,
57+ color : "indigo" ,
58+ } ,
5959 ] ;
6060
6161 let promo = promoOptions [ Math . floor ( Math . random ( ) * promoOptions . length ) ] ;
0 commit comments