updated the ui v315

This commit is contained in:
2025-03-17 16:13:28 +08:00
parent f32a2dd307
commit 8dcbc0fc57
17 changed files with 136 additions and 48 deletions

View File

@@ -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" }}