import { Text } from '@/components/ui/text'; import { View } from '@/components/ui/view'; import React from 'react'; export function TextVariants() { return ( HEADING (28px, weight 700) The quick brown fox jumps over the lazy dog TITLE (24px, weight 700) The quick brown fox jumps over the lazy dog SUBTITLE (19px, weight 600) The quick brown fox jumps over the lazy dog BODY (16px, weight 400) The quick brown fox jumps over the lazy dog. This is the default text variant used for body content and regular paragraphs. CAPTION (16px, weight 400, muted) The quick brown fox jumps over the lazy dog LINK (16px, weight 500, underlined) The quick brown fox jumps over the lazy dog ); }