Add UI Menu Desa

This commit is contained in:
2025-03-15 15:10:07 +08:00
parent 7d93ba5108
commit 27bd00e773
35 changed files with 1556 additions and 109 deletions

View File

@@ -29,7 +29,7 @@ function Apbdes() {
}
return (
<>
<Stack p={"sm"} gap={"4rem"} >
<Stack p={"sm"} gap={"4rem"} bg={colors.Bg}>
<Box
w={{
base: '100%',
@@ -50,6 +50,7 @@ function Apbdes() {
base: 1,
sm: 3,
}}
pb={50}
>
{data.map((v, k) => {
return (

View File

@@ -93,7 +93,7 @@ function LandingPage() {
bg={"white"}
>
<Image
src={"/assets/images/pudak-icon.png"}
src={"/api/img/pudak-icon.png"}
alt="icon"
sizes={"100%"}
fit="contain"