/* 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"; const Component1 = () => { return ( <> Only L1 powering full mobile nodes Mobile nodes with full state data will settle P2P . Consensus provided by nearby node validators. High scalability, Partition tolerance and portability ); }; export default Component1;