Now let me update the discover page to use ageRange instead of ageMin/ageMax:
Now let me update the searchParams type in the page component as well:
I've simplified the age filter from two dropdowns (min/max) to a single "Age Range" dropdown. The changes include updating the CurrentFilters interface to use ageRange instead of ageMin/ageMax, replacing the two Select components with one, and updating the page's filter logic to do a simple equality match on the selected age range (e.g., "25-34").
Done! I've updated the Love Language filter's default option from "Any Language" to "Any Love Language" for clarity and consistency with the filter's purpose.