import { SITE_URL } from '@/utils/constants'; export const logoLd = { '@context': 'https://schema.org', '@type': 'Organization', name: 'Belkins.io', url: SITE_URL, logo: '/512x512.png', contactPoint: { '@type': 'ContactPoint', telephone: '+1 302-803-5506', contactType: 'Contact us Info', }, };