import { Button, Center, Container, CopyButton, Group, rem, Text, Title, } from '@mantine/core' import { IconCopy, IconCheck } from '@tabler/icons-react' import { Link } from 'tuono' export default function Hero(): JSX.Element { return (
The React/Rust full-stack framework
The technologies we love seamlessly working together to unleash the highest web performance ever met on React
{({ copied, copy }) => (
) }