feat: align landing page structure with modern IT layout concepts

This commit is contained in:
Do Siki
2026-04-26 23:01:08 +02:00
parent a6e626179d
commit 438ac5439b
7 changed files with 245 additions and 103 deletions
+3 -3
View File
@@ -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
}