tambah aduan sampah

This commit is contained in:
bipproduction
2025-10-20 14:01:08 +08:00
parent 4cec5e40ab
commit 75d8f6a1c3
12 changed files with 168 additions and 70 deletions

View File

@@ -1,5 +1,14 @@
import { Link } from "react-router-dom";
import { Button, Container, Stack, Title, Text, Group, Card, Divider } from "@mantine/core";
import {
Button,
Container,
Stack,
Title,
Text,
Group,
Card,
Divider,
} from "@mantine/core";
import { IconArrowRight, IconRocket, IconTerminal2 } from "@tabler/icons-react";
import clientRoutes from "@/clientRoutes";
@@ -14,7 +23,8 @@ export default function Home() {
display: "flex",
alignItems: "center",
justifyContent: "center",
background: "radial-gradient(circle at top left, rgba(0,255,200,0.08), transparent 70%)",
background:
"radial-gradient(circle at top left, rgba(0,255,200,0.08), transparent 70%)",
}}
>
<Card
@@ -38,8 +48,9 @@ export default function Home() {
</Title>
</Group>
<Text c="dimmed" size="md" maw={500}>
A futuristic dashboard experience built with Mantine and Bun designed for speed,
precision, and modern elegance. Navigate to your dashboard and start exploring.
A futuristic dashboard experience built with Mantine and Bun
designed for speed, precision, and modern elegance. Navigate to your
dashboard and start exploring.
</Text>
<Divider w="40%" mx="auto" />
<Button