@page "/" @inherits HomeComponent Home @if (IsFeaturedProductsLoading) { } else if (FeaturedProductsHaveItemsToShow) { } else { }

Latest Collections

Smart Building Solutions
Complete intelligent building automation systems featuring advanced lighting controls, occupancy sensors, and energy management solutions for modern commercial spaces.
Pre-Assembled Panel Systems
Ready-to-install electrical panels and distribution assemblies, factory-tested and certified. Reduce installation time by up to 70% with our professionally pre-wired solutions designed for commercial and industrial applications.
@if (AreCategoriesLoading) {

Latest Categories

@for (var i = 0; i < NumberOfCategorySkeletons; i++) {
}
} else if (CategoriesHaveItemsToShow) {

Latest Categories

@foreach (var category in LatestCategories) { }
} else {

Latest Categories

Categories will appear here once items are available.
}