API & UI Tabs SubMenu Pendapatan, Menu PADesa

This commit is contained in:
2025-07-10 16:52:26 +08:00
parent 2bc9b2f3c6
commit cb52701f47
43 changed files with 2501 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import colors from '@/con/colors';
import { Stack, Box, Text, Image } from '@mantine/core';
import { Stack, Box, Text, Image, Paper } from '@mantine/core';
import React from 'react';
import BackButton from '../../desa/layanan/_com/BackButto';
@@ -14,7 +14,9 @@ function Page() {
</Text>
<Box px={{ base: "md", md: 100 }}>
<Stack gap={'lg'} justify='center'>
<Image src={'/api/img/pa-desa.png'} alt=''/>
<Paper bg={colors['white-1']} p={"xl"}>
<Image src="/pa-desa.png" alt=''/>
</Paper>
</Stack>
</Box>
</Stack>