diff --git a/index.html b/index.html
index a44f028..234e58a 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/src/components/hero2.tsx b/src/components/hero2.tsx
index e78fd11..b57f009 100644
--- a/src/components/hero2.tsx
+++ b/src/components/hero2.tsx
@@ -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>