This commit is contained in:
2025-03-25 22:24:52 +08:00
parent e0ac87fb25
commit 1755b44a39
5 changed files with 29 additions and 196 deletions

View File

@@ -42,16 +42,6 @@ export default function HomePage() {
</svg>
),
},
{
title: 'Conversions',
description: 'Track conversion rates and analyze the performance of your links.',
href: '/analytics/conversions',
icon: (
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" />
</svg>
),
},
];
return (