22 <h1 class =" public-title" >{{ t ' component.public.index.aboutAlpha.intro-title' }} </h1 >
33 <hr class =" public-title-border border border-secondary bg-secondary border-3 opacity-100" />
44
5- <p class =" mt-3 text-center about -text" >{{ t ' component.public.index.aboutAlpha.intro' }} </p >
5+ <p class =" mt-3 text-center public -text" >{{ t ' component.public.index.aboutAlpha.intro' }} </p >
66
77 <div class =" mt-3 row" >
88 <div class =" about-v col-12 col-md-4 mt-5" >
9- <img class = " about-v-image " src = " /images/public/index/vriendschap.jpg " alt = " " >
10- < h2 class = " about-v-title " > {{ t ' component. public. index.aboutAlpha.vriendschap-title ' }} </ h2 >
11- < p class = " about-v-text " >
12- {{ t ' component.public.index.aboutAlpha.vriendschap-text' }}
13- </ p >
9+ <Public::Card
10+ @ imgurl = " /images/ public/ index/vriendschap.jpg "
11+ @ title = {{ t ' component.public.index.aboutAlpha.vriendschap-title ' }}
12+ @ text = {{ t ' component.public.index.aboutAlpha.vriendschap-text' }}
13+ / >
1414 </div >
1515 <div class =" about-v col-12 col-md-4" >
16- <img class = " about-v-image " src = " /images/public/index/vorming.jpg " alt = " " >
17- < h2 class = " about-v-title " > {{ t ' component. public. index.aboutAlpha.vorming-title ' }} </ h2 >
18- < p class = " about-v-text " >
19- {{ t ' component.public.index.aboutAlpha.vorming-text' }}
20- </ p >
16+ <Public::Card
17+ @ imgurl = " /images/ public/ index/vorming.jpg "
18+ @ title = {{ t ' component.public.index.aboutAlpha.vorming-title ' }}
19+ @ text = {{ t ' component.public.index.aboutAlpha.vorming-text' }}
20+ / >
2121 </div >
2222 <div class =" about-v col-12 col-md-4 mt-5" >
23- <img class = " about-v-image " src = " /images/public/index/verantwoordelijkheid.jpg " alt = " " >
24- < h2 class = " about-v-title " > {{ t ' component. public. index.aboutAlpha.verantwoordelijkheid-title ' }} </ h2 >
25- < p class = " about-v-text " >
26- {{ t ' component.public.index.aboutAlpha.verantwoordelijkheid-text' }}
27- </ p >
23+ <Public::Card
24+ @ imgurl = " /images/ public/ index/verantwoordelijkheid.jpg "
25+ @ title = {{ t ' component.public.index.aboutAlpha.verantwoordelijkheid-title ' }}
26+ @ text = {{ t ' component.public.index.aboutAlpha.verantwoordelijkheid-text' }}
27+ / >
2828 </div >
2929 </div >
3030</div >
0 commit comments