From 70539edd3d970e7ff8cf22ceaba59fc764f09b72 Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 23 Oct 2024 19:07:00 +0300 Subject: [PATCH] feat: add information component in home --- src/components/common/footer.tsx | 11 +++- src/components/sections/information.tsx | 82 +++++++++++++++++++++++++ src/data/index.ts | 14 +++++ src/pages/index.tsx | 3 + 4 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 src/components/sections/information.tsx diff --git a/src/components/common/footer.tsx b/src/components/common/footer.tsx index a39dc42..b0d9c4a 100644 --- a/src/components/common/footer.tsx +++ b/src/components/common/footer.tsx @@ -14,7 +14,7 @@ export const Footer = () => { return (