diff --git a/app/[locale]/contact/page.tsx b/app/[locale]/contact/page.tsx index 5f47117..2404abc 100644 --- a/app/[locale]/contact/page.tsx +++ b/app/[locale]/contact/page.tsx @@ -14,7 +14,6 @@ import { } from '@mui/material' import { Email, - LocationOn, Send, ContactSupport, } from '@mui/icons-material' @@ -86,12 +85,6 @@ export default function Contact() { title: t('info.email.title'), content: t('info.email.content'), action: 'mailto:contact@biblical-guide.com' - }, - { - icon: , - title: t('info.address.title'), - content: t('info.address.content'), - action: null } ]