From e8422154ba0b63e6ab4da89d275a2d4d4f96da1a Mon Sep 17 00:00:00 2001 From: johnny1093 <46250921+jsmorabito@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:37:56 -0400 Subject: [PATCH 1/5] Update website footer with email signup and social links Adds a Buttondown email subscription form, text-based social links (Github, Youtube, Slack, Bluesky), and the Discourse Graphs logo to the footer using a 3-column layout. Co-Authored-By: Claude Sonnet 4.6 --- apps/website/app/(home)/page.tsx | 89 +++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 30 deletions(-) diff --git a/apps/website/app/(home)/page.tsx b/apps/website/app/(home)/page.tsx index 669a8bf94..021330dcd 100644 --- a/apps/website/app/(home)/page.tsx +++ b/apps/website/app/(home)/page.tsx @@ -9,6 +9,7 @@ import { import { ArrowBigDownDash, CircleGauge } from "lucide-react"; import { getLatestBlogs } from "~/(home)/blog/readBlogs"; import { TeamPerson } from "~/components/TeamPerson"; +import { Logo } from "~/components/Logo"; import { TEAM_MEMBERS } from "~/data/constants"; const Home = async () => { @@ -805,45 +806,73 @@ const Home = async () => { -