feat: landing page style update#5581
Conversation
🦋 Changeset detectedLatest commit: 643d22c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR delivers a visual refresh of the landing page, navbar, and markets page: the "Start now" CTA moves below the Venus TVL figure on the hero, the Highest APY card is hidden below
Confidence Score: 5/5Safe to merge — changes are scoped to UI layout, a new optional dropdown prop, and a table card-sorting guard; no data-flow or contract logic is altered. All changed paths are presentational. The No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "feat: style update" | Re-trigger Greptile |
391b9da to
e51467c
Compare
Jira ticket(s)
VPD-1145
Changes
Landing — Hero
Start nowCTA from inside the Highest APY card to below the Venus TVL number, linkingto Venus Core Market (sized to Figma:
py-2 px-20).xl(1280px); desktop only.NavBar — Markets / Others menus
triggerOnHoverprop to the sharedDropdown; other consumers unchanged).defaultOpenOnMobileflag onSubMenu, setonly on Markets).
Markets page
Sort byselect hidden — addeddisableCardsSortingtoMarketTable, which derives acardColumnsarray withsortRowsstripped.TableCardsthen computes empty options and skips theselect. Desktop column sorting and the other 4
MarketTablecallers are unaffected.