Skip to content

fix(landing): replace stale teal/orange brand colors with brand blue#2522

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-stale-brand-colors
Draft

fix(landing): replace stale teal/orange brand colors with brand blue#2522
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-stale-brand-colors

Conversation

Copilot AI commented May 31, 2026

Copy link
Copy Markdown
Contributor

The landing site still used a legacy teal/orange gradient, which diverged from PackRat’s canonical blue brand palette defined in the app theme. This change aligns landing gradient defaults with the brand blue ramp and removes stale brand-color usage in AnimatedGradientText paths.

  • Brand gradient alignment

    • Updated the default colors prop in apps/landing/components/ui/animated-gradient-text.tsx from teal/orange to the blue ramp:
      • #0070E9, #007BFE, #0385FF, #3B82F6
  • Repo-wide stale color audit

    • Searched for #0F766E, #14B8A6, #F97316, #FB923C across the repo.
    • Remaining matches are confined to apps/landing/config/site.ts decorative card accents, intentionally left unchanged.
    • No call sites pass stale teal/orange values via colors to AnimatedGradientText.
// apps/landing/components/ui/animated-gradient-text.tsx
colors = ['#0070E9', '#007BFE', '#0385FF', '#3B82F6']

Co-authored-by: andrew-bierman <94939237+andrew-bierman@users.noreply.github.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying packrat-landing with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9637459
Status: ✅  Deploy successful!
Preview URL: https://59c6970e.packrat-landing.pages.dev
Branch Preview URL: https://copilot-fix-stale-brand-colo.packrat-landing.pages.dev

View logs

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.

2 participants