AboutSupportDeveloper GuideVersion 18.0.9

Interface StorefrontLandingPage

Hierarchy

  • StorefrontLandingPage

Properties

bottomRow: {
    items: StorefrontLandingPageBottomRow;
    title: string;
}

Type declaration

hero?: {
    cta: StorefrontNavigationItem;
    description: string;
    image: Image;
    title: string;
}

Type declaration

middleRow: {
    apps: StorefrontLandingPageMiddleRow;
    title: string;
}

Type declaration

topRow: {
    items: StorefrontLandingPageTopRow;
    title: string;
}

Type declaration