@@ -3,22 +3,29 @@ import Layout from "@/layouts/Layout.astro"
33import MainBody from " @/components/MainBody"
44import sorteosClickImage from " @/images/sorteos.click.png"
55import autosolutionsImage from " @/images/autosolutions.app.png"
6+ import enerlinqImage from " @/images/enerlinq.com.png"
67import { getImage } from " astro:assets"
78
89const projects = [
9- {
10- name: ' Sorteos Click' ,
11- url: ' https://sorteos.click' ,
12- description: ' Create and manage your own raffles for FREE.' ,
13- image: await getImage ({src: sorteosClickImage , format: ' avif' }),
14- },
15- {
16- name: ' Autosolutions' ,
17- url: ' https://autosolutions.app' ,
18- description: ' On-demand services for your vehicle & more.' ,
19- image: await getImage ({src: autosolutionsImage , format: ' avif' }),
20- }
21- ]
10+ {
11+ name: ' Enerlinq' ,
12+ url: ' https://enerlinq.com' ,
13+ description: ' Technology and innovation lab. Startup company.' ,
14+ image: await getImage ({src: enerlinqImage , format: ' avif' }),
15+ },
16+ {
17+ name: ' Autosolutions' ,
18+ url: ' https://autosolutions.app' ,
19+ description: ' On-demand services for your vehicle & more.' ,
20+ image: await getImage ({src: autosolutionsImage , format: ' avif' }),
21+ },
22+ {
23+ name: ' Sorteos Click' ,
24+ url: ' https://sorteos.click' ,
25+ description: ' Create and manage your own raffles for FREE.' ,
26+ image: await getImage ({src: sorteosClickImage , format: ' avif' }),
27+ },
28+ ]
2229---
2330
2431<Layout title =" Jonas Perusquia Morales" >
0 commit comments