fix map location

main
Amir Hossein Moghiseh 2025-03-12 16:48:41 +03:30
parent 52114f9e80
commit bcb8cd356d
1 changed files with 2 additions and 2 deletions

View File

@ -259,13 +259,13 @@ export default function ContactPage() {
</div>
</div>
{/* Map Section */}
<div className="mt-16">
<h2 className="text-2xl font-bold mb-6">{t('map.title')}</h2>
<div className="h-[400px] w-full rounded-xl overflow-hidden shadow-lg">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14584.90996109082!2d58.252388472339625!3d23.623068386452697!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e8dfdb3865ce30b%3A0x3bccc2e6948fb258!2sAl%20Mawalih%20North%2C%20Seeb%2C%20Oman!5e1!3m2!1sen!2s!4v1741649854951!5m2!1sen!2s"
src="https://www.google.com/maps/embed?pb=!1m17!1m12!1m3!1d17345.07188953996!2d58.247899867156185!3d23.61858766665206!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMjPCsDM3JzEwLjkiTiA1OMKwMTUnMjkuMiJF!5e1!3m2!1sen!2s!4v1741785481440!5m2!1sen!2s"
width="100%"
height="100%"
style={{ border: 0 }}