import { escapeHtml, uiUrl } from '@/config/site'; import Icon from '@/components/Icon'; export default function TestimonialsShare() { const twitterUrl = `https://twitter.com/intent/tweet?url=${escapeHtml( uiUrl )}&via=codecalm&text=Tabler+-+Premium+dashboard+template+with+responsive+and+high+quality+UI`; return <>
Share the love with us!
; }