import InnerContent from '@/components/layout/innerContent'; import image from '@/public/img/features/feature-three.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 ( DISCOVER MORE WITH PRO Generate an Outstanding SaaS without limitations Give life to your startup project by choosing from a premium pack of top-notch landing sections like Hero, Features, Call to Actions, Pricing, Navigations, Auth pages, Dashboard, and so on.  ); }