67 | {[
68 | {
69 | src: "https://devicons.railway.app/i/railway-dark.svg",
70 | alt: "Railway",
71 | href: "https://railway.app/",
72 | },
73 | {
74 | src: "https://user-images.githubusercontent.com/1500684/158238105-e7279a0c-1640-40db-86b0-3d3a10aab824.svg",
75 | alt: "PostgreSQL",
76 | href: "https://www.postgresql.org/",
77 | },
78 | {
79 | src: "https://user-images.githubusercontent.com/1500684/157764484-ad64a21a-d7fb-47e3-8669-ec046da20c1f.svg",
80 | alt: "Prisma",
81 | href: "https://prisma.io",
82 | },
83 | {
84 | src: "https://user-images.githubusercontent.com/1500684/157764276-a516a239-e377-4a20-b44a-0ac7b65c8c14.svg",
85 | alt: "Tailwind",
86 | href: "https://tailwindcss.com",
87 | },
88 | {
89 | src: "https://user-images.githubusercontent.com/1500684/157764454-48ac8c71-a2a9-4b5e-b19c-edef8b8953d6.svg",
90 | alt: "Cypress",
91 | href: "https://www.cypress.io",
92 | },
93 | {
94 | src: "https://user-images.githubusercontent.com/1500684/157772386-75444196-0604-4340-af28-53b236faa182.svg",
95 | alt: "MSW",
96 | href: "https://mswjs.io",
97 | },
98 | {
99 | src: "https://user-images.githubusercontent.com/1500684/157772447-00fccdce-9d12-46a3-8bb4-fac612cdc949.svg",
100 | alt: "Vitest",
101 | href: "https://vitest.dev",
102 | },
103 | {
104 | src: "https://user-images.githubusercontent.com/1500684/157772662-92b0dd3a-453f-4d18-b8be-9fa6efde52cf.png",
105 | alt: "Testing Library",
106 | href: "https://testing-library.com",
107 | },
108 | {
109 | src: "https://user-images.githubusercontent.com/1500684/157772934-ce0a943d-e9d0-40f8-97f3-f464c0811643.svg",
110 | alt: "Prettier",
111 | href: "https://prettier.io",
112 | },
113 | {
114 | src: "https://user-images.githubusercontent.com/1500684/157772990-3968ff7c-b551-4c55-a25c-046a32709a8e.svg",
115 | alt: "ESLint",
116 | href: "https://eslint.org",
117 | },
118 | {
119 | src: "https://user-images.githubusercontent.com/1500684/157773063-20a0ed64-b9f8-4e0b-9d1e-0b65a3d4a6db.svg",
120 | alt: "TypeScript",
121 | href: "https://typescriptlang.org",
122 | },
123 | ].map((img) => (
124 |
129 |
130 |
131 | ))}
132 |