Skip to content

feat: update landing page and add resource pages#810

Merged
jacobvjk merged 11 commits into
mainfrom
update-landing-page-and-resurces
May 21, 2026
Merged

feat: update landing page and add resource pages#810
jacobvjk merged 11 commits into
mainfrom
update-landing-page-and-resurces

Conversation

@jacobvjk
Copy link
Copy Markdown
Collaborator

@jacobvjk jacobvjk commented May 20, 2026

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:

  • updates the landing page to explain to the users more clearly what they can expect from using the Transition Pathways Repository, updating copy and adding more scrollable content in line with standard landing pages on similar tools
  • adds a dedicated Contact page that explains how to reach us and what types of questions to reach out for
  • adds several resource pages that give users context on:
    • How to use the TPR and select a pathway
    • Use cases for our target user groups
    • An overview of the methodology of how we classify pathways
    • An FAQ page
    • An updates page with blog-like editorial content
  • updated top bar navigation on the landing page and all other pages where:
    • the title and logo on the top left always lead users back to the revamped landing page
    • the top right corner contains a link to the contact page and a drop down menu that shows all newly added resource pages
  • The dropdown and header nav bar components become shared dedicated components used both by the landing page and the contact and resource pages, ensuring consistent behavior across the website

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

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

  • update landing page and add resource pages (667b702)

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

@jacobvjk jacobvjk marked this pull request as ready for review May 20, 2026 08:45
Copilot AI review requested due to automatic review settings May 20, 2026 08:45
@jacobvjk jacobvjk requested a review from AlexAxthelm May 20, 2026 08:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/pages/LandingPage.tsx
Comment thread src/pages/LandingPage.tsx Outdated
Comment thread src/components/Header.tsx Outdated
Comment thread src/pages/resources/ResourcesUseCasesPage.tsx Outdated
Comment thread src/pages/resources/ResourcesMethodologyPage.tsx Outdated
Comment thread src/pages/resources/ResourcesUpdatesPage.tsx Outdated
Comment thread src/pages/ContactPage.tsx Outdated
Comment thread src/pages/resources/ResourcesFaqPage.tsx Outdated
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

AlexAxthelm
AlexAxthelm previously approved these changes May 20, 2026
Copy link
Copy Markdown
Collaborator

@AlexAxthelm AlexAxthelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/pages/ContactPage.tsx
Comment thread src/pages/ContactPage.tsx
Comment thread src/pages/resources/ResourcesHowToChooseAPathwayPage.tsx
Comment thread src/pages/resources/ResourcesMethodologyPage.tsx
Comment thread src/components/Header.tsx
Comment thread src/components/ResourcesDropdown.tsx Outdated
Comment thread src/pages/resources/ResourcesUseCasesPage.tsx Outdated
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-810.westus2.2.azurestaticapps.net

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Comment thread src/components/ResourcesDropdown.tsx
Comment thread src/components/ResourcesDropdown.tsx
Comment thread src/pages/resources/ResourcesMethodologyPage.tsx Outdated
Comment thread src/pages/resources/ResourcesMethodologyPage.tsx
@jacobvjk jacobvjk requested a review from AlexAxthelm May 21, 2026 08:01
@github-actions
Copy link
Copy Markdown

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[] = [
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@jacobvjk jacobvjk merged commit d3027bb into main May 21, 2026
11 checks passed
@jacobvjk jacobvjk deleted the update-landing-page-and-resurces branch May 21, 2026 10:56
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.

3 participants