import { Link } from "react-router-dom"; import { Button, Container, Stack, Title, Text, Group, Card, Divider, } from "@mantine/core"; import { IconArrowRight, IconRocket, IconTerminal2 } from "@tabler/icons-react"; import clientRoutes from "@/clientRoutes"; export default function Home() { return ( Welcome to Jenna A futuristic dashboard experience built with Mantine and Bun — designed for speed, precision, and modern elegance. Navigate to your dashboard and start exploring. Built for developers — optimized for 2025 workflows. ); }