Loading...
JTG Systems
Loading...
JTG Systems
variant="default"
variant="destructive"
variant="outline"
variant="secondary"
variant="ghost"
variant="link"
variant="primary"
variant="success"
variant="warning"
variant="info"
variant="orange"
variant="green"
variant="white"
variant="outline-white"
variant="outline-green"
variant="outline-o "react/"range"
variant="outline-blue"
size="sm"
size="default"
size="lg"
size="xl"
size="icon"
rounded="default"
rounded="md"
rounded="lg"
rounded="full"
variant="primary" size="lg" rounded="lg"
variant="success" size="xl" rounded="full"
variant="outline-white" className="bg-green-800" size="lg"
variant="orange" size="lg" rounded="md"
variant="primary"
for main call-to-action buttonsvariant="outline"
for secondary actionssize="lg"
for important buttons, size="default"
for standard buttonsrounded="lg"
or rounded="full"
for a more modern lookvariant="primary"
(blue) for main actionsvariant="success"
(green) for positive actions or confirmationsvariant="warning"
(amber) for actions that require attentionvariant="destructive"
(red) for delete or dangerous actionsvariant="orange"
for CTAs related to servicesvariant="white"
for buttons on dark backgrounds<Link href="/contact" passHref>
<Button
variant="orange"
size="lg"
rounded="md"
>
Contact Us Now
</Button>
</Link>