From 177741f68500a5a12300b0e4f1db200901babc02 Mon Sep 17 00:00:00 2001 From: Anirudh S Date: Thu, 4 Sep 2025 19:43:34 +0530 Subject: [PATCH] Add tag filter bar to JourneyPage for enhanced user experience --- src/Page/JourneyPage.jsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/Page/JourneyPage.jsx b/src/Page/JourneyPage.jsx index 851d539b..25904b16 100644 --- a/src/Page/JourneyPage.jsx +++ b/src/Page/JourneyPage.jsx @@ -77,6 +77,21 @@ const JourneyPage = () => {

Explore the inspiring journeys of achievers.

+ {/* Tag Filter Bar */} +
+ {availableTags.map((tag) => ( + + ))} +
+ {/* Search Bar */}