This commit is contained in:
2025-03-16 00:35:39 +08:00
parent a14b206d25
commit a909854e4c
6 changed files with 9 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
import { Box, Stack, SimpleGrid, Image, Image as ChakraImage, Flex, useBreakpointValue } from '@chakra-ui/react'
import { Box, Stack, SimpleGrid, Image as ChakraImage, Flex, useBreakpointValue } from '@chakra-ui/react'
import { motion } from 'framer-motion'
function Hero1() {
const MotionImage = motion(ChakraImage);