From 91290e3cfd38b79c988b592cf0f727b8ecbd5171 Mon Sep 17 00:00:00 2001 From: Sahil Lavingia Date: Thu, 19 Dec 2024 20:20:48 -0500 Subject: [PATCH 1/2] Update page.tsx --- components/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/page.tsx b/components/page.tsx index a407eab..d8771fe 100644 --- a/components/page.tsx +++ b/components/page.tsx @@ -262,8 +262,7 @@ function PageContent() { className="text-sm sm:text-base lg:text-lg xl:text-2xl mb-8 xl:mb-16" style={{ color: textColor }} > - A sweet suite of open source software for small businesses and large - enterprises alike. + Automating the boring stuff that ran Gumroad.

From ed50e507ab28c8760cfa07be8f3e184c32e0bae7 Mon Sep 17 00:00:00 2001 From: Sahil Lavingia Date: Thu, 19 Dec 2024 20:23:13 -0500 Subject: [PATCH 2/2] Update page.tsx --- components/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/page.tsx b/components/page.tsx index d8771fe..62cdbfe 100644 --- a/components/page.tsx +++ b/components/page.tsx @@ -141,27 +141,27 @@ function PageContent() { { name: "Flexile", url: "https://Flexile.com", - description: "equity compensation for your team", + description: "team and shareholder management", }, { name: "Gumroad", url: "https://Gumroad.com", - description: "sell your work and see what sticks", + description: "sell your stuff. see what sticks", }, { name: "Helper", url: "https://Helper.ai", - description: "help your customers help themselves", + description: "customer support AI", }, { name: "Iffy", url: "https://Iffy.com", - description: "prevent meanies from abusing your product", + description: "keep your product clean", }, { name: "Shortest", url: "https://shortest.com", - description: "app evals using natural language", + description: "QA via natural language AI tests", }, ];