wraning section updated

This commit is contained in:
2025-10-26 09:04:32 +08:00
parent 8deb92c0ff
commit d99ea3a8db
11 changed files with 50 additions and 4 deletions

View File

@@ -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() {
<>
<Hero1 />
<Hero2 />
<Wraning />
</>
)
}