(#1) Добил вёрстку центральных блоков landing

This commit is contained in:
2024-04-20 22:33:06 +03:00
parent 68e94680e3
commit 79bed2dae6
7 changed files with 146 additions and 48 deletions

View File

@@ -97,6 +97,7 @@ export const LandingPage = () => {
title={item.title}
image={item.image}
link={item.link}
subTitle={item.subTitle}
>
{item.body}
</Card>