File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,19 +6,10 @@ description: Making awesome stuff.
66
77sections :
88 - type : content
9- title : Katharos Technology
9+ title : Katharos Tech Consulting
1010 lead : >
11- <span class="text-primary">Pure Innovation</span>.
12- - type : compatibility
13- id : projects
14- title : Projects
15- lead : >
16- Things we're working on.
17- lists :
18- - items :
19- - icon : logomark
20- title : Chord 9
21- url : http://chord9.app
22- - icon : logomark
23- title : KTech Studio
24- url : https://ktech.studio
11+ Contract us to bring your cloud architecture to the next level.
12+ - type : contact-form
13+ title : Contact Us
14+ lead : Let's get it done.
15+ turnstileSiteKey : 0x4AAAAAABXiVbLyKqAQitnM
Original file line number Diff line number Diff line change @@ -16,16 +16,18 @@ declare module "~/config.yaml" {
1616 | {
1717 type : "compatibility" ;
1818 lists : {
19- title : string ;
2019 items : CompatibilityItem [ ] ;
2120 url ?: string ;
2221 } [ ] ;
2322 }
2423 | {
2524 type : "features" ;
26- title ?: string ;
2725 features : FeatureItem [ ] ;
2826 }
27+ | {
28+ type : 'contact-form' ;
29+ turnstileSiteKey : string ;
30+ }
2931 ) ;
3032 const value : {
3133 title : string ;
You can’t perform that action at this time.
0 commit comments