diff --git a/.gitignore b/.gitignore index a547bf3..fc5ae9f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? +.vercel diff --git a/src/App.tsx b/src/App.tsx index 22ea3d9..6c7b523 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,14 +1,7 @@ import { Box, Container, - Flex, - Heading, Text, - Image, - VStack, - HStack, - SimpleGrid, - Center, } from '@chakra-ui/react' import Header from './components/header' diff --git a/src/components/bestoil.tsx b/src/components/bestoil.tsx index 620cfa7..cd0778d 100644 --- a/src/components/bestoil.tsx +++ b/src/components/bestoil.tsx @@ -1,4 +1,4 @@ -import { Box, Stack, Image, Flex, useBreakpointValue, Text, SimpleGrid } from '@chakra-ui/react' +import { Box, Stack, Image, Flex, useBreakpointValue, Text } from '@chakra-ui/react' import { colors } from '../colors'; function Bestoil() { diff --git a/src/components/compare.tsx b/src/components/compare.tsx index 5aece89..10bdc38 100644 --- a/src/components/compare.tsx +++ b/src/components/compare.tsx @@ -1,16 +1,15 @@ import { Box, Stack, Image, Text, Flex, SimpleGrid } from '@chakra-ui/react' -import { colors } from '../colors'; -import { useEffect, useRef, useState } from 'react'; +import { } from '../colors'; +import {useRef } from 'react'; import { motion, useInView } from 'framer-motion'; // Create motion versions of Chakra components -const MotionStack = motion(Stack); + const MotionImage = motion(Image); -const MotionBox = motion(Box); + function Compare() { const compareRef = useRef(null); - const isInView = useInView(compareRef, { once: true, amount: 0.3 }); return ( (null);