added matadata
This commit is contained in:
parent
c0ee4dbdfe
commit
f646f5c927
|
@ -4,6 +4,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/logo_.svg" />
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -91,22 +91,14 @@ function Hero2() {
|
|||
w={{ md: "80%", lg: "70%", xl: "60%" }}
|
||||
h={"auto"}
|
||||
>
|
||||
<MotionImage
|
||||
<Image
|
||||
src="/images/oldman.jpg"
|
||||
rounded="4xl"
|
||||
marginTop={'10px'}
|
||||
height={{ md: "100%", lg: "85%", xl: "65%" }}
|
||||
fit="cover"
|
||||
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>
|
||||
</Flex>
|
||||
|
|
Loading…
Reference in New Issue