Fix konsisten font, menu landing page & PPID

This commit is contained in:
2025-12-10 17:44:31 +08:00
parent 99c2c9c6d7
commit 242ea86f77
25 changed files with 1505 additions and 700 deletions

View File

@@ -158,8 +158,6 @@ export default function Page() {
<SDGS />
<Apbdes />
<Prestasi />
</Stack>
<ScrollToTopButton />
<NewsReaderLanding />
@@ -170,6 +168,8 @@ export default function Page() {
onSeen={handleSeen}
autoShowDelay={2000}
/>
</Stack>
</Box>
);
}