Refine landing page copy and navigation for AI search clarity#97
Merged
Refine landing page copy and navigation for AI search clarity#97
Conversation
…d navigation. Revise FeaturesGrid to reflect new AI capabilities, including semantic search and document search functionalities. Adjust footer links to direct users to the pricing page instead of login and registration options.
…for improved responsiveness. Adjust sidebar and integration section styles to ensure they are only displayed on larger screens, enhancing the user experience across different devices.
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.
Summary
This PR updates landing page content and navigation to better communicate the platform's AI-powered search capabilities and streamline user journeys. Changes span the features grid, footer links, and schema architecture component.
Changes
FeaturesGrid (
src/components/landing/FeaturesGrid.tsx)Footer (
src/components/landing/Footer.tsx)SchemaArchitecture (
src/components/platform/SchemaArchitecture.tsx)Key UI/UX Improvements
Breaking Changes
None. All changes are copy/content and link target updates — no API changes, prop modifications, or component interface changes.
Testing Notes for Reviewers
hreftargets are valid routes); ensure no dead links where login/register links were removedaria-labelreferences to removed login/register links remainBrowser Compatibility Considerations
These changes are purely content and
hrefupdates — no new CSS, JavaScript APIs, or browser-specific features introduced. No compatibility concerns expected. Standard cross-browser verification (Chrome, Firefox, Safari, Edge) for layout consistency with updated text lengths is recommended.🤖 Generated with Claude Code
Branch Info:
refactor/improve-search-copymainCo-Authored-By: Claude noreply@anthropic.com