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
Elevate your wardrobe with Deevyog's stunning gown that seamlessly combines elegance and comfort! This exquisite ensemble includes the main gown and a matching Dupatta, making every moment feel special. The gown features Premium Foux Gorgette fabric with a soft Micro Cotton lining, adorned with intricate thread work and shimmering sequences. Complementing this beauty, the Dupatta, crafted from Foux Gorgette, showcases a 4-side lace border and spans 2.2 meters in length. Experience unparalleled grace and quality with Deevyog’s finest selection!

Gown

$120.00Price
Quantity
  • Final Sale Policy

     

    Please note that all purchases are considered final. We strictly adhere to a No Refund, No Exchange policy. We encourage customers to review all product details and sizing information carefully before completing their order.

bottom of page