diff --git a/public/images/new/bg_people.webp b/public/images/new/bg_people.webp new file mode 100644 index 0000000..c751bc9 Binary files /dev/null and b/public/images/new/bg_people.webp differ diff --git a/public/images/new/bg_people_mobile.webp b/public/images/new/bg_people_mobile.webp new file mode 100644 index 0000000..61d6229 Binary files /dev/null and b/public/images/new/bg_people_mobile.webp differ diff --git a/public/images/new/black_bg.webp b/public/images/new/black_bg.webp new file mode 100644 index 0000000..40d1a93 Binary files /dev/null and b/public/images/new/black_bg.webp differ diff --git a/public/images/new/bottle.webp b/public/images/new/bottle.webp new file mode 100644 index 0000000..83ec9ab Binary files /dev/null and b/public/images/new/bottle.webp differ diff --git a/public/images/new/wraning_fat.webp b/public/images/new/wraning_fat.webp new file mode 100644 index 0000000..82bbead Binary files /dev/null and b/public/images/new/wraning_fat.webp differ diff --git a/public/images/new/wraning_fat_1.webp b/public/images/new/wraning_fat_1.webp new file mode 100644 index 0000000..f018824 Binary files /dev/null and b/public/images/new/wraning_fat_1.webp differ diff --git a/public/images/new/wraning_o.webp b/public/images/new/wraning_o.webp new file mode 100644 index 0000000..549b9a4 Binary files /dev/null and b/public/images/new/wraning_o.webp differ diff --git a/public/images/new/wraning_three_high.webp b/public/images/new/wraning_three_high.webp new file mode 100644 index 0000000..bfd368b Binary files /dev/null and b/public/images/new/wraning_three_high.webp differ diff --git a/src/components/new_ui/hero2.tsx b/src/components/new_ui/hero2.tsx index eb9b1f9..a3668b8 100644 --- a/src/components/new_ui/hero2.tsx +++ b/src/components/new_ui/hero2.tsx @@ -10,6 +10,7 @@ function Hero2() { w="100%" alignItems={"center"} justifyContent={"center"} + > - - - + + + + + + + + + + ) +} + +export default Wraning; \ No newline at end of file diff --git a/src/pages/main.tsx b/src/pages/main.tsx index e09b96e..8441ee8 100644 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -1,6 +1,7 @@ import Hero1 from '../components/new_ui/hero1' import Hero2 from '../components/new_ui/hero2' +import Wraning from '@/components/new_ui/wraning' @@ -10,6 +11,7 @@ function MainPage() { <> + ) }