Update gallery to bento grid, add real reviews, update phone numbers and locations
This commit is contained in:
@@ -30,8 +30,8 @@ export default async function IletisimPage({ params }: { params: Promise<{ lang:
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Phone / WhatsApp",
|
||||
value: "+90 533 081 6181",
|
||||
href: "tel:+905330816181",
|
||||
value: "+90 544 504 03 10",
|
||||
href: "tel:+905445040310",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
@@ -55,8 +55,8 @@ export default async function IletisimPage({ params }: { params: Promise<{ lang:
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Telefon / WhatsApp",
|
||||
value: "+90 533 081 6181",
|
||||
href: "tel:+905330816181",
|
||||
value: "+90 544 504 03 10",
|
||||
href: "tel:+905445040310",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
@@ -211,13 +211,13 @@ export default async function IletisimPage({ params }: { params: Promise<{ lang:
|
||||
{/* Map */}
|
||||
<div className="rounded-3xl overflow-hidden border border-sand flex-grow min-h-[220px] relative">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12759.395175968393!2d28.3245!3d37.0564!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14bf76cd1f1f1d1f%3A0x1d1f1f1f1f1f1f1f!2sAkyaka%2C%20Ula%2FMuğla!5e0!3m2!1str!2str!4v1650000000000!5m2!1str!2str"
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1570.4884121408588!2d28.328470723755615!3d37.03786201891436!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14bf9f4829fe7243%3A0xe3747440b7bf7a8f!2sKite%20Beach%20Akyaka!5e0!3m2!1str!2str!4v1784112071594!5m2!1str!2str"
|
||||
width="100%"
|
||||
height="100%"
|
||||
style={{ border: 0 }}
|
||||
allowFullScreen
|
||||
loading="lazy"
|
||||
referrerPolicy="no-referrer-when-downgrade"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
className="absolute inset-0"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user