added matadata

This commit is contained in:
philipcheung 2025-03-16 22:30:07 +08:00
parent c0ee4dbdfe
commit f646f5c927
2 changed files with 4 additions and 10 deletions

View File

@ -4,6 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo_.svg" /> <link rel="icon" type="image/svg+xml" href="/logo_.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Healthy Oil - Your description here" />
<meta name="keywords" content="healthy oil, organic oil, cooking oil" />
<title>Healthy Oil</title> <title>Healthy Oil</title>
</head> </head>
<body> <body>

View File

@ -91,22 +91,14 @@ function Hero2() {
w={{ md: "80%", lg: "70%", xl: "60%" }} w={{ md: "80%", lg: "70%", xl: "60%" }}
h={"auto"} h={"auto"}
> >
<MotionImage <Image
src="/images/oldman.jpg" src="/images/oldman.jpg"
rounded="4xl" rounded="4xl"
marginTop={'10px'} marginTop={'10px'}
height={{ md: "100%", lg: "85%", xl: "65%" }} height={{ md: "100%", lg: "85%", xl: "65%" }}
fit="cover" fit="cover"
objectPosition="center" objectPosition="center"
variants={{
hidden: { scale: 0.95, opacity: 0 },
visible: { scale: 1, opacity: 1 }
}}
initial="hidden"
animate={imageControls}
transition={{ duration: 0.7, delay: 0.4 }}
whileHover={{ scale: 1.03 }}
whileTap={{ scale: 0.98 }}
/> />
</Stack> </Stack>
</Flex> </Flex>