From cb9356bdbfa29af145f07fc5aabb2e95046c59ce Mon Sep 17 00:00:00 2001 From: David Tran Date: Wed, 24 Apr 2024 16:14:17 +0700 Subject: [PATCH] feat: add more content --- src/pages/index.tsx | 51 ++++++++++++++++++++++++++++++++------ src/theme/Footer/index.tsx | 2 +- 2 files changed, 45 insertions(+), 8 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a1c9f5b..80edb62 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,6 +1,12 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; import Layout from "@theme/Layout"; -import { LogoSVG } from "../components/Logo"; + +const features = [ + "Polkadot, Substrate, Near, Solana, Ethereum, Cosmos, now Flow", + "Smart contract development", + "Dapp development", + "NFTs and decentralized marketplaces", +]; export default function Home(): JSX.Element { const { siteConfig } = useDocusaurusContext(); @@ -12,15 +18,17 @@ export default function Home(): JSX.Element { -
+
-
-

Seeking the art

-

in the decentrialized world. 🚀

+
+

ZUNI LAB

+

+ Seeking the art in the decentrialized world. 🚀 +

-
+

About us

-
+

ZUNI Laboratory is a pioneering research and development lab at the forefront of @@ -37,6 +45,35 @@ export default function Home(): JSX.Element {

+
+

What we do

+
+

+ At our organization, we focus on researching and developing + cutting-edge web3 and blockchain applications that can help + bring about a more decentralized and transparent world. Some of + our key areas of focus include: +

+
    + {features.map((feature) => ( +
  • {feature}
  • + ))} +
+
+
+ +
+

Our Goals

+
+

+ Our primary goal is to build innovative applications that can + help drive the adoption of web3 and blockchain technologies. We + believe that decentralized technologies have the potential to + revolutionize industries and make the world a better place, and + we are committed to helping make that vision a reality. +

+
+
diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx index b582cf0..0d3d853 100644 --- a/src/theme/Footer/index.tsx +++ b/src/theme/Footer/index.tsx @@ -8,7 +8,7 @@ export default function FooterWrapper(props: Props): JSX.Element { console.log({ props }); return ( <> -