/*eslint-disable*/ 'use client'; import logo from '/public/logo-horizon-boilerplate.png'; import { HSeparator } from '@/components/separator/Separator'; import { Flex, Link, Text, Image, useColorModeValue } from '@chakra-ui/react'; import React from 'react'; export function FooterWebsite() { const textColorSecondary = useColorModeValue('gray.600', 'white'); return (  Horizon UI Boilerplate Pricing Account Refund Policy Privacy Policy Terms of service Use it with caution: {' '} This tool can be helpful, but it is not a substitute for your own knowledge and understanding. Make sure to use it as a supplement to your own research and writing, rather than relying on it exclusively. ); }