Indigo Footer Mega
An editorial mega footer designed for media companies and news publications.
Features
- 4-column layout: Company, Content, Subscribe (newsletter), Legal
- Newsletter signup with email input and submit button
- Social media icon links (Twitter, Facebook, Instagram, YouTube, LinkedIn)
- Language selector button in the bottom bar
- Deep indigo (#312e81) to near-black gradient background
- Serif headings (Libre Baskerville) + sans-serif body (DM Sans) for editorial feel
- Responsive: stacks to 2 columns on tablet, 1 column on mobile
- Full dark mode support with deeper gradients
- Accessible link hover states and focus rings
Usage
import RegistryItem from './registry-item';
export default function Layout() {
return (
<main>{/* page content */}</main>
<RegistryItem />
);
}
Customization
- Update link arrays (companyLinks, contentLinks, legalLinks) with your own pages
- Replace "The Chronicle" branding with your publication name
- Add or remove social media icons from the socialLinks array
- Modify the indigo gradient for different brand colors