Footer
A responsive footer component with logo, navigation links, social media links, and copyright information
Preview
Features
- 🎨 Responsive grid layout design
- 🔗 Social media links integration
- 📱 Mobile-friendly layout
- 🌐 Multi-language support
- 📄 Dynamic navigation sections
- ©️ Customize copyright information
Usage
Import and use the Footer component in your page:
Customization App Name
You can change the app name by setting the NEXT_PUBLIC_APP_NAME
environment variable.
Customization Logo
You can change the logo by replacing the public/logo.svg
file.
Customization Navigation
You can customize the navigation sections by setting the footer.navs
in the messages/en.json
file.
Customization Social Links
The social media links can be customized by modifying the socials
array in the footer component:
Customization Copyright
You can customize the copyright text by setting the footer.copyright
in the messages/en.json
file.