docs: add new tools

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-10 13:20:28 +01:00
parent 9bedd39e48
commit ae383001bc
14 changed files with 3116 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
import { TOOLS } from '@/app/tools/tools';
import { baseOptions } from '@/lib/layout.shared';
import { articleSource, compareSource } from '@/lib/source';
import { MailIcon } from 'lucide-react';
@@ -39,6 +40,14 @@ export async function Footer() {
{ title: 'Compare', url: '/compare' },
]}
/>
<div className="h-5" />
<h3 className="font-medium">Tools</h3>
<Links
data={TOOLS.map((tool) => ({
title: tool.name,
url: tool.url,
}))}
/>
</div>
<div className="col gap-3">