Summary
On every instructor profile page (e.g. Meena Sharma, Priya Nair), the "Book a session" button does not lead to any booking flow. Instead, it simply redirects the user back to the /instructors listing page, making it impossible for a learner to actually book a session with an instructor.
Steps to Reproduce
- Go to https://parampara-two.vercel.app/instructors
- Click "View profile" on any instructor card
- On the instructor profile page, click the "Book a session" button
- Observe that you are redirected back to /instructors instead of a booking page
Expected Behavior
Clicking "Book a session" should either:
1.Navigate to a dedicated booking page (e.g. /book/Priya Nair) where the user can select a time slot and confirm the session, or
2.Open a booking modal/form on the same page
Actual Behavior
The button redirects the user to /instructors the general instructors listing page with no booking functionality triggered.

Summary
On every instructor profile page (e.g. Meena Sharma, Priya Nair), the "Book a session" button does not lead to any booking flow. Instead, it simply redirects the user back to the /instructors listing page, making it impossible for a learner to actually book a session with an instructor.
Steps to Reproduce
Expected Behavior
Clicking "Book a session" should either:
1.Navigate to a dedicated booking page (e.g. /book/Priya Nair) where the user can select a time slot and confirm the session, or
2.Open a booking modal/form on the same page
Actual Behavior
The button redirects the user to /instructors the general instructors listing page with no booking functionality triggered.