diff --git a/public/images/new/bigwarning.webp b/public/images/new/bigwarning.webp
new file mode 100644
index 0000000..9e2ae06
Binary files /dev/null and b/public/images/new/bigwarning.webp differ
diff --git a/public/images/new/centerfattext.webp b/public/images/new/centerfattext.webp
new file mode 100644
index 0000000..ee058fd
Binary files /dev/null and b/public/images/new/centerfattext.webp differ
diff --git a/public/images/new/fattext.webp b/public/images/new/fattext.webp
new file mode 100644
index 0000000..4463d55
Binary files /dev/null and b/public/images/new/fattext.webp differ
diff --git a/public/images/new/hairlosstext.webp b/public/images/new/hairlosstext.webp
new file mode 100644
index 0000000..70d02a0
Binary files /dev/null and b/public/images/new/hairlosstext.webp differ
diff --git a/public/images/new/hero2bg.webp b/public/images/new/hero2bg.webp
new file mode 100644
index 0000000..e64227f
Binary files /dev/null and b/public/images/new/hero2bg.webp differ
diff --git a/public/images/new/hero2subtitle.webp b/public/images/new/hero2subtitle.webp
new file mode 100644
index 0000000..db9a040
Binary files /dev/null and b/public/images/new/hero2subtitle.webp differ
diff --git a/public/images/new/hero2title.webp b/public/images/new/hero2title.webp
new file mode 100644
index 0000000..96c81f5
Binary files /dev/null and b/public/images/new/hero2title.webp differ
diff --git a/public/images/new/oil.webp b/public/images/new/oil.webp
new file mode 100644
index 0000000..8b4c4a5
Binary files /dev/null and b/public/images/new/oil.webp differ
diff --git a/public/images/new/smallwarning.webp b/public/images/new/smallwarning.webp
new file mode 100644
index 0000000..e2512d9
Binary files /dev/null and b/public/images/new/smallwarning.webp differ
diff --git a/public/images/new/takeoil.png b/public/images/new/takeoil.png
new file mode 100644
index 0000000..e0dff48
Binary files /dev/null and b/public/images/new/takeoil.png differ
diff --git a/public/images/new/takeoil.webp b/public/images/new/takeoil.webp
new file mode 100644
index 0000000..3a45606
Binary files /dev/null and b/public/images/new/takeoil.webp differ
diff --git a/public/images/new/threehightext.webp b/public/images/new/threehightext.webp
new file mode 100644
index 0000000..04182c2
Binary files /dev/null and b/public/images/new/threehightext.webp differ
diff --git a/src/components/new_ui/hero1.tsx b/src/components/new_ui/hero1.tsx
new file mode 100644
index 0000000..24cc437
--- /dev/null
+++ b/src/components/new_ui/hero1.tsx
@@ -0,0 +1,90 @@
+import { Box, Image, Stack, } from '@chakra-ui/react'
+
+function Hero1() {
+ const bigWarningSize = { base: "80px", sm: "100px", md: "120px", lg: "9vw", xl: "8vw" };
+ const smallWarningSize = { base: "40px", sm: "50px", md: "60px", lg: "6vw", xl: "5vw" };
+ return (
+
+
+
+
+
+ {/* signs */}
+
+
+
+
+ {/* Warning Texts */}
+
+
+
+
+
+
+
+ )
+}
+
+export default Hero1;
\ No newline at end of file
diff --git a/src/components/new_ui/hero2.tsx b/src/components/new_ui/hero2.tsx
new file mode 100644
index 0000000..d429147
--- /dev/null
+++ b/src/components/new_ui/hero2.tsx
@@ -0,0 +1,53 @@
+import { Box, Stack, Image } from '@chakra-ui/react'
+function Hero2() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
+export default Hero2;
\ No newline at end of file
diff --git a/src/pages/main.tsx b/src/pages/main.tsx
index 1debbe8..e09b96e 100644
--- a/src/pages/main.tsx
+++ b/src/pages/main.tsx
@@ -1,52 +1,15 @@
-import { Box, Image, Stack, } from '@chakra-ui/react'
-import { Link } from '@tanstack/react-router'
-function HeroSection() {
- return (
-
-
-
-
-
-
-
-
-
-
- )
-}
function MainPage() {
return (
<>
-
-
+
+
>
)
}