import InnerContent from '@/components/layout/innerContent'; import image from '@/public/img/features/feature-one.png'; import { Flex, Link, Button, Icon, Image, Text, useColorModeValue, } from '@chakra-ui/react'; import React from 'react'; import { MdChevronRight } from 'react-icons/md'; export default function FeatureOne() { const textColor = useColorModeValue('#120F43', 'white'); const textColorSecondary = useColorModeValue('gray.600', 'white'); return ( YOUR STARTUP FEATURES Ready to use Web App
for your Startup project
It’s so easy to beat your endless procrastination when you have all the necessary resources to get that project done and start to generate your startup’s first dollar in just a few days.
); }