Add the social profiles to the footer
This commit is contained in:
@@ -3,3 +3,10 @@ export const SITE_NAME = 'CorralitoComing'
|
||||
|
||||
/** Public contact address, shown in the footer. */
|
||||
export const SITE_EMAIL = 'corralitocoming@gmail.com'
|
||||
|
||||
/** Social profiles listed in the footer. Names are brands, so untranslated. */
|
||||
export const SOCIAL_LINKS = [
|
||||
{ name: 'X', url: 'https://x.com/CORRALITOCOMING' },
|
||||
{ name: 'Instagram', url: 'https://www.instagram.com/corralitocoming' },
|
||||
{ name: 'Facebook', url: 'https://www.facebook.com/share/1JwXwQWyQA/' },
|
||||
] as const
|
||||
|
||||
Reference in New Issue
Block a user