Design language tweaks, improvements
This commit is contained in:
+2
-2
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user