diff --git a/src/app/page.tsx b/src/app/page.tsx index e839062..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 ( @@ -36,6 +37,13 @@ export default function HomePage() { Get in touch + +
+

We’re building something new

+
@@ -174,6 +182,42 @@ export default function HomePage() { + + + + What we’re building + + + +
+

+
+ +
+

+

+ better collaborative editing +

+
+
+ + 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? + + +
+
+
+
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 (