import { Link } from '@/components/ui/link'; import { Text } from '@/components/ui/text'; import { View } from '@/components/ui/view'; import React from 'react'; export function LinkStyled() { return ( Default Styled Default Link Style External Link Custom Text Styling Red Bold Link Green Italic Link Purple Uppercase Inline Links This is a paragraph with an inline link that flows naturally with the text. You can also have{' '} external inline links in your content. ); }