updated the ui v315
This commit is contained in:
@@ -4,8 +4,8 @@ import { motion } from 'framer-motion'
|
||||
function Hero1() {
|
||||
const MotionImage = motion(ChakraImage);
|
||||
const oilImage = useBreakpointValue({
|
||||
base: "/images/oilmobile.webp",
|
||||
sm: "/images/oil.webp",
|
||||
base: "/images/lionglobe_product_mobile.webp",
|
||||
sm: "/images/lionglobe_product_pc.webp",
|
||||
|
||||
});
|
||||
return (
|
||||
@@ -82,7 +82,7 @@ function Hero1() {
|
||||
justifyContent={{ base: "center", sm: "flex-start", md: "flex-start", lg: "flex-start", xl: "flex-start" }}
|
||||
>
|
||||
<MotionImage
|
||||
src="/images/people2.webp"
|
||||
src="/images/peoples.webp"
|
||||
h={{ base: "120vw", sm: "70vw", md: "50vw", lg: "50vw", xl: "50vw" }}
|
||||
// maxH={"50%"}
|
||||
marginRight={{ base: "-30%", sm: "0", md: "0", lg: "0", xl: "0" }}
|
||||
|
||||
Reference in New Issue
Block a user