diff --git a/src/components/Card/LearnCard.jsx b/src/components/Card/LearnCard.jsx index 1e546c8..4a448b7 100644 --- a/src/components/Card/LearnCard.jsx +++ b/src/components/Card/LearnCard.jsx @@ -4,10 +4,7 @@ import { Box, Container, Text, Image, Button } from "@chakra-ui/react"; const LearnCard = ({ id, src, alt, text }) => { return ( - + {/* {images.map((img) => ( <> ))} */} @@ -26,17 +23,18 @@ const LearnCard = ({ id, src, alt, text }) => { }, }} > - + {alt} - + {text} diff --git a/src/components/Card/MobileHomeCard.jsx b/src/components/Card/MobileHomeCard.jsx index 3f82d8c..bd0864d 100644 --- a/src/components/Card/MobileHomeCard.jsx +++ b/src/components/Card/MobileHomeCard.jsx @@ -29,7 +29,7 @@ const MobileHomeCard = ({ key, date, text }) => { width={"502px"} background={"#151419"} borderRadius={"10px"} - minHeight={"455px !important"} + minHeight={"415px !important"} key={key} sx={{ "@media (max-width: 600px)": { @@ -38,7 +38,7 @@ const MobileHomeCard = ({ key, date, text }) => { }, }} > - + { { { return ( <> - - {/* Subnet1 */} - - - - decentralised Auto Syncing subnets - - - + + + + {/* Subnet1 */} - + { textTransform={"capitalize"} color={"#fff"} > - P2P + decentralised Auto Syncing subnets - - 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 - - + - - - Self Sovereign - - - - Permissioned subnets with no oracles and
intermediaries -
- INo block space ransom - - Zero risk of transactions being blocked out of
- chain. -
-
-
+ + + P2P + + + 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 + + + - - - Easier - - - Leverage own infrastructure for block space - Smart contracts in Rust , GoLang and C/C++ - WASM compiler for smooth code migration - - + + + Self Sovereign + + + + Permissioned subnets with no oracles and
{" "} + intermediaries +
+ INo block space ransom + + Zero risk of transactions being blocked out of
+ chain. +
+
+
- - - cheaper - - - No GAS fees - Incremental and modular infrastructure ask - - No expensive re training of development
- resources -
-
+ + + Easier + + + + Leverage own infrastructure for block space + + + Smart contracts in Rust , GoLang and C/C++ + + WASM compiler for smooth code migration + + + + + + cheaper + + + No GAS fees + + Incremental and modular infrastructure ask + + + No expensive re training of development
+ resources +
+
+
-
- - + + + + +
); }; diff --git a/src/components/MobileMenu/MobileMenu.jsx b/src/components/MobileMenu/MobileMenu.jsx index 74861f9..6e8cdcd 100644 --- a/src/components/MobileMenu/MobileMenu.jsx +++ b/src/components/MobileMenu/MobileMenu.jsx @@ -53,7 +53,7 @@ export const MobileMenu = () => { return ( <> - { EXPLORER -
+
*/} { const [isScrolled, setIsScrolled] = useState(false); + const [isHoveredLearn, setIsHoveredLearn] = useState(false); + const [isHoveredBuild, setIsHoveredBuild] = useState(false); + const [isHoveredCases, setIsHoveredCases] = useState(false); + const [isHoveredCommunity, setIsHoveredCommunity] = useState(false); const [windowWidth, setWindowWidth] = useState(window.innerWidth); const location = useLocation(); @@ -172,7 +176,10 @@ const NavBar = () => { }, }} > - + setIsHoveredLearn(false)} + >