-
+
System Metrics
diff --git a/apps/dashboard/src/components/homepage/sections/AnyEVM.tsx b/apps/dashboard/src/components/homepage/sections/AnyEVM.tsx
index 787ecebb35e..e4634774d37 100644
--- a/apps/dashboard/src/components/homepage/sections/AnyEVM.tsx
+++ b/apps/dashboard/src/components/homepage/sections/AnyEVM.tsx
@@ -1,6 +1,6 @@
-import { Box, Flex, Icon, Image } from "@chakra-ui/react";
+import { Box, Flex, Image } from "@chakra-ui/react";
import { HomepageSection } from "components/product-pages/homepage/HomepageSection";
-import { BsLightningCharge } from "react-icons/bs";
+import { ZapIcon } from "lucide-react";
import { Heading, LinkButton, Text } from "tw-components";
export const AnyEVMSection = () => {
@@ -48,7 +48,7 @@ export const AnyEVMSection = () => {
py={7}
// h={{ base: "48px", md: "68px" }}
fontSize="20px"
- leftIcon={
}
+ leftIcon={
}
color="black"
flexShrink={0}
background="rgba(255,255,255,1)"
diff --git a/apps/dashboard/src/components/homepage/sections/NewsletterSection.tsx b/apps/dashboard/src/components/homepage/sections/NewsletterSection.tsx
index d5baaa78347..96a9aa88b8b 100644
--- a/apps/dashboard/src/components/homepage/sections/NewsletterSection.tsx
+++ b/apps/dashboard/src/components/homepage/sections/NewsletterSection.tsx
@@ -1,13 +1,6 @@
-import {
- Box,
- Container,
- Flex,
- FormControl,
- Icon,
- Input,
-} from "@chakra-ui/react";
+import { Box, Container, Flex, FormControl, Input } from "@chakra-ui/react";
+import { MailCheckIcon } from "lucide-react";
import { useState } from "react";
-import { MdMarkEmailRead } from "react-icons/md";
import { Button, Text } from "tw-components";
export const NewsletterSection = () => {
@@ -41,7 +34,7 @@ export const NewsletterSection = () => {
-
+
Sign up for our newsletter
diff --git a/apps/dashboard/src/components/landing-pages/cta-buttons.tsx b/apps/dashboard/src/components/landing-pages/cta-buttons.tsx
index e81b37f1b59..f6bb6372361 100644
--- a/apps/dashboard/src/components/landing-pages/cta-buttons.tsx
+++ b/apps/dashboard/src/components/landing-pages/cta-buttons.tsx
@@ -1,5 +1,5 @@
-import { Flex, Icon } from "@chakra-ui/react";
-import { BsFillLightningChargeFill } from "react-icons/bs";
+import { Flex } from "@chakra-ui/react";
+import { ZapIcon } from "lucide-react";
import { TrackedLinkButton, type TrackedLinkProps } from "tw-components";
interface LandingCTAButtonsProps {
@@ -33,7 +33,7 @@ export const LandingCTAButtons: React.FC = ({
{!noCta && (
}
+ leftIcon={}
py={6}
px={8}
bgColor="white"