Landing page semantic enhancements #337
Merged
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.
PULL REQUEST
Summary
This PR addresses 3 small items:
<p>
. It also makes necessary changes to turn the landing page into a server component (removes 'use client' directive).Please see below new content structure
![Screenshot 2025-01-31 at 12 38 12 PM](https://private-user-images.githubusercontent.com/103958711/408665218-4c0e3605-96f1-4a85-a1d8-f5e9901e1e05.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTMxOTMsIm5iZiI6MTczODg5Mjg5MywicGF0aCI6Ii8xMDM5NTg3MTEvNDA4NjY1MjE4LTRjMGUzNjA1LTk2ZjEtNGE4NS1hMWQ4LWY1ZTk5MDFlMWUwNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTQ4MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03NjliN2I3MzM1MmUyMTdkOThjMTc5NWQ3NzlkYWEzNjZjY2FkNjA1OGQ4MWFjM2JiZmQ4MTQ2MGI0NjY2NGI3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sjUyDsPsFVhymlVo1L2pxfPGDlPHzcikkzUTeWwekX4)
Fixes run time exception in the results page for queries that get triggered without any search criteria on step 1.
Migrates links in the header to nextjs element so changes in routes don't do a full page reload. (If this was intentional please let me know and will revert this change).
Related Issue
Fixes # No ticket as this was my first small task to get familiar with the code and development process
Additional Information
Anything else the review team should know?
Checklist