refactor: improvements in UI and book consultion option

- Login is not responsive
- Add country field in book consultant any country
- correct form submit of book consultant in mobile view
- updatr email in privacy page
- make home page slider responsive
- redirect login whentokenexpired
This commit is contained in:
2025-05-09 20:09:27 +05:30
parent 8050065359
commit 7e33e61d65
11 changed files with 405 additions and 141 deletions

View File

@@ -120,7 +120,7 @@ const SearchComponent = ({ isScrolled }) => {
};
return (
<div ref={searchRef} className="relative">
<div ref={searchRef} className="relative flex justify-center items-center">
{isScrolled ? (
<>
<button