Skip to content

Commit a4400e6

Browse files
committed
feat: remove the katharostech content and add stub consulting content.
1 parent 39fc2fa commit a4400e6

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

src/config.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,10 @@ description: Making awesome stuff.
66

77
sections:
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

src/env.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)