diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6823077..976c7b2 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -38,7 +38,7 @@ function Footer() {

For more information, visit
- our website:  + our website:{" "} www.irth.ae diff --git a/src/components/Header.tsx b/src/components/Header.tsx index e9f9758..90152c3 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -222,16 +222,16 @@ function NavItem({ href, title }: { href: string; title: string }) { ); } -function ProfileBar() { - return ( - - ); -} +// function ProfileBar() { +// return ( +// +// ); +// } function BrochuresDropdown() { const [opened, setOpened] = useState(false); diff --git a/src/components/SearchFilters.tsx b/src/components/SearchFilters.tsx index 83329da..7dde1da 100644 --- a/src/components/SearchFilters.tsx +++ b/src/components/SearchFilters.tsx @@ -623,8 +623,8 @@ function SearchFilters({ ... )} - -  Apartments found + {" "} + Apartments found

)} - - - -
- - ); -} -export default SimilarList; diff --git a/vite.config.ts b/vite.config.ts index 5f9512c..1eb3f01 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,5 +7,9 @@ export default defineConfig({ plugins: [react(), tailwindcss()], server: { host: true, + port: 4001, + }, + preview: { + port: 4001, }, });