// eslint-disabled import { Icon, Flex, Text, useColorModeValue } from '@chakra-ui/react'; import React from 'react'; import { MdChevronRight } from 'react-icons/md'; export default function SecondSection() { const brandColorPrice = useColorModeValue('brand.500', 'white'); const textColor = useColorModeValue('#120F43', 'white'); return ( HOW IT WORKS How it works? Step 1: This is an example This is where your first step paragraph goes. For the moment, this is just an example to see what it will look like. Step 2: This is another example This is where your second step paragraph goes. For the moment, this is just an example to see what it will look like. Step 3: This is an example too This is where your third step paragraph goes. For the moment, this is just an example to see what it will look like. ); }