truth component updated

This commit is contained in:
2025-11-02 16:25:38 +08:00
parent 6392ee020f
commit 5d7814f983
6 changed files with 228 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import Wraning from '@/components/new_ui/wraning'
import Info from '@/components/new_ui/info'
import Advantages from '@/components/new_ui/advantages'
import OilInfo from '@/components/new_ui/oilInfo'
import Truth from '@/components/new_ui/truth'
@@ -18,6 +19,7 @@ function MainPage() {
<Info />
<Advantages />
<OilInfo />
<Truth />
</>
)
}