feat(client/landing): add testimonials section to landing page

This commit is contained in:
Amruth Pillai
2022-03-09 09:37:38 +01:00
parent 7e1448bbf9
commit 6f02048ebd
14 changed files with 216 additions and 15 deletions

View File

@ -23,9 +23,9 @@ export type DateConfig = {
export type Metadata = {
css: CustomCSS;
theme: Theme;
date: DateConfig;
layout: string[][][]; // page.column.section
template: string;
theme: Theme;
typography: Typography;
date: DateConfig;
};