\n\n\n\n\n\n","import script from \"./App.vue?vue&type=script&setup=true&lang=js\"\nexport * from \"./App.vue?vue&type=script&setup=true&lang=js\"\n\nimport \"./App.vue?vue&type=style&index=0&id=7ca00e18&lang=css\"\n\nconst __exports__ = script;\n\nexport default __exports__","import { createApp } from \"vue\";\nimport PrimeVue from \"primevue/config\";\nimport VueGtag from \"vue-gtag\";\nimport router from \"./router\";\nimport App from \"./App.vue\";\nimport { NavBar, Footer } from \"@maxxpm/vue-components\";\nimport config from \"./config/index\";\n\n// import \"primevue/resources/themes/lara-light-teal/theme.css\"; //theme\nimport \"../src/assets/themes/mytheme/theme.scss\"; //theme\nimport \"primevue/resources/primevue.min.css\"; //core css\nimport \"primeflex/primeflex.css\"; //flex\nimport \"primeicons/primeicons.css\"; //icons\n\nconst app = createApp(App);\n\napp.use(PrimeVue);\n\napp.component(\"nav-bar\", NavBar);\napp.component(\"app-footer\", Footer);\napp.provide(\"$maxxpm\", {\n config,\n});\n\nif (config.gtagId) {\n app.use(VueGtag, {\n appName: `${config.communityName} Website`,\n pageTrackerScreenviewEnabled: true,\n config: {\n id: config.gtagId,\n },\n router,\n });\n}\n\napp.use(router).mount(\"#app\");\n\n// function scale(color, adjustment) {\n// color = color.replace(\"#\", \"\");\n// if (color.length === 6) {\n// const decimalColor = parseInt(color, 16);\n\n// let r = (decimalColor >> 16) + adjustment;\n// r > 255 && (r = 255);\n// r < 0 && (r = 0);\n\n// let g = (decimalColor & 0x0000ff) + adjustment;\n// g > 255 && (g = 255);\n// g < 0 && (g = 0);\n\n// let b = ((decimalColor >> 8) & 0x00ff) + adjustment;\n// b > 255 && (g = 255);\n// b < 0 && (g = 0);\n\n// return `#${(g | (b << 8) | (r << 16)).toString(16)}`;\n// }\n// }\n\n// function setCssVar(variable, value) {\n// document.documentElement.style.setProperty(variable, value);\n// }\n","export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--7-oneOf-1-0!../node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!../node_modules/vue-loader-v16/dist/stylePostLoader.js!../node_modules/postcss-loader/src/index.js??ref--7-oneOf-1-2!../node_modules/cache-loader/dist/cjs.js??ref--1-0!../node_modules/vue-loader-v16/dist/index.js??ref--1-1!./App.vue?vue&type=style&index=0&id=7ca00e18&lang=css\"","/**\n * Do not remove any keys!!\n * The shape of this file is to remain the same so that all options are know.\n *\n * If a key does not have a value, set the value to undefined.\n */\nmodule.exports = {\n communityName: \"Laguna Farms\",\n gtagId: \"G-JTRLDJL996\",\n logo: {\n src: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/Laguna Farms Logo- Blck@4x.png\",\n alt: \"Laguna Farms Logo\",\n },\n nav: {\n bannerSubtitle: undefined,\n bannerTitle: undefined,\n bannerCTA: undefined,\n },\n footer: {\n address: \"16852 Idaho Center Blvd\",\n cityStateZip: \"Nampa, ID 83687\",\n phone: \"(208) 505-6676\",\n copyrightYear: \"2024\",\n logo: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/logo_white@2x.png\",\n },\n listMarkerSrc: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/bullet point laguna logo.png\",\n hasCalendlyPopup: false,\n calendlyLink: undefined,\n home: {\n banner: {\n image: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/_DSC0413-Edit.jpg\",\n video: undefined,\n title: \"Now Leasing\",\n subtitle: undefined,\n openHouse: {\n start: new Date(\"2024-11-23T09:00:00.000-07:00\"),\n end: new Date(\"2024-11-23T11:00:00.000-07:00\"),\n image: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/_DSC0413-Edit.jpg\",\n },\n },\n aboutUs: {\n paragraphs: [\n \"Laguna Farms Townhomes is a modern and welcoming community located in Nampa, Idaho—just east of Lake Lowell and at the center of one of the Treasure Valley’s most rapidly developing areas. Nestled next door to the CWI College Campus and the Ford Idaho Center—home to concerts, events, and year-round festivals—Laguna Farms puts you right where the action is.\",\n \"Conveniently located just off I-84, you're only a 20-minute drive from the heart of downtown Boise and just minutes from Meridian. Plus, with dozens of restaurants, shopping centers, grocery stores, and everyday conveniences just down the street, everything you need is right at your fingertips.\",\n \"Laguna Farms offers three distinct townhome models, all designed with open floorplans, abundant natural light, attached garages, and modern finishes. Whether you're commuting, exploring, or enjoying everything nearby, this community makes it easy to live in comfort and stay connected.\"\n ],\n image: {\n src: \"https://cdn.maxxpm.com/stockphotos/living room.jpg\",\n alt: \"Staged Living Room\",\n },\n },\n floorplanTitle: \"Explore Our Floor Plans and Take a 3D Virtual Tour\",\n floorplans: [\n {\n hasImage: true,\n image: {\n src: \"https://cdn.maxxpm.com/lagunafarms/3storypayton/Laguna Payton's-01.jpg\",\n alt: \"Payton Model Floor Plan\",\n },\n hasWalkthrough: true,\n walkthrough: {\n src: \"https://my.matterport.com/show/?m=H5AC7vTrP4k\",\n title: \"Payton model 3d walkthrough\",\n },\n },\n {\n hasImage: true,\n image: {\n src: \"https://cdn.maxxpm.com/lagunafarms/2storydelinda/Laguna Delinda-01.jpg\",\n alt: \"Delinda Model Floor Plan\",\n },\n hasWalkthrough: true,\n walkthrough: {\n src: \"https://my.matterport.com/show/?m=Rpwhu7yof4v\",\n title: \"Delinda model 3d walkthrough\",\n },\n },\n {\n hasImage: true,\n image: {\n src: \"https://cdn.maxxpm.com/lagunafarms/2storytucker/Laguna Tucker.jpg\",\n alt: \"Tucker Model Floor Plan\",\n },\n hasWalkthrough: true,\n walkthrough: {\n src: \"https://my.matterport.com/show/?m=cVi1NQoL4gQ\",\n title: \"Tucker model 3d walkthrough\",\n },\n },\n ],\n midContainerImage: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/yellow backpack hiker.jpg\",\n imgRow: [\n {\n src: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/_DSC0409-Edit.jpg\",\n alt: \"Laguna Farms playground\",\n },\n {\n src: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/FT9A6030-2.jpg\",\n alt: \"Laguna Farms Kitchen\",\n },\n {\n src: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/_DSC0454-Edit.jpg\",\n alt: \"Laguna Farms garages\",\n },\n ],\n animalPolicy: {\n img: {\n src: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/white dog blue couch.jpg\",\n alt: \"Animal policy stock photo\",\n },\n policies: [\n \"No more than 2 animals are allowed per property\",\n \"Cats/Dogs: $250/animal*\",\n \"$50/animal/month for animals under 50lbs*\",\n \"$75/animal/month for animals 50lbs+*\",\n \"One-time $75/animal DNA testing fee*\",\n \"Caged animals: $25/animal/month*\",\n \"Fish tanks are not permitted\",\n \"Rabbits and rodents of any kind are not permitted\",\n ],\n breedRestrictions: [\"Pit Bulls & Staffordshire Terriers\", \"Doberman Pinschers\", \"Rottweilers\", \"Chows\", \"Great Danes\", \"Presa Canarios/ Mastiffs\", \"Akitas\", \"Alaskan Malamutes\", \"Huskies\", \"German Shepherds\", \"Shar Peis\", \"Wolf-Hybrids\"],\n },\n },\n availability: {\n banner: {\n image: \"https://cdn.maxxpm.com/lagunafarms/Website Photos/_DSC0413-Edit.jpg\",\n video: undefined,\n title: \"Available Units\",\n subtitle: \"Unit availability is updated often from Monday-Friday during business hours. Evenings and weekends may not reflect accurate availability dates.\",\n },\n hasWaitingList: false,\n waitingListJotformId: undefined,\n propertyGroup: \"LEADS-LF\",\n },\n faq: {\n banner: {\n image: \"https://cdn.maxxpm.com/lagunafarms/logoandbanners/girls on bed with dog.jpg\",\n },\n dnaRequired: true,\n },\n};\n"],"sourceRoot":""}