Feature/resume review fundraiser#15
Merged
Merged
Conversation
Adds /resume-review — a 1:1 resume review booking page tied to a cancer-related GoFundMe fundraiser. Includes hero, credibility, what you get, how it works, fundraiser, FAQ, and final CTA sections. - src/app/resume-review/page.tsx — full page with metadata and JSON-LD - Navigation.tsx / MobileNav.tsx — LuFileSearch icon link in desktop + mobile nav - sitemap.ts — /resume-review added at priority 0.9 Placeholders to replace before going live: BOOKING_URL — booking link (Calendly, Cal.com, etc.) GOFUNDME_URL — GoFundMe campaign link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove How It Works section - Single CTA (book a session + heart icon), no secondary button in hero - Company pills replaced with logo badges (AWS devicon, eBay SI, FOX styled text) - All copy trimmed; sessions updated to 30 min throughout - FAQ condensed to 4 questions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…into hero - Navigation: add vertical bar between blog and resume review icons - Fundraiser section removed; merged as inline callout card in Hero - "interned at" → "worked at", added OpenAI (SiOpenai) - FOX now uses SiFox icon, AWS devicon wordmark, eBay SiEbay - Removed FinalCTA section; disclaimer moved to bottom of FAQ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…d why me - Fix literal ' in FAQ q field (JS strings don't need HTML entities) - Remove support the fundraiser button, keep only book a session - Replace all em-dashes with periods or commas - Rewrite why me section with more genuine, poetic copy (3 paragraphs) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
SiEbay is monochrome. eBay's actual logo is their wordmark with four distinct letter colors (red/blue/yellow/green). Renders it as styled text which is both accurate and requires no external dependency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n-up
SEO:
- Richer title optimised for sharing ("Get honest resume feedback...")
- Longer, compelling OG + Twitter descriptions (150 chars)
- Add keywords, authors, creator, robots fields
- Add JSON-LD Service schema with provider, offers, audience
- Absolute OG image URL via SITE_URL constant
- Better OG image alt text
Responsiveness:
- Add md:mx-20 breakpoint step between mobile (mx-4) and desktop (lg:mx-40)
Accessibility:
- aria-labelledby on every section
- Company logos list changed to <ul>/<li> with aria-label + title
- FAQ changed to <dl>/<dt>/<dd> (semantically correct for Q&A)
- aria-hidden on decorative icons, aria-label on informative ones
- Remove dangerouslySetInnerHTML from static string data (plain ' in JS strings is fine)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.