@page "/otherpages"
@using SharedUI.Shared.Components.Layout
<HeroComponent />
<CardComponent/>
@code {
}