New Client changes updated

This commit is contained in:
rockyeverlast
2024-04-15 12:59:15 +05:30
parent 3331802cf4
commit 99c06d4845
4 changed files with 11 additions and 14 deletions

View File

@@ -101,7 +101,7 @@ export default function Partner() {
navigation={false}
modules={[Navigation, Pagination, Autoplay]}
autoplay={{
delay: 2500,
delay: 5000,
disableOnInteraction: false,
}}
loop={true}

View File

@@ -1,5 +1,6 @@
import { Box, Button, Container, Text } from "@chakra-ui/react";
import banner from "../../assets/images/whitePaperBg.png";
import pdf from "../../assets/pdf/Rubix.pdf";
const SectionContent = {
heading: `The Rubix White paper`,
@@ -63,10 +64,7 @@ const WhitePaper = () => {
>
{SectionContent.subContent}
</Text>
<a
download="RubiX_WhitePaper.pdf"
href="../../assets/pdf/RubiX_WhitePaper.pdf"
>
<a download="RubiX_WhitePaper.pdf" href={pdf}>
<Button
fontSize={"20px"}
minW={"284px"}

View File

@@ -264,7 +264,7 @@ export const NewSubnetComp = () => {
01. Decentralisation
</Text>
<Text fontSize={"18px"}>
Rubix Decentralised Identity( DID) issued at L1 is the
Rubix Decentralised Identity(DID) issued at L1 is the
foundation for building digital ownership enhancing
applications.
</Text>
@@ -280,7 +280,7 @@ export const NewSubnetComp = () => {
</Text>
<Text fontSize={"18px"}>
Unlike monolithic chains which become centralized and
introduce latency to achieve high throughput, in the Rubix
introduce latency to achieve high throughput in the Rubix
object chain architecture, where mobile nodes have real time
full state data, the network TPS will increase with increase
in numbers of nodes.
@@ -386,7 +386,7 @@ export const NewSubnetComp = () => {
color={"#fff"}
marginBottom={"10px"}
>
Fully Deterministic:
Fully Deterministic
</Text>
<Text fontSize={"16px"}>
App can bring own Block space ( BYOB )
@@ -434,7 +434,7 @@ export const NewSubnetComp = () => {
Unique Token/Object Based Architecture
</Text>
<Text fontSize={"16px"}>
: Build unlimited FTs and NFTs all at L1!!
Build unlimited FTs and NFTs all at L1!!
</Text>
</Box>
<Box color={"#E1E1E1"} textAlign={"left"} marginBottom={"2rem"}>
@@ -447,8 +447,8 @@ export const NewSubnetComp = () => {
Green By The Design
</Text>
<Text fontSize={"16px"}>
: 100000 Rubix Transaction consume &lt; 10 kWh &lt; 100000
Visa transaction
100000 Rubix Transactions consume &lt; 10 kWh &lt; 100000
Visa transactions
</Text>
</Box>
<Box color={"#E1E1E1"} textAlign={"left"} marginBottom={"2rem"}>
@@ -458,10 +458,9 @@ export const NewSubnetComp = () => {
color={"#fff"}
marginBottom={"10px"}
>
Fixed Hard Capped Supply Of RBT At 51.4 Million
51.4 Million RBT
</Text>
{/* <Text fontSize={"18px"}>
</Text> */}
<Text fontSize={"16px"}>Fixed Supply.Hardcapped </Text>
</Box>
</Box>
</Box>