6969 </p >
7070 <div class =" lg:flex justify-center items-center my-16" >
7171 <ExpertiseCategory
72- v-for =" (expertise, index) in $t('index.expertises.content')"
73- :key =" index"
7472 :is-first =" !index"
73+ :key =" index"
7574 :list-items =" expertise.listItems"
7675 :title =" expertise.title"
76+ v-for =" (expertise, index) in $t('index.expertises.content')"
7777 />
7878 </div >
7979 <p
8888 <Transition name =" slide-fade" >
8989 <div class =" lg:flex flex-row justify-around lg:my-8 md:p-4" >
9090 <InformationIcon
91- v-for =" (data,index) in $t('index.informationIcons')"
92- :key =" index"
9391 :class =" {'opacity-0': !showIcons}"
9492 :content =" data.content"
93+ :key =" index"
9594 :title =" data.title"
95+ v-for =" (data,index) in $t('index.informationIcons')"
9696 >
9797 <Component
9898 :is =" data.img"
@@ -181,7 +181,7 @@ export default {
181181}
182182 </script >
183183
184- <style lang="pcss ">
184+ <style lang="postcss ">
185185 .bg-gradient-developmint-lighter-rains-lighter-rains-lightest {
186186 background-image : linear-gradient (23 deg , config ('colors.developmint-lighter' ), config ('colors.rains-lighter' ), config ('colors.rains-lightest' ));
187187 }
@@ -194,18 +194,18 @@ export default {
194194 background-size : cover;
195195 background-image : linear-gradient (config ('colors.rains-dark' ), rgba (11 , 7 , 16 , 0.65 )), url("~assets/img/bg/hero_sm.jpg" );
196196
197- @screen md {
198- background-image : linear-gradient (config(' colors.rains-dark' ), rgba (11 , 7 , 16 , 0.65 )), url ("~assets /img /bg /hero .jpg ");
199- }
197+ @screen md {
198+ background-image : linear-gradient (config ('colors.rains-dark' ), rgba (11 , 7 , 16 , 0.65 )), url("~assets/img/bg/hero.jpg" );
199+ }
200200 }
201201
202202 .bg-cta-end {
203203 background-size : cover;
204204 background-image : linear-gradient (rgba (9 , 0 , 16 , 0.25 ), rgba (11 , 7 , 16 , 1 )), url("~assets/img/bg/contact_sm.jpg" );
205205
206- @screen md {
207- background-image : linear-gradient (rgba (9 , 0 , 16 , 0.25 ), rgba (11 , 7 , 16 , 1 )), url (" ~assets/img/bg/contact.jpg" );
208- background-position : bottom ;
209- }
206+ @screen md {
207+ background-image : linear-gradient (rgba (9 , 0 , 16 , 0.25 ), rgba (11 , 7 , 16 , 1 )), url("~assets/img/bg/contact.jpg" );
208+ background-position : bottom;
209+ }
210210 }
211211 </style >
0 commit comments