fix: remove placeholder office address from contact page
Removed the fake office address ('Our Office: 123 Bible Street, Faith City, FC 12345') from the contact page.
Now only showing:
- Email contact (contact@biblical-guide.com)
Changes:
- Removed address object from contactInfo array
- Removed unused LocationOn icon import
- Contact page now shows only valid contact information
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,6 @@ import {
|
|||||||
} from '@mui/material'
|
} from '@mui/material'
|
||||||
import {
|
import {
|
||||||
Email,
|
Email,
|
||||||
LocationOn,
|
|
||||||
Send,
|
Send,
|
||||||
ContactSupport,
|
ContactSupport,
|
||||||
} from '@mui/icons-material'
|
} from '@mui/icons-material'
|
||||||
@@ -86,12 +85,6 @@ export default function Contact() {
|
|||||||
title: t('info.email.title'),
|
title: t('info.email.title'),
|
||||||
content: t('info.email.content'),
|
content: t('info.email.content'),
|
||||||
action: 'mailto:contact@biblical-guide.com'
|
action: 'mailto:contact@biblical-guide.com'
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: <LocationOn sx={{ fontSize: 30, color: 'primary.main' }} />,
|
|
||||||
title: t('info.address.title'),
|
|
||||||
content: t('info.address.content'),
|
|
||||||
action: null
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user