From 13719826ba7a28c90a3cd49287f6d0a9d0abf115 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 4 Mar 2026 12:02:39 -0800 Subject: [PATCH] feat: add "Register to Attend" link to footer across all pages Co-Authored-By: Claude Opus 4.6 --- app/about/page.tsx | 5 +++++ app/directions/page.tsx | 5 +++++ app/gallery/page.tsx | 5 +++++ app/page.tsx | 5 +++++ app/register/page.tsx | 10 ++++++++++ app/sponsorships/page.tsx | 5 +++++ app/success/page.tsx | 5 +++++ 7 files changed, 40 insertions(+) diff --git a/app/about/page.tsx b/app/about/page.tsx index 4239b35..b9230a5 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -236,6 +236,11 @@ export default function AboutPage() {

Links

    +
  • + + Register to Attend + +
  • Gallery diff --git a/app/directions/page.tsx b/app/directions/page.tsx index dca06b1..4b130d6 100644 --- a/app/directions/page.tsx +++ b/app/directions/page.tsx @@ -262,6 +262,11 @@ export default function DirectionsPage() {

    Quick Links

      +
    • + + Register to Attend + +
    • Gallery diff --git a/app/gallery/page.tsx b/app/gallery/page.tsx index 2578027..d964ba7 100644 --- a/app/gallery/page.tsx +++ b/app/gallery/page.tsx @@ -147,6 +147,11 @@ export default function GalleryPage() {

      Links

        +
      • + + Register to Attend + +
      • Gallery diff --git a/app/page.tsx b/app/page.tsx index 1bc362c..2a2f425 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -626,6 +626,11 @@ END:VCALENDAR`

        Links

          +
        • + + Register to Attend + +
        • Gallery diff --git a/app/register/page.tsx b/app/register/page.tsx index 4fc0b93..578f506 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -325,6 +325,11 @@ export default function RegisterPage() {

          Links

            +
          • + + Register to Attend + +
          • Gallery @@ -632,6 +637,11 @@ export default function RegisterPage() {

            Links

              +
            • + + Register to Attend + +
            • Gallery diff --git a/app/sponsorships/page.tsx b/app/sponsorships/page.tsx index 93c921d..349c545 100644 --- a/app/sponsorships/page.tsx +++ b/app/sponsorships/page.tsx @@ -230,6 +230,11 @@ export default function SponsorshipsPage() {

              Links

                +
              • + + Register to Attend + +
              • Gallery diff --git a/app/success/page.tsx b/app/success/page.tsx index f5a677d..6b0e1ca 100644 --- a/app/success/page.tsx +++ b/app/success/page.tsx @@ -55,6 +55,11 @@ export default function SuccessPage() {

                Links

                  +
                • + + Register to Attend + +
                • Gallery