import React from 'react'; import { URLS, SITE_CONFIG } from '@/lib/config/constants'; import { BookOpen, GitBranch, Gamepad2, Cloud, Rocket, Heart } from 'lucide-react'; export const Footer: React.FC = () => ( );