Design language tweaks, improvements

This commit is contained in:
2026-05-13 20:44:01 +12:00
parent de8b60b9c3
commit baafafabdb
22 changed files with 1302 additions and 998 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ export interface IntroContent {
reviewCta: CallToAction;
}
export interface PromiseContent {
export interface FounderStoryContent {
title: string;
subtitle: string;
body: string[];
@@ -290,7 +290,7 @@ export interface HomePageContent {
navigation: NavigationContent;
hero: HeroContent;
intro: IntroContent;
promise: PromiseContent;
founderStory: FounderStoryContent;
services: IconCard[];
howItWorks: HowItWorksContent;
values: IconCard[];