import { Link } from '@/components/ui/link'; import { Text } from '@/components/ui/text'; import { View } from '@/components/ui/view'; import React from 'react'; export function LinkTypes() { return ( Internal Navigation Home Page About Us Product Details External URLs Google Example Site Communication Links Send Email Call Phone Email with Subject Send SMS ); }