feat: align landing page structure with modern IT layout concepts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export interface SiteConfig {
|
||||
general: GeneralConfig
|
||||
navigation: NavigationConfig
|
||||
hero: HeroSectionConfig
|
||||
services: ServiceSectionConfig
|
||||
about: AboutSectionConfig
|
||||
hero?: HeroSectionConfig
|
||||
services?: ServiceSectionConfig
|
||||
about?: AboutSectionConfig
|
||||
footer: FooterConfig
|
||||
contact: ContactConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user