diff --git a/src/components/HomePage/HomeBanner.jsx b/src/components/HomePage/HomeBanner.jsx index 9306611..16245fc 100644 --- a/src/components/HomePage/HomeBanner.jsx +++ b/src/components/HomePage/HomeBanner.jsx @@ -50,16 +50,27 @@ const HomeBanner = () => { }, }} > - + {BannerContent.map((item, index) => { return ( { }} > {item.heading1} - {item.heading2} - + - { > {item.subheading} - ); })} - - {BannerContent[2] && ( - Only L1 powering full mobile nodes - + 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 diff --git a/src/components/SubnetsComponent/Component2.jsx b/src/components/SubnetsComponent/Component2.jsx index e9a6115..fc6f795 100644 --- a/src/components/SubnetsComponent/Component2.jsx +++ b/src/components/SubnetsComponent/Component2.jsx @@ -23,6 +23,7 @@ export const Component2 = () => { borderRadius={"28.5px"} color={"#fff"} border={"1px solid #A5A5A5"} + fontSize={"16px"} _after={{ content: "''", position: "absolute", @@ -46,9 +47,9 @@ export const Component2 = () => { - Leverage own infrastructure for block space - Smart contracts in Rust , GoLang and C/C++ - WASM compiler for smooth code migration + Leverage own infrastructure for block space + Smart contracts in Rust , GoLang and C/C++ + WASM compiler for smooth code migration ); diff --git a/src/components/SubnetsComponent/Component3.jsx b/src/components/SubnetsComponent/Component3.jsx index 5f1358a..b1b82d9 100644 --- a/src/components/SubnetsComponent/Component3.jsx +++ b/src/components/SubnetsComponent/Component3.jsx @@ -29,6 +29,7 @@ export const Component3 = () => { borderRadius={"28.5px"} color={"#fff"} border={"1px solid #A5A5A5"} + fontSize={"16px"} _before={{ content: "''", position: "absolute", @@ -58,9 +59,9 @@ export const Component3 = () => { width={"552px"} > - No GAS fees - Incremental and modular infrastructure ask - + No GAS fees + Incremental and modular infrastructure ask + No expensive re training of development
resources
diff --git a/src/components/SubnetsComponent/Component4.jsx b/src/components/SubnetsComponent/Component4.jsx index 65504cf..94cdcd1 100644 --- a/src/components/SubnetsComponent/Component4.jsx +++ b/src/components/SubnetsComponent/Component4.jsx @@ -23,12 +23,14 @@ export const Component4 = () => {