Skip to content

feat: rename footer Projects to Products, mirroring the header dropdown#40

Merged
BenGWeeks merged 5 commits into
masterfrom
feature/footer-products
Jul 17, 2026
Merged

feat: rename footer Projects to Products, mirroring the header dropdown#40
BenGWeeks merged 5 commits into
masterfrom
feature/footer-products

Conversation

@BenGWeeks

@BenGWeeks BenGWeeks commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Renamed the footer's "Projects" column to "Products".
  • Replaced its list (Zaplie and T-Minus-15 GitHub links) with the same items as the header's Products dropdown, matching labels and hrefs: Zaplie (#zapp), Zapdesk (#zapdesk), Thyme (#thyme), T-Minus-15 (#tminus15). Header anchors win for consistency — the T-Minus-15 GitHub links already live in the T-Minus-15 section itself, so nothing was duplicated.
  • Kept the footer's styling conventions (text-gray-400 hover:text-white).
  • Added a code comment noting "Allie for Accounts" joins the list when PR feat: add Allie for Accounts section to the homepage #7 merges.
  • Removed the now-unused Github lucide import.

STACKED ON the T-Minus-15 PR #36 — merge #36 first. This branch is the top of the products stack and includes its commits; once #36 merges this PR's diff reduces to the footer change.

Fixes #39

Test plan

  • npm run format — clean
  • npm run build — production build passes
  • Visual check of the rendered footer (screenshot below): Products column shows Zaplie, Zapdesk, Thyme, T-Minus-15 with anchor links matching the header dropdown
  • After merge: click each footer Products link on the live site and confirm it scrolls to the matching section

Screenshots

Footer Products column

🤖 Generated with Claude Code

BenGWeeks and others added 5 commits July 3, 2026 01:38
…pdown

The footer column now matches the header's Products dropdown exactly
(Zaplie/#zapp, Zapdesk/#zapdesk, Thyme/#thyme, T-Minus-15/#tminus15),
using on-page anchors instead of GitHub links. The T-Minus-15 GitHub
links already live in the T-Minus-15 section itself. Includes a note
that "Allie for Accounts" joins the list when PR #7 merges.

Fixes #39

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ucts

# Conflicts:
#	components/footer.tsx
#	components/header.tsx
Point Zaplie/Zapdesk/Thyme at getzapl.ie / zapdesk.knowall.ai / getthyme.ai and T-Minus-15 at its GitHub book, instead of homepage anchors.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the site footer navigation to align the “Products” column with the header’s Products menu, so users have consistent product navigation surfaces across the page.

Changes:

  • Renames the footer column heading from “Projects” to “Products”.
  • Replaces the footer product list entries and removes the unused Github lucide icon usage/import.
  • Adds an inline comment referencing parity with the header Products dropdown and the upcoming “Allie for Accounts” entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread components/footer.tsx
Comment thread components/footer.tsx
Comment thread components/footer.tsx
Comment thread components/footer.tsx
Comment thread components/footer.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Footer Products column should mirror the header Products menu

2 participants