Add some marketing content

This commit is contained in:
KMKoushik
2024-04-21 20:50:24 +10:00
parent abd1f6bb5b
commit e7a0376519
6 changed files with 149 additions and 28 deletions

View File

@@ -16,7 +16,6 @@ type CodeProps = {
codeBlocks: {
language: Language;
code: string;
display?: string;
}[];
};