tambah aduan sampah
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user