mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 14:27:51 +00:00
feat: Mudando nome do app de Histórias Mágicas para Leiturama
Some checks failed
Docker Build and Push / build (push) Has been cancelled
Some checks failed
Docker Build and Push / build (push) Has been cancelled
This commit is contained in:
parent
bd58cbad7d
commit
09c4894a1c
@ -80,10 +80,10 @@ const defaultColumns: FooterColumn[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const defaultSocialLinks: SocialLink[] = [
|
const defaultSocialLinks: SocialLink[] = [
|
||||||
{ icon: Facebook, href: 'https://facebook.com/laiturama.ai', label: 'Facebook' },
|
{ icon: Facebook, href: 'https://facebook.com/leiturama.ai', label: 'Facebook' },
|
||||||
{ icon: Instagram, href: 'https://instagram.com/laiturama.ai', label: 'Instagram' },
|
{ icon: Instagram, href: 'https://instagram.com/leiturama.ai', label: 'Instagram' },
|
||||||
{ icon: Twitter, href: 'https://twitter.com/laiturama.ai', label: 'Twitter' },
|
{ icon: Twitter, href: 'https://twitter.com/leiturama.ai', label: 'Twitter' },
|
||||||
{ icon: Youtube, href: 'https://youtube.com/laiturama.ai', label: 'Youtube' }
|
{ icon: Youtube, href: 'https://youtube.com/leiturama.ai', label: 'Youtube' }
|
||||||
];
|
];
|
||||||
|
|
||||||
export function Footer({
|
export function Footer({
|
||||||
@ -91,7 +91,7 @@ export function Footer({
|
|||||||
socialLinks = defaultSocialLinks,
|
socialLinks = defaultSocialLinks,
|
||||||
copyrightText = '© 2024 Leiturama. Todos os direitos reservados.',
|
copyrightText = '© 2024 Leiturama. Todos os direitos reservados.',
|
||||||
address = 'Rua das Histórias, 123 - São Paulo, SP',
|
address = 'Rua das Histórias, 123 - São Paulo, SP',
|
||||||
email = 'contato@laiturama.ai',
|
email = 'contato@leiturama.ai',
|
||||||
phone = '(11) 4002-8922'
|
phone = '(11) 4002-8922'
|
||||||
}: FooterProps) {
|
}: FooterProps) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user