{"version":3,"sources":["webpack:///./components/component/general/TestimonialsSection.vue?084c","webpack:///./components/component/general/TestimonialsSection.vue","webpack:///./components/component/general/TestimonialsSection.vue?2407"],"names":["name","props","computed","groupedTestimonials","rows","i","this","zone","testimonials","length","push","slice","component","_vm","_c","_self","staticClass","_v","_s","title","_l","row","rowIndex","key","class","testimonial","testimonialIndex","_testimonial$image$da","image","data","attributes","formats","thumbnail","attrs","url","alternativeText","_e","role","domProps","text"],"mappings":"kHAAmR,ECCpQ,CACbA,KAAM,sBACNC,MAAO,CAAC,QACRC,SAAU,CACRC,oBAAmB,WAMjB,IAHA,IAAMC,EAAO,GAGJC,EAAI,EAAGA,EAAIC,KAAKC,KAAKC,aAAaC,OAAQJ,GAF/B,EAGlBD,EAAKM,KAAKJ,KAAKC,KAAKC,aAAaG,MAAMN,EAAGA,EAHxB,IAMpB,OAAOD,CACT,I,QCTAQ,UAAY,YACd,GDRW,WAAkB,IAAIC,EAAI,KAAKC,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACE,YAAY,mDAAmD,CAACF,EAAG,KAAK,CAACE,YAAY,kEAAkE,CAACH,EAAII,GAAGJ,EAAIK,GAAGL,EAAIN,KAAKY,UAAUN,EAAII,GAAG,KAAKH,EAAG,MAAM,CAACE,YAAY,wDAAwDH,EAAIO,GAAIP,EAAIV,qBAAqB,SAASkB,EAAIC,GAAU,OAAOR,EAAG,MAAM,CAACS,IAAID,EAASN,YAAY,aAAaQ,MAAM,CAAE,iBAAkBF,GAAY,IAAKT,EAAIO,GAAIC,GAAK,SAASI,EAAYC,GAAiB,IAAAC,EAAC,OAAOb,EAAG,MAAM,CAACS,IAAIE,EAAYzB,KAAKgB,YAAY,wCAAwCQ,MAAM,CAAE,kBAAmBF,EAAWD,EAAIZ,OAASiB,GAAoB,IAAK,CAACZ,EAAG,MAAM,CAACE,YAAY,cAAc,CAACF,EAAG,MAAM,CAACE,YAAY,qBAAqB,CAAwB,QAAvBW,EAACF,EAAYG,MAAMC,YAAI,IAAAF,GAAY,QAAZA,EAAtBA,EAAwBG,kBAAU,IAAAH,GAAS,QAATA,EAAlCA,EAAoCI,eAAO,IAAAJ,GAA3CA,EAA6CK,UAAWlB,EAAG,MAAM,CAACE,YAAY,8BAA8BiB,MAAM,CAAC,MAAQ,OAAO,OAAS,OAAO,IAAMR,EAAYG,MAAMC,KAAKC,WAAWC,QAAQC,UAAUE,IAAI,IAAMT,EAAYG,MAAMC,KAAKC,WAAWC,QAAQC,UAAUG,mBAAmBtB,EAAIuB,KAAKvB,EAAII,GAAG,KAAKH,EAAG,MAAM,CAACE,YAAY,yBAAyB,CAACF,EAAG,OAAO,CAACE,YAAY,gCAAgC,CAACH,EAAII,GAAGJ,EAAIK,GAAGO,EAAYzB,SAASa,EAAII,GAAG,KAAKH,EAAG,OAAO,CAACE,YAAY,6BAA6B,CAACH,EAAII,GAAGJ,EAAIK,GAAGO,EAAYY,aAAaxB,EAAII,GAAG,KAAKH,EAAG,MAAM,CAACE,YAAY,8CAA8CsB,SAAS,CAAC,UAAYzB,EAAIK,GAAGO,EAAYc,YAAY,IAAG,EAAE,IAAG,IACz9C,GACsB,ICSpB,EACA,KACA,KACA,MAIa,UAAA3B,U","file":"b4ee520.js","sourcesContent":["import mod from \"-!../../../node_modules/babel-loader/lib/index.js??ref--2-0!../../../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TestimonialsSection.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js??ref--2-0!../../../node_modules/@nuxt/components/dist/loader.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TestimonialsSection.vue?vue&type=script&lang=js&\"","\nexport default {\n name: \"TestimonialsSection\",\n props: ['zone'],\n computed: {\n groupedTestimonials() {\n // Logic to group testimonials into rows\n // This is a simple example and can be adjusted based on your specific requirements\n const rows = [];\n const itemsPerRow = 3; // Adjust as needed\n\n for (let i = 0; i < this.zone.testimonials.length; i += itemsPerRow) {\n rows.push(this.zone.testimonials.slice(i, i + itemsPerRow));\n }\n\n return rows;\n },\n },\n}\n","import { render, staticRenderFns } from \"./TestimonialsSection.vue?vue&type=template&id=43809e81&\"\nimport script from \"./TestimonialsSection.vue?vue&type=script&lang=js&\"\nexport * from \"./TestimonialsSection.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}