{"version":3,"file":"static/chunks/89.a3836085a8cc15c0.js","mappings":"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","sources":["webpack://_N_E/./public/svg/hotel-placeholder.js","webpack://_N_E/./components/hotelListing/cta.js","webpack://_N_E/./components/hotelListing/tailwindClasses.js","webpack://_N_E/./components/hotelListing/index.js","webpack://_N_E/./utils/common.js"],"sourcesContent":["import React from \"react\";\n\nconst HotelPlaceholder = ({ className }) => {\n return (\n \n \n \n \n \n \n \n \n );\n};\n\nexport default HotelPlaceholder;\n","import Link from \"next/link\";\nimport React, { useState } from \"react\";\nimport { tailwindClasses } from \"./tailwindClasses\";\n\nconst Cta = ({ mobile, link }) => {\n const { buttons } = tailwindClasses;\n // const router = useRouter();\n const [showNumber, setShowNumber] = useState(false);\n\n // const redirectPage = useCallback(\n // (link) => {\n // if (link) {\n // router.push(link);\n // }\n // },\n // [router]\n // );\n\n return (\n
\n setShowNumber(true)}\n className={`${buttons} hover:bg-[#384148] hover:text-[#e0f3fd] border-r border-r-1 border-[#fff]`}\n >\n {showNumber ? mobile || \"NA\" : \"Show Number\"}\n \n {/* */}\n {link ? (\n \n Show Details\n \n ) : (\n \n No Details\n \n )}\n
\n );\n};\n\nexport default Cta;\n","export const tailwindClasses = {\n mainWrap: \"main-wrapper pb-[38px] lg:pb-[48px]\",\n headingWrap: \"border-l-4 pl-[8px] bold-italic mb-[26px]\",\n // hotelListCls: 'row md:flex-row flex-col mt-[30px]',\n // hotelWrap: \"col-4 mb-[30px] sm:w-full\",\n subHotelWrap: \"bg-white rounded-lg shadow-lg w-[100%] relative\",\n imgWrap: \"overflow-hidden rounded-t-lg w-full h-[245px] bg-[#f0efef]\",\n imgClass:\n \"w-full h-full object-cover transition-transform duration-300 ease-in-out hover:scale-110\",\n titleWrap: \" w-full bottom-0 bg-whiterounded-b-lg\",\n heading:\n \"capitalize font-bold mb-2 text-2xl text-[#58A4AE] border-l-0 whitespace-break-spaces\",\n // linkCls: \"font-semibold cursor-pointer hover:text-[#58A4AE]\",\n buttons:\n \"w-[50%] uppercase font-bold text-[14px] p-[5px] bg-[#58a4ae] text-[#fff] cursor-pointer transition-transform duration-300 ease-in-out\",\n};\n","import Link from \"next/link\";\nimport HotelPlaceholder from \"../../public/svg/hotel-placeholder\";\nimport { isDateExpired } from \"../../utils/common\";\nimport Cta from \"./cta\";\nimport { tailwindClasses } from \"./tailwindClasses\";\n\nconst HotelListing = ({ hotelList, placeName }) => {\n const {\n heading,\n headingWrap,\n // hotelWrap,\n imgClass,\n imgWrap,\n mainWrap,\n subHotelWrap,\n titleWrap,\n // linkCls,\n // buttons\n } = tailwindClasses;\n\n return (\n <>\n {Array.isArray(hotelList) &&\n hotelList?.filter((hotel) => !isDateExpired(hotel?.expiry_on)).length >\n 0 ? (\n
\n

\n Discover your perfect stay: Hotels just for you, with direct deals\n

\n \n {hotelList.map((hotel, i) => (\n
\n {!isDateExpired(hotel?.expiry_on) && (\n redirectPage(hotel?.link)}\n >\n
\n {hotel?.card_bg ? (\n \n ) : (\n \n )}\n
\n
\n
\n

{hotel?.hotel}

\n {/*

{hotel?.heading}

*/}\n

{hotel?.location}

\n
\n \n
\n
\n )}\n
\n ))}\n \n \n ) : (\n
\n No hotels are currently listed with us in this page of {placeName}. Be\n the first to join us by listing your hotel today!.\n \n
\n Click here to contact us\n
\n \n
\n )}\n \n );\n};\n\nexport default HotelListing;\n","import moment from \"moment\";\nimport { FcApproval } from \"react-icons/fc\";\n\nexport function isEmpty(obj) {\n let isEmpty = false;\n const type = typeof obj;\n isEmpty = isEmpty || !obj;\n isEmpty = isEmpty || type === \"undefined\"; // if it is undefined\n isEmpty = isEmpty || obj === null; // if it is null\n isEmpty = isEmpty || (type === \"string\" && obj === \"\"); // if the string is empty\n isEmpty = isEmpty || obj === false || obj === 0; // if boolean value returns false\n isEmpty = isEmpty || (Array.isArray(obj) && obj.length === 0); // if array is empty\n isEmpty = isEmpty || (type === \"object\" && Object.keys(obj).length === 0); // if object is empty\n return isEmpty;\n}\n\nexport const checkDevice = (req) => {\n const userAgent = req ? req.headers[\"user-agent\"] : navigator.userAgent;\n return Boolean(\n userAgent.match(\n /Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile|WPDesktop/i\n )\n );\n};\n\nexport function isDateExpired(expiryDate) {\n const expiryMoment = moment(expiryDate, \"DD/MM/YYYY\");\n const currentMoment = moment();\n // return currentMoment.isAfter(expiryMoment, \"day\");\n return false;\n}\n\nexport const getColor = (_name) => {\n const name = _name.toUpperCase();\n\n // If '|' is found, split the text and return an anchor tag\n if (name.includes(\"|\")) {\n const [text, link] = name.split(\"|\");\n return (\n \n {text.toLowerCase()}\n \n );\n }\n\n switch (name) {\n case \"JANUARY\":\n case \"FEBRUARY\":\n case \"MARCH\":\n case \"APRIL\":\n case \"MAY\":\n case \"JUNE\":\n case \"JULY\":\n case \"AUGUST\":\n case \"SEPTEMBER\":\n case \"OCTOBER\":\n case \"NOVEMBER\":\n case \"DECEMBER\":\n return (\n
\n  {name}\n
\n );\n default:\n return name.toLowerCase();\n }\n};\n"],"names":["className","xmlns","xmlnsXlink","version","width","height","viewBox","xmlSpace","style","stroke","strokeWidth","strokeDasharray","strokeLinecap","strokeLinejoin","strokeMiterlimit","fill","fillRule","opacity","transform","d","mobile","link","buttons","useState","showNumber","setShowNumber","onClick","href","target","hotelList","placeName","Array","isArray","filter","hotel","isDateExpired","expiry_on","length","map","i","card_bg","src","alt","location","isEmpty","obj","type","Object","keys","expiryDate","moment"],"sourceRoot":""}