From 4c9c9e0afbe14e9b5ee792625e575324c1998a7b Mon Sep 17 00:00:00 2001 From: Shane Friedman Date: Sun, 15 Mar 2026 19:13:01 -0400 Subject: [PATCH 1/2] Revert "Remove Pitter Patter info from home page temporarily" This reverts commit ac4b9e8f896fc3200ce9b3d1e39bc83f1173af0d. --- src/app/page.tsx | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e839062..55375c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,13 @@ export default function HomePage() { Get in touch + +
+

We’re building something new

+
@@ -174,6 +181,40 @@ export default function HomePage() { + + + + What we’re building + + + +
+ + Pitter Patter + + + A rich text editing framework that works with you. + +
+
+ + Over the past two years, the appetite for collaborative rich + text editing has grown dramatically. More products need it, but + the available solutions are either expensive, opaque, or both. + Development teams get stuck with little insight into how their + application actually works, or how to improve it. + + + We know there’s a better way, and we’re in a good position to + build it.{" "} + + Want to learn more? + + +
+
+
+
From bc07d5f3f4e34628cbf3031c5f6380acf8bbcea6 Mon Sep 17 00:00:00 2001 From: Shane Friedman Date: Sun, 15 Mar 2026 19:22:00 -0400 Subject: [PATCH 2/2] Update home page pitter patter styles --- src/app/page.tsx | 21 +++++++++++-------- .../pitterPatter/PitterPatterLogo.tsx | 1 + 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55375c1..b6c4bec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,7 @@ import { Testimonial } from "@/components/home/Testimonial"; import Link from "next/link"; import { getPosts } from "@/posts/posts"; import { PostSnippet } from "@/components/blog/PostSnippet"; +import { PitterPatterLogo } from "@/components/pitterPatter/PitterPatterLogo"; export default function HomePage() { return ( @@ -188,15 +189,17 @@ export default function HomePage() { -
- - Pitter Patter - - - A rich text editing framework that works with you. - +
+

+
+ +
+

+

+ better collaborative editing +

-
+
Over the past two years, the appetite for collaborative rich text editing has grown dramatically. More products need it, but @@ -204,7 +207,7 @@ export default function HomePage() { Development teams get stuck with little insight into how their application actually works, or how to improve it. - + We know there’s a better way, and we’re in a good position to build it.{" "} diff --git a/src/components/pitterPatter/PitterPatterLogo.tsx b/src/components/pitterPatter/PitterPatterLogo.tsx index 6c1883a..4a0704d 100644 --- a/src/components/pitterPatter/PitterPatterLogo.tsx +++ b/src/components/pitterPatter/PitterPatterLogo.tsx @@ -1,6 +1,7 @@ export function PitterPatterLogo(props: React.SVGProps) { return (