enhancement: update responsive footer and copy hero section #6590
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.
Describe Your Changes
This pull request makes minor adjustments to the layout and text of the homepage and footer components to improve clarity and visual consistency.
Layout improvements in the footer:
FooterMenu/index.tsxfrommd:grid-cols-6tolg:grid-cols-6for better responsiveness on larger screens.md:col-span-1 lg:col-span-2, optimizing space usage across device sizes.Visual and content tweaks:
text-lgtotext-basefor improved hierarchy and readability.Fixes Issues
Self Checklist
Important
Improved layout and text for homepage and footer components for better responsiveness and clarity.
FooterMenu/index.tsx, changed grid layout frommd:grid-cols-6tolg:grid-cols-6for better responsiveness.md:col-span-1 lg:col-span-2.text-lgtotext-baseinFooterMenu/index.tsx.Home/index.tsxto "The best of open-source AI in an easy-to-use product."This description was created by
for 1b12071. You can customize this summary. It will automatically update as commits are pushed.