@using Indotalent.Shared.Consts @inherits LayoutComponentBase @inject NavigationManager Navigation
@GlobalConsts.AppName
Enterprise Application Platform

One Platform,
All Your Business

Inventory & Procurement
Products, warehouses, purchase orders
Sales & Orders
Invoices, payments, customer management
Reports & Analytics
Real-time dashboards and data insights
@GlobalConsts.AppName
@Body
@code { private void NavigateToHome() { Navigation.NavigateTo("/", forceLoad: true); } }