diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a1c9f5b..83effce 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(); @@ -9,18 +15,17 @@ export default function Home(): JSX.Element { title={`${siteConfig.title}`} description="Seeking the art in the decentralized world." > - - - -
+
-
-

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 +42,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 ( <> -