Rework of major pages

This commit is contained in:
2024-04-24 14:31:32 +02:00
parent 9e03620be7
commit 4230867608
17 changed files with 995 additions and 837 deletions

View File

@@ -46,7 +46,7 @@ export class HeaderComponent {
{
label: 'Create Listing',
icon: 'pi pi-plus-circle',
routerLink: '/createListing',
routerLink: '/createBusinessListing',
visible: this.isUserLogedIn(),
},
{
@@ -90,13 +90,13 @@ export class HeaderComponent {
fragment: '',
},
{
label: 'Professionals/Brokers Directory',
routerLink: '/brokerListings',
label: 'Commercial Property',
routerLink: '/commercialPropertyListings',
fragment: '',
},
{
label: 'Commercial Property',
routerLink: '/commercialPropertyListings',
label: 'Professionals/Brokers Directory',
routerLink: '/brokerListings',
fragment: '',
},
];