Skip to content

Add Chat on Slack sales CTA - #111

Merged
vpetersson merged 1 commit into
masterfrom
feat/slack-sales-cta
Jul 23, 2026
Merged

Add Chat on Slack sales CTA#111
vpetersson merged 1 commit into
masterfrom
feat/slack-sales-cta

Conversation

@vpetersson

Copy link
Copy Markdown
Contributor

Summary

  • Add a Chat on Slack button (with inlined Slack logo) to the homepage hero next to "Contact Us"
  • Add "Or chat with us on Slack →" links to the Business and Enterprise pricing cards
  • Route all Slack links, including the footer social icon, through the stable https://sbomify.com/slack redirect instead of the raw join.slack.com invite link, so when the invite link rotates (Slack caps each link at 400 uses) only the CDN redirect rule needs updating
  • Register Font Awesome's Slack brand icon in the icon partial so {{</* icon "slack" */>}} works site-wide

Performance

  • Icon SVG is inlined at Hugo build time: no extra requests, no new JS beyond the inline PostHog cta_click handlers already used by other CTAs
  • Rebuilt Tailwind CSS included

Testing

  • bun run build:css and hugo --minify --environment production both pass
  • Verified rendered homepage and pricing pages contain the new CTAs and no join.slack.com references remain in the output

🤖 Generated with Claude Code

Add a "Chat on Slack" button to the homepage hero and "Or chat with us
on Slack" links to the Business and Enterprise pricing cards, all with
PostHog cta_click tracking. Route all Slack links (including the footer
social icon) through the stable https://sbomify.com/slack redirect so
invite-link rotation only requires a CDN rule change. Register the Font
Awesome Slack brand icon in the icon partial (inlined at build time, no
extra requests).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vpetersson
vpetersson merged commit d0f8ff0 into master Jul 23, 2026
2 checks passed
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.

1 participant