From 09c4894a1cf4827ee7afe50699dbe7f83bc3c959 Mon Sep 17 00:00:00 2001 From: Lucas Santana Date: Thu, 16 Jan 2025 08:57:04 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Mudando=20nome=20do=20app=20de=20Hist?= =?UTF-8?q?=C3=B3rias=20M=C3=A1gicas=20para=20Leiturama?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/footer.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 (