From 1ed4b05eb876881efcb2dfc59820cd9dcdd0abff Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:12:52 +0530 Subject: [PATCH] spacing --- src/components/HomePage/HomeBanner.jsx | 44 +++++++++---------- src/components/HomePage/Stats.jsx | 23 ++++++---- src/components/NavBar/NavBar.jsx | 18 +++++--- .../SubnetsComponent/Component1.jsx | 7 +-- .../SubnetsComponent/Component2.jsx | 7 +-- .../SubnetsComponent/Component3.jsx | 7 +-- .../SubnetsComponent/Component4.jsx | 10 +++-- .../SubnetsComponent/SubnetPage2.jsx | 6 +-- 8 files changed, 69 insertions(+), 53 deletions(-) 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 = () => {