feat: update landing page and add resource pages#810
Conversation
Expected version change and release notes:1.13.0-dev.11 (v1.13.0-dev.10...update-landing-page-and-resurces ) (2026-05-21T08:01 UTC)Features
|
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This PR revamps the app’s marketing/entry experience by expanding the landing page content and introducing a new “Resources” section (methodology, how-to guide, use cases, updates, FAQ) plus a dedicated Contact page, along with updated top navigation to reach these pages.
Changes:
- Reworked the landing page into a longer, multi-section explainer with resource links and updated hero CTA.
- Added new “Resources” pages (Use cases, Updates, Methodology, How to choose a pathway, FAQ) and a new Contact page.
- Updated global header/branding behavior so the logo/title links back to the landing page and added a “Resources” dropdown + “Contact Us” link to navigation.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/LandingPage.tsx | Rebuilt landing page layout; added in-hero navigation with Resources dropdown. |
| src/components/Header.tsx | Updated brand link target + added Resources dropdown and Contact link. |
| src/components/Header.test.tsx | Added test coverage for the new Resources dropdown links. |
| src/pages/ContactPage.tsx | New Contact page with contact instructions and feedback prompts. |
| src/pages/resources/ResourcesHowToChooseAPathwayPage.tsx | New “How to choose a pathway” guidance page with collapsible steps. |
| src/pages/resources/ResourcesMethodologyPage.tsx | New methodology page describing pathway classifications (collapsible sections). |
| src/pages/resources/ResourcesUseCasesPage.tsx | New use cases page describing audiences and decision-maker use cases. |
| src/pages/resources/ResourcesUpdatesPage.tsx | New updates/blog-style page with posts + tag styling. |
| src/pages/resources/ResourcesFaqPage.tsx | New FAQ page with collapsible Q&A sections. |
| src/pages/resources/index.ts | Barrel exports for new resource pages. |
| src/App.tsx | Registered new routes for /contact and /resources/* pages. |
Comments suppressed due to low confidence (1)
src/pages/resources/ResourcesUseCasesPage.tsx:300
- Typo: “misinterpretationor” is missing a space, which will show up in the rendered content.
The Transition Pathways Repository helps users understand
these differences up front — making it easier to choose the
most appropriate pathway for their specific objective and
avoid misinterpretationor an inaccurate analysis.
</p>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
AlexAxthelm
left a comment
There was a problem hiding this comment.
I didn't do any actual content review, just checking the plumbing. Some comments there, but nothing blocking structurally. Those could be worth addressing now, or if you want, can be flagged for later consideration.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net |
| body: React.ReactNode; | ||
| }; | ||
|
|
||
| const posts: UpdatePost[] = [ |
There was a problem hiding this comment.
noting that this is commented out, and in general, a future update to UpdatePost would probably not rely on array ordering for sorts, but would probably put a structured timestamp or similar for date, and sort with that.
closes Monday.com tickets:
supersedes #753
The PR at hand undertakes some initial revamping of the TPR pages, especially providing first versions of crucial user-supporting documentation. Further adjustments and additions are expected in due time, but this equips users with the fundamental information to make sense of the tool.
Specifically, this PR: