import { t } from '@lingui/macro'; export const seo = { homepage: { title: t`Armand Philippot | Front-end developer`, description: t`Armand Philippot is a front-end developer located in France. He codes, he writes and he plays. Discover is website.`, }, blog: { title: t`Blog: development, open source | Armand Philippot`, description: t`Discover Armand Philippot's writings. He talks about web development and open source mostly.`, }, cv: { title: t`CV Front-end developer | Armand Philippot`, description: t`Discover the curriculum of Armand Philippot, front-end developer located in France: skills, experiences and training.`, }, contact: { title: t`Contact form | Armand Philippot`, description: t`Contact Armand Philippot through its website. All you need to do it's to fill the contact form.`, }, legalNotice: { title: t`Legal notice | Armand Philippot`, description: t`Discover the ArmandPhilippot.com website legal notice.`, }, error404: { title: t`Error 404: Page not found | Armand Philippot`, description: '', }, };