There's two age range filter fields can we make it one? Instead of min-max
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").
Change the placeholder text from Any Language to Any Love Language
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.
Can you add a gym icon, drink icon, diet icon, and a smoke icon for the lifestyle fields.