diff --git a/src/components/ui/footer.tsx b/src/components/ui/footer.tsx index 2e50cc0..a21a437 100644 --- a/src/components/ui/footer.tsx +++ b/src/components/ui/footer.tsx @@ -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 (