34
resources/client/landing-page/landing-page-content.ts
Executable file
34
resources/client/landing-page/landing-page-content.ts
Executable file
@@ -0,0 +1,34 @@
|
||||
import {MenuItemConfig} from '@common/core/settings/settings';
|
||||
|
||||
export interface LandingPageContent {
|
||||
headerTitle: string;
|
||||
headerSubtitle: string;
|
||||
headerImage: string;
|
||||
blurHeaderImage: boolean;
|
||||
headerOverlayColor1: string;
|
||||
headerOverlayColor2: string;
|
||||
headerImageOpacity: number;
|
||||
footerTitle: string;
|
||||
footerSubtitle: string;
|
||||
footerImage: string;
|
||||
pricingTitle?: string;
|
||||
pricingSubtitle?: string;
|
||||
actions: {
|
||||
inputText: string;
|
||||
inputButton: string;
|
||||
cta1?: MenuItemConfig;
|
||||
cta2?: MenuItemConfig;
|
||||
cta3?: MenuItemConfig;
|
||||
};
|
||||
primaryFeatures: {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
image: string;
|
||||
}[];
|
||||
secondaryFeatures: {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
description: string;
|
||||
image: string;
|
||||
}[];
|
||||
}
|
||||
Reference in New Issue
Block a user