Skip to content

fix(marketing): match hero badge to the Figma spec#14

Open
Benjtalkshow wants to merge 1 commit into
boundlessfi:mainfrom
Benjtalkshow:fix/hero-badge
Open

fix(marketing): match hero badge to the Figma spec#14
Benjtalkshow wants to merge 1 commit into
boundlessfi:mainfrom
Benjtalkshow:fix/hero-badge

Conversation

@Benjtalkshow

@Benjtalkshow Benjtalkshow commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

The hero "Build. Earn. Belong / Learn More" badge did not match Figma.

Figma Before After
border-radius: 8px rounded-full rounded-lg
border: 1px rgba(255,255,255,0.15) border-white/10 border-white/15
background: rgba(255,255,255,0.05) ok ok
padding: 5px 14px p-1 px-3.5 py-[5px]
gap: 10px gap-1 gap-2.5

Also dropped the nested rounded-full sub-pill (not in the spec) in favour of a divider + arrow icon, making it identical to the CTA section badge (already built to this spec). The "Learn More" link still points to /about.

Verified: npm run typecheck && npm run lint pass.

Summary by CodeRabbit

  • Style
    • Refreshed home page call-to-action button styling with bordered design
    • Updated primary marketing link text to "Explore Ecosystem"
    • Modified campaign hosting button to navigate to opportunities section with "Host a Campaign" label
    • Improved icon rendering implementation

The hero "Build. Earn. Belong / Learn More" badge was a rounded-full
pill with a nested sub-pill; the design is a rounded-lg chip (1px
white/15 border, 5px/14px padding, 10px gap) with a divider, matching
the CTA badge.
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

@Benjtalkshow is attempting to deploy a commit to the Threadflow Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bd3ca5f6-2670-491e-a8d1-a8423ca4627b

📥 Commits

Reviewing files that changed from the base of the PR and between 1e1a0e1 and 65d192c.

📒 Files selected for processing (1)
  • src/app/(public)/page.tsx

📝 Walkthrough

Walkthrough

The home page imports ArrowRight from lucide-react to replace a previously inline arrow span in the "Learn More" hero link. The link's className is updated to a new styling variant. The primary CTA section renames "Explore Opportunities" to "Explore Ecosystem" and changes the MarketingButton link label to "Host a Campaign" with a destination of /opportunities.

Changes

Home Page Hero CTA Updates

Layer / File(s) Summary
Hero icon, link styling, and CTA text
src/app/(public)/page.tsx
Adds ArrowRight import from lucide-react; replaces inline arrow span with ArrowRight icon on the "Learn More" link with updated className; renames "Explore Opportunities" to "Explore Ecosystem" and updates MarketingButton asChild to render a "Host a Campaign" link to /opportunities.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 Hippity-hop, the arrows are neat,
ArrowRight icon — inline spans, delete!
"Host a Campaign" now shows the way,
Ecosystem explored without delay.
A tidy little tweak, fresh as spring hay! 🌿

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately describes the main change: updating the hero badge styling to match Figma specifications, which is the primary focus of the changeset.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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