CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Full website redesign + GitHub repo ecosystem #3983

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/dictation-app-redesign-HUpzSmainopened Mar 30, 20260/6 tasks
ccantynzcommented Mar 30, 2026

Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/48co.v1/pull/54


Summary

  • Full website redesign — premium law-firm-grade aesthetic replacing the tech-startup indigo look. Dark navy, clean whites, subtle gold accents. Designed for attorneys, accountants, and medical professionals.
  • Vercel build fix — all internal <a> tags replaced with next/link, Google Fonts switched to next/font/google.
  • GitHub repo ecosystem — CI workflow, Dependabot, PR/issue templates, CODEOWNERS, SECURITY.md, comprehensive .gitignore.

Changes

Website Redesign (15 files)

  • Dark navy hero (navy-950) with white/gold typography
  • Dark navy footer matching premium feel
  • Warm off-white (#FAFAF8) section backgrounds
  • Gold-400 accent for highlights (replaces indigo)
  • Navy-900 CTA buttons — no bright/flashy colors
  • Legal, medical, and contract examples throughout
  • "Built for confidential work" trust section (HIPAA/privilege messaging)
  • Translation section on dark navy background
  • All pages updated: homepage, pricing, compare, download, live demo, install, privacy, terms

Vercel Build Fix

  • All internal links use <Link> from next/link
  • Font loading via next/font/google (Inter) instead of <link> tags

GitHub Ecosystem

  • ci.yml — lint + build + Rust check on every PR
  • dependabot.yml — weekly dependency updates (npm, Cargo, Actions)
  • PR template with summary/changes/testing checklist
  • Issue templates for bug reports and feature requests
  • CODEOWNERS file
  • SECURITY.md vulnerability reporting policy
  • Expanded .gitignore (Rust, env, IDE, OS, mobile builds)

Test plan

  • Verify Vercel build passes (fixes the no-html-link-for-pages and no-page-custom-font ESLint errors)
  • Check homepage renders with dark navy hero and gold accents
  • Check all internal navigation works (Link components)
  • Verify pricing page Stripe checkout still functions
  • Confirm live demo mic button works in Chrome
  • Check Dependabot starts opening dependency PRs after merge

https://claude.ai/code/session_01TnuF31BQ485XYWZJ1XKdAy

ccantynzcommented Mar 30, 2026

Originally written by @vercel[bot] on GitHub.


The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
48co-ai-pa Error Error Mar 30, 2026 3:35am

Request Review

Cross-repo impact

See what breaks downstream if this PR merges.

Analyze →
⮌ Merged

This pull request was merged into main.

c comment · e edit title · m merge · a approve · r request changes · ? shortcuts