mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
feat(client/landing): add testimonials section to landing page
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user