This commit is contained in:
Li1304553726 2025-11-19 08:13:47 +08:00
parent 5dbde23e31
commit c9555f73b6
1 changed files with 3 additions and 1 deletions

View File

@ -27,11 +27,13 @@ export default function Home() {
<FhywPage /> <FhywPage />
<NewsList /> <NewsList />
<ImageGridSection /> <ImageGridSection />
<GrassrootsDynamics />
<FhjtPage/> <FhjtPage/>
<FhwsPage/> <FhwsPage/>
<FhrxPage /> <FhrxPage />
<Integrated />
<CultureBgPage /> <CultureBgPage />
<Integrated />
</div> </div>
); );
} }