import { Box, Flex, Heading } from "@chakra-ui/react"; import type { FunctionComponent } from "react"; import { HOME_ANALYTICS, SECTION_PADDING } from "./constants"; import testIds from "./testIds"; import { SearchBar, SearchOverlay, SearchSuggestions, } from "../../components/SearchBar"; export const Hero: FunctionComponent = () => { return ( Simplify cloud development with constructs Find and use open-source Cloud Development Kit (CDK) libraries ); };