feat: Mudando nome do app de Histórias Mágicas para Leiturama
Some checks failed
Docker Build and Push / build (push) Has been cancelled

This commit is contained in:
Lucas Santana 2025-01-16 08:57:04 -03:00
parent bd58cbad7d
commit 09c4894a1c

View File

@ -80,10 +80,10 @@ const defaultColumns: FooterColumn[] = [
];
const defaultSocialLinks: SocialLink[] = [
{ icon: Facebook, href: 'https://facebook.com/laiturama.ai', label: 'Facebook' },
{ icon: Instagram, href: 'https://instagram.com/laiturama.ai', label: 'Instagram' },
{ icon: Twitter, href: 'https://twitter.com/laiturama.ai', label: 'Twitter' },
{ icon: Youtube, href: 'https://youtube.com/laiturama.ai', label: 'Youtube' }
{ icon: Facebook, href: 'https://facebook.com/leiturama.ai', label: 'Facebook' },
{ icon: Instagram, href: 'https://instagram.com/leiturama.ai', label: 'Instagram' },
{ icon: Twitter, href: 'https://twitter.com/leiturama.ai', label: 'Twitter' },
{ icon: Youtube, href: 'https://youtube.com/leiturama.ai', label: 'Youtube' }
];
export function Footer({
@ -91,7 +91,7 @@ export function Footer({
socialLinks = defaultSocialLinks,
copyrightText = '© 2024 Leiturama. Todos os direitos reservados.',
address = 'Rua das Histórias, 123 - São Paulo, SP',
email = 'contato@laiturama.ai',
email = 'contato@leiturama.ai',
phone = '(11) 4002-8922'
}: FooterProps) {
return (