added oilInfo component

This commit is contained in:
2025-11-02 15:24:52 +08:00
parent c4181b48b1
commit 63ba11891f
2 changed files with 55 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import Hero2 from '../components/new_ui/hero2'
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'
@@ -16,6 +17,7 @@ function MainPage() {
<Wraning />
<Info />
<Advantages />
<OilInfo />
</>
)
}