import { window, rendering } from "@wix/site-window"; import { getCountryFromCoords } from 'backend/location.web.js'; $w.onReady(async () => { if ((await rendering.env()) === "browser") { try { const geo = await window.getCurrentGeolocation(); console.log('Full Geolocation Object: ', geo); const longitude = geo.coords.longitude; const latitude = geo.coords.latitude; const countryName = await getCountryFromCoords(longitude, latitude); if (countryName) { $w('#subheading').text = "We detected you are accessing our site from"; $w('#country').text = countryName; } else { $w('#country').text = "Could not determine your country." } } catch (error) { $w('#country').text = "Failed to get your location. Make sure Geolocation is enabled and try again later."; } } });
top of page

Welcome To Deevyog!

See our avaliable collections

Follow us on Instagram

AVALIABLE PRODUCT

Limited Time Offer

DISCOUNT ALERT!

Enjoy our limited-time discounts, with items up to 60% off! 

Kurta Set ($59)

Photoroom_000_20251123_133332.jpeg

Get in Touch

  • Facebook
  • Twitter
  • LinkedIn
  • Instagram

Thanks for submitting!

bottom of page