import InnerContent from '@/components/layout/innerContent'; import image from '@/public/img/features/feature-two.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 (  EXCLUSIVE PRO FEATURE Advanced Platform for your Startup Web App Horizon UI Boilerplate comes with a premium pack that includes all the necessary resources to launch your startup, like the fully coded web app pages, landing, database, payments and so on. ); }