diff --git a/src/views/Home/components/LandingPage/LandingPage.tsx b/src/views/Home/components/LandingPage/LandingPage.tsx index 0cd11e7..edf2649 100644 --- a/src/views/Home/components/LandingPage/LandingPage.tsx +++ b/src/views/Home/components/LandingPage/LandingPage.tsx @@ -2,12 +2,9 @@ import React from 'react'; import { useSession, signIn, signOut } from "next-auth/react" import { useCallback } from "react"; import { Box, Flex, Heading, Link, Text, Button, useBreakpointValue, Spacer, Grid, VStack, SimpleGrid, Stack, Avatar } from '@chakra-ui/react'; - import { loadSlim } from "tsparticles-slim"; import Particles from "react-particles"; import type { Container, Engine } from "tsparticles-engine"; -import { AtSignIcon, LockIcon, CheckIcon } from "@chakra-ui/icons"; -import RxHamburgerMenu from 'react-icons/rx'; import { IconButton } from '@chakra-ui/react' @@ -53,7 +50,7 @@ export default function LandingPage() { return ( transactions per day - {/* Key Features Section */} - + {/* Key features that set us apart @@ -310,9 +306,8 @@ export default function LandingPage() { title="Easy transactions" description="Sending & receiving cryptocurrency has never been easier. Make transactions with just a few clicks." /> - {/* ... other feature cards */} - + */} ); }