seed kesheatan

seed keamanan
This commit is contained in:
2026-02-02 15:05:53 +08:00
parent 8afbaabd91
commit da585dde99
25 changed files with 736 additions and 682 deletions

View File

@@ -91,12 +91,17 @@ function Page() {
<Paper radius={10} key={k} bg={colors['white-trans-1']}>
<Stack gap="xs">
<Center p="10">
<Image
src={v.image?.link}
radius={10}
loading="lazy"
alt=""
/>
<Box h={200} w="100%" style={{ overflow: 'hidden' }}>
<Image
src={v.image?.link ?? "/no-image.jpg"}
alt={v.judul}
fit="cover"
radius="md"
h="100%"
w="100%"
loading="lazy"
/>
</Box>
</Center>
<Box px="xl">
<Box pb="20">

View File

@@ -43,6 +43,7 @@ function Page() {
<BackgroundImage
radius="lg"
h={{ base: 260, md: 480 }}
w="100%"
src={data.image?.link ?? "/no-image.jpg"}
style={{ position: 'relative', overflow: 'hidden' }}
>

View File

@@ -83,14 +83,17 @@ function Page() {
className="hover:scale-[1.02]"
>
<Stack gap="sm">
<Image
src={v.image?.link ?? "/no-image.jpg"}
alt={v.name}
radius="md"
height={160}
fit="cover"
loading="lazy"
/>
<Box h={200} w="100%" style={{ overflow: 'hidden' }}>
<Image
src={v.image?.link ?? "/no-image.jpg"}
alt={v.name}
fit="cover"
radius="md"
h="100%"
w="100%"
loading="lazy"
/>
</Box>
<Group justify="space-between">
<Title order={3} fw={600} lineClamp={1}>{v.name}</Title>
<Badge color="blue" variant="light" radius="sm" fz="xs">Aktif</Badge>