/** * Tests for Footer Component * Verifies footer rendering and content */ import { render, screen } from '@testing-library/react'; import { Footer } from '@/components/layout/Footer'; describe('Footer', () => { describe('Rendering', () => { it('renders footer element', () => { const { container } = render(