import { LogoBlitzIcon } from "@/components/logo" import { BlitzHeading, HighlightHeading, Subheading, } from "@/components/site/typography" import { Box, Button, Center, Container, Image, Span, Stack, } from "@chakra-ui/react" import { HiArrowRight } from "react-icons/hi" const Logo = () => (
) export const ChakraProSection = () => { return ( Ready made templates Build even faster with Chakra Pro 💎 Premade components and pages for application, marketing and ecommerce. Beautiful and responsive. Chakra UI Pro ) }