/* eslint-disable no-unused-vars */
import { Box, Button, Image, Text, Grid, GridItem } from "@chakra-ui/react";
import { Container } from "@chakra-ui/react";
import {
List,
ListItem,
ListIcon,
OrderedList,
UnorderedList,
} from "@chakra-ui/react";
import vector1 from "../../assets/images/vector1.png";
export const Component1 = ({ id, title, content }) => {
return (
<>
{content}
{/*
Mobile nodes with full state data will settle P2P . Consensus provided
by nearby node validators.
High scalability, Partition tolerance and portability
*/}
>
);
};