feat: animate heart icon, dynamic tools count in stats, trim tool summaries

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 17:53:33 +01:00
parent d6e01e4bf5
commit 83f071ec6b
4 changed files with 7 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
'use client';
import { tools } from '@/lib/tools';
import { motion } from 'framer-motion';
const stats = [
{
number: '5',
number: tools.length,
label: 'Tools',
icon: (
<svg className="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">