Fix Text to Speech Menu Landing Page && Add barchart Landing Page APBDes

This commit is contained in:
2025-11-06 11:35:04 +08:00
parent f66a46f645
commit db8909b9ed
11 changed files with 352 additions and 77 deletions

View File

@@ -51,10 +51,10 @@ function Potensi() {
return (
<Stack p="sm" gap="xl">
<Container w={{ base: "100%", md: "80%" }} p={"md"} >
<Text ta={"center"} fw={"bold"} c={colors["blue-button"]} fz={{ base: "1.8rem", md: "3.4rem" }}>
<Text id="news-title" ta={"center"} fw={"bold"} c={colors["blue-button"]} fz={{ base: "1.8rem", md: "3.4rem" }}>
{textHeading.title}
</Text>
<Text ta={"center"} fz={{ base: "1rem", md: "1.3rem" }}>
<Text id="news-content" ta={"center"} fz={{ base: "1rem", md: "1.3rem" }}>
{textHeading.des}
</Text>
</Container>