const socials = { facebook: { href: 'https://www.facebook.com/AmericanFreightFurniture', color: '#3875EA', icon: 'fa-brands fa-square-facebook', title: 'Facebook', }, instagram: { href: 'https://www.instagram.com/americanfreight', color: '#FF045C', icon: 'fa-brands fa-square-instagram', title: 'Instagram', }, twitter: { href: 'https://twitter.com/AmericanFreight', color: '#000', icon: 'fa-brands fa-square-x-twitter', title: 'X (Twitter)', }, pinterest: { href: 'https://www.pinterest.com/americanfreight', color: '#BC281A', icon: 'fa-brands fa-square-pinterest', title: 'Pinterest', }, threads: { href: 'https://www.threads.net/@americanfreight', color: '#000', icon: 'fa-brands fa-square-threads', title: 'Threads', }, youtube: { href: 'https://www.youtube.com/user/furnituredeals', color: '#ff0000', icon: 'fa-brands fa-square-youtube', title: 'YouTube', }, tiktok: { href: 'https://www.tiktok.com/@americanfreight', color: '#000', icon: 'fa-brands fa-tiktok', title: 'TikTok', }, }; export default socials;