Skip to content

Commit

Permalink
Merge pull request #14809 from artsy/DIA-929-update-nav-bar-collections
Browse files Browse the repository at this point in the history
feat: updates whats new in the nav bar
  • Loading branch information
dzucconi authored Nov 6, 2024
2 parents 51d282c + 2b25b9d commit 466c6d2
Showing 1 changed file with 70 additions and 42 deletions.
112 changes: 70 additions & 42 deletions src/Components/NavBar/menuData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,101 +32,129 @@ export const WHATS_NEW_SUBMENU_DATA: MenuLinkData = {
title: "What’s New",
links: [
{
text: "Start Here",
text: "By Price",
menu: {
title: "Start Here",
title: "By Price",
links: [
{
text: "New This Week",
href: "/collection/new-this-week?metric=in",
text: "Art under $500",
href: "/collect?price_range=%2A-500&metric=in",
},
{
text: "Art under $1,000",
href: "/collect?price_range=%2A-1000&metric=in",
},
{
text: "Art under $2,500",
href: "/collect?price_range=%2A-2500&metric=in",
},
{
text: "Trending Now",
href: "/collection/trending-now",
text: "Art under $5,000",
href: "/collect?price_range=%2A-5000&metric=in",
},
{
text: "Top Auction Lots",
href: "/collection/top-auction-lots",
text: "Art under $10,000",
href: "/collect?price_range=%2A-10000&metric=in",
},
{
text: "New Abstract Art",
href: "/collection/new-abstract-art",
text: "Art under $25,000",
href: "/collect?price_range=%2A-25000&metric=in",
},
{
text: "New Figurative Art",
href: "/collection/new-figurative-art",
text: "Art above $25,000",
href: "/collect?price_range=25000-%2A&metric=in",
},
],
},
},
{
text: "By Price",
text: "By Seller",
menu: {
title: "By Price",
title: "By Seller",
links: [
{
text: "Art under $500",
href: "/collection/art-under-500-dollars?metric=in",
text: "New from Leading Galleries",
href: "/collection/new-from-leading-galleries?metric=in",
},
{
text: "Art under $1,000",
href: "/collection/art-under-1000-dollars?metric=in",
text: "New from Tastemaking Galleries",
href: "/collection/new-from-tastemaking-galleries?metric=in",
},
{
text: "Art under $2,500",
href: "/collection/art-under-2500-dollars?metric=in",
text: "New from Small Galleries",
href: "/collection/new-from-small-galleries?metric=in",
},
{
text: "Art under $5,000",
href: "/collection/art-under-5000-dollars?metric=in",
text: "New from Nonprofits",
href: "/collection/new-from-nonprofits?metric=in",
},
{
text: "Art under $10,000",
href: "/collection/art-under-10000-dollars?metric=in",
text: "The Artsy Edition Shop",
href: "/fair/the-artsy-edition-shop/artworks",
},
],
},
},
{
text: "Curators’ Picks",
text: "Our Picks",
menu: {
title: "Curators’ Picks",
title: "Our Picks",
links: [
{
text: "Curators’ Picks: Emerging Artists",
href: "/collection/curators-picks-emerging-artists?metric=in",
text: "Curators' Picks",
href: "/collection/curators-picks",
},
{
text: "Best Bids",
href: "/collection/best-bids",
},
{
text: "Curators’ Picks: Blue-Chip Artists",
href: "/collection/curators-picks-blue-chip-artists?metric=in",
text: "Most Loved",
href: "/collection/most-loved",
},
{
text: "The Artsy Vanguard Artists",
href: "/collection/artsy-vanguard-artists",
text: "Street Art Edit",
href: "/collection/street-art-edit",
},
{
text: "Icons",
href: "/collection/icons",
},
{
text: "Bleeding Edge",
href: "/collection/bleeding-edge",
},
],
},
},
{
text: "By Seller",
text: "By Style",
menu: {
title: "By Seller",
title: "By Style",
links: [
{
text: "New from Leading Galleries",
href: "/collection/new-from-leading-galleries?metric=in",
text: "Statement Pieces",
href: "/collection/statement-pieces",
},
{
text: "New from Tastemaking Galleries",
href: "/collection/new-from-tastemaking-galleries?metric=in",
text: "Little Gems",
href: "/collection/little-gems",
},
{
text: "New from Small Galleries",
href: "/collection/new-from-small-galleries?metric=in",
text: "Understated",
href: "/collection/understated",
},
{
text: "New from Nonprofits",
href: "/collection/new-from-nonprofits?metric=in",
text: "Transcendent",
href: "/collection/transcendent",
},
{
text: "Feast for the Eyes",
href: "/collection/feast-for-the-eyes",
},
{
text: "Flora and Fauna",
href: "/collection/flora-and-fauna",
},
],
},
Expand Down

0 comments on commit 466c6d2

Please sign in to comment.