Article seven created

This commit is contained in:
rockyeverlast
2024-05-13 12:59:22 +05:30
parent 431b4aaf1a
commit 667531c6b7
2 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,12 @@ import { Box, Container, Text, Image, Button } from "@chakra-ui/react";
import HomeCard from "../Card/HomeCard";
const content = [
{
id: 7,
date: `Published: January 12, 2022`,
text: `Rubix Video`,
link: `Demo`,
},
{
id: 1,
date: `Published: January 5, 2023`,
@@ -40,12 +46,6 @@ const content = [
text: `Rubix: The Sustainable Blockchain Solution — a Green Initiative`,
link: `rubix-the-sustainable-blockchain-solution-a-green-initiative`,
},
// {
// id: 7,
// date: `Published: January 12, 2022`,
// text: `Enterprise blockchains on a Public Chain`,
// link: `enterprise-blockchains-on-a-public-chain`,
// },
];
const Content = {