import { Box, Stack, Image } from '@chakra-ui/react' import { motion } from 'framer-motion' const MotionImage = motion.create(Image) function Hero2() { return ( ); } export default Hero2;