diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index e24615d..e0a4f78 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -10,6 +10,7 @@ const TWEET_IDS = [ "1907728148294447538", "1931029815047455149", "1930511724702285885", + "1933149770639614324", "1912836377365905496", "1907817662215757853", "1931709370003583004", @@ -21,6 +22,7 @@ const TWEET_IDS = [ "1917640304758514093", "1907831059275735353", "1912924558522524039", + "1933150129738981383", "1911490975173607495", "1930104047845158972", "1913773945523953713", diff --git a/bun.lock b/bun.lock index d447501..cd7a29c 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.18.0", + "version": "2.18.1", "bin": { "create-better-t-stack": "dist/index.js", },